Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
API is main struct of Vault.
func (API) SealStatus ¶
func (a API) SealStatus() (api.SealStatusResponse, error)
SealStatus returns status of seal.
type APIInterface ¶
type APIInterface interface { SealStatus() (api.SealStatusResponse, error) Unseal(shard string) (api.SealStatusResponse, error) }
APIInterface is an interface for API.
Click to show internal directories.
Click to hide internal directories.