Versions in this module Expand all Collapse all v0 v0.7.1 Aug 19, 2026 v0.7.0 Jul 23, 2026 Changes in this version + type CertInfo struct + Expired string + IsMissing string + Issuer string + NotAfter string + NotBefore string + Serial string + type Client struct + func New(c *api.Client) *Client + func (s *Client) Create(ctx context.Context, request CreateRequest) (response JobResponse, err error) + func (s *Client) Delete(ctx context.Context, request DeleteRequest) (response JobResponse, err error) + func (s *Client) List(ctx context.Context, request ListRequest) (response ListResponse, err error) + func (s *Client) Renew(ctx context.Context, request RenewRequest) (response JobResponse, err error) + func (s *Client) Revoke(ctx context.Context, request RevokeRequest) (response JobResponse, err error) + type CreateRequest struct + Name string + ServerName string + type DeleteRequest struct + Name string + ServerName string + type JobResponse struct + Return struct{ ... } + type ListRequest struct + Containers []string + ServerName string + StackName string + type ListResponse struct + Return map[string]CertInfo + func (r *ListResponse) UnmarshalJSON(data []byte) error + type RenewRequest struct + Name string + ServerName string + type RevokeRequest struct + Name string + ServerName string