Versions in this module Expand all Collapse all v1 v1.0.7 Nov 24, 2022 Changes in this version + type Client struct + func New(addr string, token string, probe bool, httpClient *http.Client) (*Client, error) + func (c *Client) Key(ctx context.Context, namespace, key string) (*signer.VaultKey, error) + func (c *Client) Keys(ctx context.Context, namespace string) ([]*signer.VaultKey, error) + func (c *Client) NamespaceKeys(ctx context.Context, namespace string) ([]string, error) + func (c *Client) Namespaces(ctx context.Context) ([]string, error) + func (c *Client) Sign(data []byte) ([]byte, error) + func (c *Client) WithKey(namespace, key string) signer.Vault