open-vault/vault/replication_cluster_util.go

12 lines
221 B
Go
Raw Normal View History

2018-09-18 03:03:00 +00:00
// +build !enterprise
package vault
import "github.com/hashicorp/vault/helper/consts"
type ReplicatedCluster struct {
State consts.ReplicationState
ClusterID string
PrimaryClusterAddr string
}