Versions in this module Expand all Collapse all v0 v0.0.1 Dec 7, 2023 Changes in this version + type AcmeChallengeSet struct + ForceSendFields []string + NullFields []string + Record []*AcmeTxtRecord + func (s *AcmeChallengeSet) MarshalJSON() ([]byte, error) + type AcmeChallengeSetsGetCall struct + func (c *AcmeChallengeSetsGetCall) Context(ctx context.Context) *AcmeChallengeSetsGetCall + func (c *AcmeChallengeSetsGetCall) Do(opts ...googleapi.CallOption) (*AcmeChallengeSet, error) + func (c *AcmeChallengeSetsGetCall) Fields(s ...googleapi.Field) *AcmeChallengeSetsGetCall + func (c *AcmeChallengeSetsGetCall) Header() http.Header + func (c *AcmeChallengeSetsGetCall) IfNoneMatch(entityTag string) *AcmeChallengeSetsGetCall + type AcmeChallengeSetsRotateChallengesCall struct + func (c *AcmeChallengeSetsRotateChallengesCall) Context(ctx context.Context) *AcmeChallengeSetsRotateChallengesCall + func (c *AcmeChallengeSetsRotateChallengesCall) Do(opts ...googleapi.CallOption) (*AcmeChallengeSet, error) + func (c *AcmeChallengeSetsRotateChallengesCall) Fields(s ...googleapi.Field) *AcmeChallengeSetsRotateChallengesCall + func (c *AcmeChallengeSetsRotateChallengesCall) Header() http.Header + type AcmeChallengeSetsService struct + func NewAcmeChallengeSetsService(s *Service) *AcmeChallengeSetsService + func (r *AcmeChallengeSetsService) Get(rootDomain string) *AcmeChallengeSetsGetCall + func (r *AcmeChallengeSetsService) RotateChallenges(rootDomain string, rotatechallengesrequest *RotateChallengesRequest) *AcmeChallengeSetsRotateChallengesCall + type AcmeTxtRecord struct + Digest string + ForceSendFields []string + Fqdn string + NullFields []string + UpdateTime string + func (s *AcmeTxtRecord) MarshalJSON() ([]byte, error) + type RotateChallengesRequest struct + AccessToken string + ForceSendFields []string + KeepExpiredRecords bool + NullFields []string + RecordsToAdd []*AcmeTxtRecord + RecordsToRemove []*AcmeTxtRecord + func (s *RotateChallengesRequest) MarshalJSON() ([]byte, error) + type Service struct + AcmeChallengeSets *AcmeChallengeSetsService + BasePath string + UserAgent string + func New(client *http.Client) (*Service, error) + func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error)