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) (string, error)
 - func (c *Client) Index(ctx context.Context) ([]map[string]interface{}, error)
 
- type GetDirectoriesResponse
 - type GetTosRequest
 - type HTTPClient
 
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.
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.
}
     Click to show internal directories. 
   Click to hide internal directories.