Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AliCredential ¶
type AliCredential struct { AccessKeyID string AccessKeySecret string Region string // contains filtered or unexported fields }
func NewAliCredential ¶
func NewAliCredential(accessKeyID string, accessKeySecret string, region string) *AliCredential
func NewAliCredentialWithEnv ¶
func NewAliCredentialWithEnv() *AliCredential
func (*AliCredential) UpsertRecord ¶
func (cli *AliCredential) UpsertRecord(subDomain string, ip string) error
type AwsCredential ¶
type AwsCredential struct {
// contains filtered or unexported fields
}
func NewAwsCredential ¶
func NewAwsCredential() *AwsCredential
func NewAwsCredentialEnv ¶
func NewAwsCredentialEnv() *AwsCredential
func (*AwsCredential) UpsertRecord ¶
func (cre *AwsCredential) UpsertRecord(subDomain string, ip string) error
Click to show internal directories.
Click to hide internal directories.