Documentation ¶
Index ¶
Constants ¶
View Source
const ( OutputFormatText = OutputFormat("text") OutputFormatTable = OutputFormat("table") OutputFormatJSON = OutputFormat("json") OutputFormatYAML = OutputFormat("yaml") )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AccountList ¶
type AccountList dnsimple.AccountsResponse
func (AccountList) FormatJSON ¶
func (a AccountList) FormatJSON(opts *Options) (io.Reader, error)
func (AccountList) FormatTable ¶
func (a AccountList) FormatTable(_ *Options) (io.Reader, error)
func (AccountList) FormatYAML ¶
func (a AccountList) FormatYAML(opts *Options) (io.Reader, error)
type CollaboratorList ¶
type CollaboratorList dnsimple.CollaboratorsResponse
func (CollaboratorList) FormatJSON ¶
func (a CollaboratorList) FormatJSON(opts *Options) (io.Reader, error)
func (CollaboratorList) FormatTable ¶
func (a CollaboratorList) FormatTable(_ *Options) (io.Reader, error)
func (CollaboratorList) FormatYAML ¶
func (a CollaboratorList) FormatYAML(opts *Options) (io.Reader, error)
type DSRItem ¶
type DSRItem dnsimple.DelegationSignerRecordResponse
type DSRList ¶
type DSRList dnsimple.DelegationSignerRecordsResponse
type DomainItem ¶
type DomainItem dnsimple.DomainResponse
func (DomainItem) FormatJSON ¶
func (d DomainItem) FormatJSON(opts *Options) (io.Reader, error)
func (DomainItem) FormatText ¶
func (d DomainItem) FormatText(opts *Options) (io.Reader, error)
func (DomainItem) FormatYAML ¶
func (d DomainItem) FormatYAML(opts *Options) (io.Reader, error)
type DomainList ¶
type DomainList dnsimple.DomainsResponse
func (DomainList) FormatJSON ¶
func (a DomainList) FormatJSON(opts *Options) (io.Reader, error)
func (DomainList) FormatTable ¶
func (a DomainList) FormatTable(_ *Options) (io.Reader, error)
func (DomainList) FormatYAML ¶
func (a DomainList) FormatYAML(opts *Options) (io.Reader, error)
type Options ¶
type Options struct { Format OutputFormat Query string }
type OutputFormat ¶
type OutputFormat string
type Whoami ¶
type Whoami dnsimple.WhoamiResponse
Click to show internal directories.
Click to hide internal directories.