Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func NewVaultClient ¶
func (*Client) Init ¶
func (v *Client) Init(recoveryShares, recoveryThreshold uint8) (*InitResponse, error)
func (*Client) IsInitialized ¶
type InitRequest ¶
type InitRequest struct { SecretThreshold uint8 `json:"secret_threshold"` }
type InitResponse ¶
Click to show internal directories.
Click to hide internal directories.