Documentation
¶
Index ¶
- type ChallengeschemaChallengeSchemaResponse
- type Client
- func (c *Client) ChallengeschemaChallengeSchema(ctx context.Context) (*ChallengeschemaChallengeSchemaResponse, error)
- func (c *Client) GetDirectories(ctx context.Context) (*GetDirectoriesResponse, error)
- func (c *Client) GetTos(ctx context.Context, req *GetTosRequest) (*GetTosResponse, error)
- func (c *Client) Index(ctx context.Context) (*IndexResponse, error)
- type GetDirectoriesResponse
- type GetTosRequest
- type GetTosResponse
- type HTTPClient
- type IndexResponse
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 New ¶
func New(c HTTPClient) *Client
func (*Client) ChallengeschemaChallengeSchema ¶
func (c *Client) ChallengeschemaChallengeSchema(ctx context.Context) (*ChallengeschemaChallengeSchemaResponse, error)
ChallengeschemaChallengeSchema Get schema of ACME challenge types.
func (*Client) GetDirectories ¶
func (c *Client) GetDirectories(ctx context.Context) (*GetDirectoriesResponse, error)
GetDirectories Get named known ACME directory endpoints.
func (*Client) GetTos ¶
func (c *Client) GetTos(ctx context.Context, req *GetTosRequest) (*GetTosResponse, error)
GetTos Retrieve ACME TermsOfService URL from CA.
type GetDirectoriesResponse ¶
type GetTosRequest ¶
type GetTosRequest struct { // The following parameters are optional Directory *string `url:"directory,omitempty" json:"directory,omitempty"` // URL of ACME CA directory endpoint. }
type GetTosResponse ¶
type GetTosResponse *string
type HTTPClient ¶
type IndexResponse ¶
type IndexResponse []*map[string]interface{}
Click to show internal directories.
Click to hide internal directories.