Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CAAccountsClient ¶
type CAAccountsClient struct {
// contains filtered or unexported fields
}
func NewCAAccountsClient ¶
func NewCAAccountsClient(url string, httpClient *http.Client) *CAAccountsClient
func (*CAAccountsClient) ListCAAccounts ¶
ListCAAccounts return a map containing the CAAccounts in the way CAAccountName<key> and domain.CAAccount<value>
func (*CAAccountsClient) SetCAAccountsService ¶
func (c *CAAccountsClient) SetCAAccountsService(caAccountsService service.CAAccountsServiceWrapper)
type CAAccountsService ¶
type CAAccountsService struct {
// contains filtered or unexported fields
}
func (*CAAccountsService) ListCAAccounts ¶
func (cs *CAAccountsService) ListCAAccounts(ctx context.Context) (*service.ListCAAccountsResponse, error)
Click to show internal directories.
Click to hide internal directories.