Versions in this module Expand all Collapse all v0 v0.0.1 Dec 7, 2023 Changes in this version + type AutnumGetCall struct + func (c *AutnumGetCall) Context(ctx context.Context) *AutnumGetCall + func (c *AutnumGetCall) Do(opts ...googleapi.CallOption) (*RdapResponse, error) + func (c *AutnumGetCall) Fields(s ...googleapi.Field) *AutnumGetCall + func (c *AutnumGetCall) Header() http.Header + func (c *AutnumGetCall) IfNoneMatch(entityTag string) *AutnumGetCall + type AutnumService struct + func NewAutnumService(s *Service) *AutnumService + func (r *AutnumService) Get(autnumId string) *AutnumGetCall + type DomainGetCall struct + func (c *DomainGetCall) Context(ctx context.Context) *DomainGetCall + func (c *DomainGetCall) Do(opts ...googleapi.CallOption) (*HttpBody, error) + func (c *DomainGetCall) Fields(s ...googleapi.Field) *DomainGetCall + func (c *DomainGetCall) Header() http.Header + func (c *DomainGetCall) IfNoneMatch(entityTag string) *DomainGetCall + type DomainService struct + func NewDomainService(s *Service) *DomainService + func (r *DomainService) Get(domainName string) *DomainGetCall + type EntityGetCall struct + func (c *EntityGetCall) Context(ctx context.Context) *EntityGetCall + func (c *EntityGetCall) Do(opts ...googleapi.CallOption) (*RdapResponse, error) + func (c *EntityGetCall) Fields(s ...googleapi.Field) *EntityGetCall + func (c *EntityGetCall) Header() http.Header + func (c *EntityGetCall) IfNoneMatch(entityTag string) *EntityGetCall + type EntityService struct + func NewEntityService(s *Service) *EntityService + func (r *EntityService) Get(entityId string) *EntityGetCall + type HttpBody struct + ContentType string + Data string + Extensions []googleapi.RawMessage + ForceSendFields []string + NullFields []string + func (s *HttpBody) MarshalJSON() ([]byte, error) + type IpGetCall struct + func (c *IpGetCall) Context(ctx context.Context) *IpGetCall + func (c *IpGetCall) Do(opts ...googleapi.CallOption) (*RdapResponse, error) + func (c *IpGetCall) Fields(s ...googleapi.Field) *IpGetCall + func (c *IpGetCall) Header() http.Header + func (c *IpGetCall) IfNoneMatch(entityTag string) *IpGetCall + type IpService struct + func NewIpService(s *Service) *IpService + func (r *IpService) Get(ipId string, ipId1 string) *IpGetCall + type Link struct + ForceSendFields []string + Href string + Hreflang string + Media string + NullFields []string + Rel string + Title string + Type string + Value string + func (s *Link) MarshalJSON() ([]byte, error) + type NameserverGetCall struct + func (c *NameserverGetCall) Context(ctx context.Context) *NameserverGetCall + func (c *NameserverGetCall) Do(opts ...googleapi.CallOption) (*RdapResponse, error) + func (c *NameserverGetCall) Fields(s ...googleapi.Field) *NameserverGetCall + func (c *NameserverGetCall) Header() http.Header + func (c *NameserverGetCall) IfNoneMatch(entityTag string) *NameserverGetCall + type NameserverService struct + func NewNameserverService(s *Service) *NameserverService + func (r *NameserverService) Get(nameserverId string) *NameserverGetCall + type Notice struct + Description []string + ForceSendFields []string + Links []*Link + NullFields []string + Title string + Type string + func (s *Notice) MarshalJSON() ([]byte, error) + type RdapResponse struct + Description []string + ErrorCode int64 + ForceSendFields []string + JsonResponse *HttpBody + Lang string + Notices []*Notice + NullFields []string + RdapConformance []string + Title string + func (s *RdapResponse) MarshalJSON() ([]byte, error) + type Service struct + Autnum *AutnumService + BasePath string + Domain *DomainService + Entity *EntityService + Ip *IpService + Nameserver *NameserverService + UserAgent string + V1 *V1Service + func New(client *http.Client) (*Service, error) + func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error) + type V1GetDomainsCall struct + func (c *V1GetDomainsCall) Context(ctx context.Context) *V1GetDomainsCall + func (c *V1GetDomainsCall) Do(opts ...googleapi.CallOption) (*RdapResponse, error) + func (c *V1GetDomainsCall) Fields(s ...googleapi.Field) *V1GetDomainsCall + func (c *V1GetDomainsCall) Header() http.Header + func (c *V1GetDomainsCall) IfNoneMatch(entityTag string) *V1GetDomainsCall + type V1GetEntitiesCall struct + func (c *V1GetEntitiesCall) Context(ctx context.Context) *V1GetEntitiesCall + func (c *V1GetEntitiesCall) Do(opts ...googleapi.CallOption) (*RdapResponse, error) + func (c *V1GetEntitiesCall) Fields(s ...googleapi.Field) *V1GetEntitiesCall + func (c *V1GetEntitiesCall) Header() http.Header + func (c *V1GetEntitiesCall) IfNoneMatch(entityTag string) *V1GetEntitiesCall + type V1GetHelpCall struct + func (c *V1GetHelpCall) Context(ctx context.Context) *V1GetHelpCall + func (c *V1GetHelpCall) Do(opts ...googleapi.CallOption) (*HttpBody, error) + func (c *V1GetHelpCall) Fields(s ...googleapi.Field) *V1GetHelpCall + func (c *V1GetHelpCall) Header() http.Header + func (c *V1GetHelpCall) IfNoneMatch(entityTag string) *V1GetHelpCall + type V1GetIpCall struct + func (c *V1GetIpCall) Context(ctx context.Context) *V1GetIpCall + func (c *V1GetIpCall) Do(opts ...googleapi.CallOption) (*HttpBody, error) + func (c *V1GetIpCall) Fields(s ...googleapi.Field) *V1GetIpCall + func (c *V1GetIpCall) Header() http.Header + func (c *V1GetIpCall) IfNoneMatch(entityTag string) *V1GetIpCall + type V1GetNameserversCall struct + func (c *V1GetNameserversCall) Context(ctx context.Context) *V1GetNameserversCall + func (c *V1GetNameserversCall) Do(opts ...googleapi.CallOption) (*RdapResponse, error) + func (c *V1GetNameserversCall) Fields(s ...googleapi.Field) *V1GetNameserversCall + func (c *V1GetNameserversCall) Header() http.Header + func (c *V1GetNameserversCall) IfNoneMatch(entityTag string) *V1GetNameserversCall + type V1Service struct + func NewV1Service(s *Service) *V1Service + func (r *V1Service) GetDomains() *V1GetDomainsCall + func (r *V1Service) GetEntities() *V1GetEntitiesCall + func (r *V1Service) GetHelp() *V1GetHelpCall + func (r *V1Service) GetIp() *V1GetIpCall + func (r *V1Service) GetNameservers() *V1GetNameserversCall