1
0
vault-redux/vault/vault_version_time.go

13 lines
214 B
Go
Raw Normal View History

// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: BUSL-1.1
package vault
import "time"
type VaultVersion struct {
TimestampInstalled time.Time
Version string
BuildDate string
}