Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ToV1RecordType ¶
func ToV1RecordType(t string) v1.RecordType
Types ¶
type AddHeaderTransport ¶ added in v0.2.0
type AddHeaderTransport struct { Token string T http.RoundTripper // contains filtered or unexported fields }
type Client ¶
type Client interface { Domain() apiv1connect.DomainServiceClient Record() apiv1connect.RecordServiceClient Token() apiv1connect.TokenServiceClient }
Client defines the client API
type DialConfig ¶
type DialConfig struct { BaseURL string Token string Log *zap.SugaredLogger Debug bool UserAgent string }
DialConfig is the configuration to create a api-server connection
func (*DialConfig) HttpClient ¶ added in v0.2.0
func (d *DialConfig) HttpClient() *http.Client
Click to show internal directories.
Click to hide internal directories.