Home
last modified time | relevance | path

Searched refs:DomainsService (Results 1 – 25 of 119) sorted by relevance

12345

/dports/security/lego/lego-4.5.3/vendor/github.com/dnsimple/dnsimple-go/dnsimple/
H A Ddomains.go12 type DomainsService struct { struct
67 func (s *DomainsService) ListDomains(ctx context.Context, accountID string, options *DomainListOpti… argument
88 func (s *DomainsService) CreateDomain(ctx context.Context, accountID string, domainAttributes Domai… argument
104 func (s *DomainsService) GetDomain(ctx context.Context, accountID string, domainIdentifier string) … argument
120 func (s *DomainsService) DeleteDomain(ctx context.Context, accountID string, domainIdentifier strin… argument
H A Ddomains_delegation_signer_records.go43 func (s *DomainsService) ListDelegationSignerRecords(ctx context.Context, accountID string, domainI…
64 func (s *DomainsService) CreateDelegationSignerRecord(ctx context.Context, accountID string, domain…
80 func (s *DomainsService) GetDelegationSignerRecord(ctx context.Context, accountID string, domainIde…
97 func (s *DomainsService) DeleteDelegationSignerRecord(ctx context.Context, accountID string, domain…
H A Ddomains_pushes.go48 func (s *DomainsService) InitiatePush(ctx context.Context, accountID, domainID string, pushAttribut…
64 func (s *DomainsService) ListPushes(ctx context.Context, accountID string, options *ListOptions) (*…
85 func (s *DomainsService) AcceptPush(ctx context.Context, accountID string, pushID int64, pushAttrib…
101 func (s *DomainsService) RejectPush(ctx context.Context, accountID string, pushID int64) (*DomainPu…
H A Ddomains_email_forwards.go41 func (s *DomainsService) ListEmailForwards(ctx context.Context, accountID string, domainIdentifier …
62 func (s *DomainsService) CreateEmailForward(ctx context.Context, accountID string, domainIdentifier…
78 func (s *DomainsService) GetEmailForward(ctx context.Context, accountID string, domainIdentifier st…
94 func (s *DomainsService) DeleteEmailForward(ctx context.Context, accountID string, domainIdentifier…
H A Ddomains_dnssec.go27 func (s *DomainsService) EnableDnssec(ctx context.Context, accountID string, domainIdentifier strin…
43 func (s *DomainsService) DisableDnssec(ctx context.Context, accountID string, domainIdentifier stri…
59 func (s *DomainsService) GetDnssec(ctx context.Context, accountID string, domainIdentifier string) …
H A Ddomains_collaborators.go49 func (s *DomainsService) ListCollaborators(ctx context.Context, accountID, domainIdentifier string,…
70 func (s *DomainsService) AddCollaborator(ctx context.Context, accountID string, domainIdentifier st…
86 func (s *DomainsService) RemoveCollaborator(ctx context.Context, accountID string, domainIdentifier…
/dports/net/traefik/traefik-2.6.1/vendor/github.com/dnsimple/dnsimple-go/dnsimple/
H A Ddomains.go12 type DomainsService struct { struct
67 func (s *DomainsService) ListDomains(ctx context.Context, accountID string, options *DomainListOpti… argument
88 func (s *DomainsService) CreateDomain(ctx context.Context, accountID string, domainAttributes Domai… argument
104 func (s *DomainsService) GetDomain(ctx context.Context, accountID string, domainIdentifier string) … argument
120 func (s *DomainsService) DeleteDomain(ctx context.Context, accountID string, domainIdentifier strin… argument
H A Ddomains_delegation_signer_records.go43 func (s *DomainsService) ListDelegationSignerRecords(ctx context.Context, accountID string, domainI…
64 func (s *DomainsService) CreateDelegationSignerRecord(ctx context.Context, accountID string, domain…
80 func (s *DomainsService) GetDelegationSignerRecord(ctx context.Context, accountID string, domainIde…
97 func (s *DomainsService) DeleteDelegationSignerRecord(ctx context.Context, accountID string, domain…
H A Ddomains_email_forwards.go41 func (s *DomainsService) ListEmailForwards(ctx context.Context, accountID string, domainIdentifier …
62 func (s *DomainsService) CreateEmailForward(ctx context.Context, accountID string, domainIdentifier…
78 func (s *DomainsService) GetEmailForward(ctx context.Context, accountID string, domainIdentifier st…
94 func (s *DomainsService) DeleteEmailForward(ctx context.Context, accountID string, domainIdentifier…
H A Ddomains_pushes.go48 func (s *DomainsService) InitiatePush(ctx context.Context, accountID, domainID string, pushAttribut…
64 func (s *DomainsService) ListPushes(ctx context.Context, accountID string, options *ListOptions) (*…
85 func (s *DomainsService) AcceptPush(ctx context.Context, accountID string, pushID int64, pushAttrib…
101 func (s *DomainsService) RejectPush(ctx context.Context, accountID string, pushID int64) (*DomainPu…
H A Ddomains_dnssec.go27 func (s *DomainsService) EnableDnssec(ctx context.Context, accountID string, domainIdentifier strin…
43 func (s *DomainsService) DisableDnssec(ctx context.Context, accountID string, domainIdentifier stri…
59 func (s *DomainsService) GetDnssec(ctx context.Context, accountID string, domainIdentifier string) …
H A Ddomains_collaborators.go49 func (s *DomainsService) ListCollaborators(ctx context.Context, accountID, domainIdentifier string,…
70 func (s *DomainsService) AddCollaborator(ctx context.Context, accountID string, domainIdentifier st…
86 func (s *DomainsService) RemoveCollaborator(ctx context.Context, accountID string, domainIdentifier…
/dports/security/lego/lego-4.5.3/vendor/github.com/nrdcg/dnspod-go/
H A Ddomains.go72 type DomainsService struct { struct
79 func (s *DomainsService) List() ([]Domain, *Response, error) { argument
99 func (s *DomainsService) Create(domainAttributes Domain) (Domain, *Response, error) { argument
118 func (s *DomainsService) Get(id int) (Domain, *Response, error) { argument
135 func (s *DomainsService) Delete(id int) (*Response, error) { argument
H A Ddnspod.go93 Domains *DomainsService
121 client.Domains = (*DomainsService)(&client.common)
/dports/security/lego/lego-4.5.3/vendor/github.com/nrdcg/desec/
H A Ddomains.go30 type DomainsService struct { struct
36 func (s *DomainsService) Create(ctx context.Context, domainName string) (*Domain, error) { argument
69 func (s *DomainsService) GetAll(ctx context.Context) ([]Domain, error) { argument
102 func (s *DomainsService) Get(ctx context.Context, domainName string) (*Domain, error) { argument
135 func (s *DomainsService) Delete(ctx context.Context, domainName string) error { argument
H A Ddesec.go62 Domains *DomainsService
84 client.Domains = (*DomainsService)(&client.common)
/dports/net/traefik/traefik-2.6.1/vendor/github.com/nrdcg/desec/
H A Ddomains.go30 type DomainsService struct { struct
36 func (s *DomainsService) Create(ctx context.Context, domainName string) (*Domain, error) { argument
69 func (s *DomainsService) GetAll(ctx context.Context) ([]Domain, error) { argument
102 func (s *DomainsService) Get(ctx context.Context, domainName string) (*Domain, error) { argument
135 func (s *DomainsService) Delete(ctx context.Context, domainName string) error { argument
H A Ddesec.go62 Domains *DomainsService
84 client.Domains = (*DomainsService)(&client.common)
/dports/net/traefik/traefik-2.6.1/vendor/github.com/nrdcg/dnspod-go/
H A Ddomains.go72 type DomainsService struct { struct
79 func (s *DomainsService) List() ([]Domain, *Response, error) { argument
99 func (s *DomainsService) Create(domainAttributes Domain) (Domain, *Response, error) { argument
118 func (s *DomainsService) Get(id int) (Domain, *Response, error) { argument
135 func (s *DomainsService) Delete(id int) (*Response, error) { argument
H A Ddnspod.go93 Domains *DomainsService
121 client.Domains = (*DomainsService)(&client.common)
/dports/sysutils/doctl/doctl-1.68.0/do/
H A Ddomains.go61 type DomainsService interface { interface
78 var _ DomainsService = &domainsService{}
81 func NewDomainsService(client *godo.Client) DomainsService {
/dports/net/rclone/rclone-1.57.0/vendor/google.golang.org/api/gmailpostmastertools/v1/
H A Dgmailpostmastertools-gen.go129 Domains *DomainsService
139 func NewDomainsService(s *Service) *DomainsService {
140 rs := &DomainsService{s: s}
145 type DomainsService struct { struct
618 func (r *DomainsService) Get(name string) *DomainsGetCall { argument
764 func (r *DomainsService) List() *DomainsListCall { argument
/dports/net/rclone/rclone-1.57.0/vendor/google.golang.org/api/gmailpostmastertools/v1beta1/
H A Dgmailpostmastertools-gen.go129 Domains *DomainsService
139 func NewDomainsService(s *Service) *DomainsService {
140 rs := &DomainsService{s: s}
145 type DomainsService struct { struct
624 func (r *DomainsService) Get(name string) *DomainsGetCall { argument
770 func (r *DomainsService) List() *DomainsListCall { argument
/dports/net/drive/drive-0.4.0/vendor/google.golang.org/api/gmailpostmastertools/v1beta1/
H A Dgmailpostmastertools-gen.go129 Domains *DomainsService
139 func NewDomainsService(s *Service) *DomainsService {
140 rs := &DomainsService{s: s}
145 type DomainsService struct { struct
624 func (r *DomainsService) Get(name string) *DomainsGetCall { argument
770 func (r *DomainsService) List() *DomainsListCall { argument
/dports/net/drive/drive-0.4.0/vendor/google.golang.org/api/gmailpostmastertools/v1/
H A Dgmailpostmastertools-gen.go129 Domains *DomainsService
139 func NewDomainsService(s *Service) *DomainsService {
140 rs := &DomainsService{s: s}
145 type DomainsService struct { struct
618 func (r *DomainsService) Get(name string) *DomainsGetCall { argument
764 func (r *DomainsService) List() *DomainsListCall { argument

12345