open-vault/vault/vault_version_time.go
Hridoy Roy 1c427d3286
Port: add client ID to TWEs in activity log [vault-3136] (#12820)
* port for tracking twes as clients

* comment clean up

* changelog

* change changelog entry phrasing
2021-10-14 09:10:59 -07:00

9 lines
116 B
Go

package vault
import "time"
type VaultVersion struct {
TimestampInstalled time.Time
Version string
}