Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient(optFns ...OptionsFunc) (*Client, error)
func (*Client) UploadCert ¶
func (c *Client) UploadCert(req *UploadCertRequest) (*UploadCertResponse, error)
func (*Client) UploadCertWithContext ¶
func (c *Client) UploadCertWithContext(ctx context.Context, req *UploadCertRequest) (*UploadCertResponse, error)
type OptionsFunc ¶ added in v0.4.25
type OptionsFunc func(*Options)
func WithApiToken ¶ added in v0.4.25
func WithApiToken(apiToken string) OptionsFunc
func WithTeamId ¶ added in v0.4.25
func WithTeamId(teamId string) OptionsFunc
type UploadCertRequest ¶ added in v0.4.25
type UploadCertResponse ¶
Click to show internal directories.
Click to hide internal directories.