Documentation
¶
Index ¶
- type Client
- func (c *Client) CreateCert(ctx context.Context, meta schema.CertCreateMeta) (*schema.CertMeta, error)
- func (c *Client) CreateName(ctx context.Context, name schema.NameMeta) (*schema.Name, error)
- func (c *Client) DeleteCert(ctx context.Context, name string) error
- func (c *Client) DeleteName(ctx context.Context, id uint64) error
- func (c *Client) GetCert(ctx context.Context, name string) (*schema.Cert, error)
- func (c *Client) GetName(ctx context.Context, id uint64) (*schema.Name, error)
- func (c *Client) ListNames(ctx context.Context, opts ...Opt) (*schema.NameList, error)
- func (c *Client) UpdateName(ctx context.Context, id uint64, meta schema.NameMeta) (*schema.Name, error)
- type Opt
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.