Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ExpirationRestoreWorkerCount specifies the numer of workers to use while // restoring leases into the expiration manager ExpirationRestoreWorkerCount = 64 )
Variables ¶
View Source
var ( // ErrSealed is returned if an operation is performed on a sealed barrier. // No operation is expected to succeed before unsealing ErrSealed = errors.New("Vault is sealed") // ErrStandby is returned if an operation is performed on a standby Vault. // No operation is expected to succeed until active. ErrStandby = errors.New("Vault is in standby mode") // Used when .. is used in a path ErrPathContainsParentReferences = errors.New("path cannot contain parent references") )
Functions ¶
This section is empty.
Types ¶
type ReplicationState ¶
type ReplicationState uint32
const ( ReplicationDisabled ReplicationState = iota ReplicationPrimary ReplicationSecondary )
func (ReplicationState) String ¶
func (r ReplicationState) String() string
Click to show internal directories.
Click to hide internal directories.