1
0
vault-redux/vault/vault_version_time.go
2024-01-02 10:36:20 -08:00

13 lines
214 B
Go

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