Documentation ¶
Index ¶
- type HeClient
- func (hc *HeClient) AddTxtRecordWithDynamicDns(ch *v1alpha1.ChallengeRequest) error
- func (hc *HeClient) AddTxtRecordWithLogin(ch *v1alpha1.ChallengeRequest) error
- func (hc *HeClient) RemoveTxtRecordWithDynamicDns(ch *v1alpha1.ChallengeRequest) error
- func (hc *HeClient) RemoveTxtRecordWithLogin(ch *v1alpha1.ChallengeRequest) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HeClient ¶
type HeClient struct { Username string Password string ApiKey string HeUrl string Method string Client *http.Client }
func (*HeClient) AddTxtRecordWithDynamicDns ¶
func (hc *HeClient) AddTxtRecordWithDynamicDns(ch *v1alpha1.ChallengeRequest) error
func (*HeClient) AddTxtRecordWithLogin ¶
func (hc *HeClient) AddTxtRecordWithLogin(ch *v1alpha1.ChallengeRequest) error
func (*HeClient) RemoveTxtRecordWithDynamicDns ¶
func (hc *HeClient) RemoveTxtRecordWithDynamicDns(ch *v1alpha1.ChallengeRequest) error
func (*HeClient) RemoveTxtRecordWithLogin ¶
func (hc *HeClient) RemoveTxtRecordWithLogin(ch *v1alpha1.ChallengeRequest) error
Click to show internal directories.
Click to hide internal directories.