Documentation
¶
Index ¶
- type DomainID
- type Info
- type Request
- func (r *Request) DELETE(addr string) (Response, error)
- func (r *Request) DomainIDFetch(domain string) (DomainID, error)
- func (r *Request) FetchInfo(domain string) (Info, error)
- func (r *Request) GET(addr string) (Response, error)
- func (r *Request) IsEnterprise(domain string) (bool, error)
- func (r *Request) PATCH(addr string, body io.Reader) (Response, error)
- func (r *Request) POST(addr string, body io.Reader) (Response, error)
- func (r *Request) PUT(addr string, body io.Reader) (Response, error)
- func (r *Request) RequestRaw(m, addr string, body io.Reader) (Response, error)
- func (r *Request) SetEmail(str string)
- func (r *Request) SetInit()
- func (r *Request) SetKey(str string)
- func (r *Request) SetTimeout(timeout time.Duration)
- type Response
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Request ¶
type Request struct {
// contains filtered or unexported fields
}
func (*Request) RequestRaw ¶
func (*Request) SetTimeout ¶
Click to show internal directories.
Click to hide internal directories.