Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompaniesResponse ¶
type ContactsResponse ¶
type IntResponse ¶
type MethodsRequest ¶
type MethodsResponse ¶
type Response ¶
type Response struct { Result interface{} `json:"result"` Time ResponseTime `json:"time"` Total int `json:"total"` Next int `json:"next"` }
func (*Response) ToInt ¶
func (r *Response) ToInt() (*IntResponse, error)
type ResponseError ¶
type ResponseTime ¶
type ResponseTime struct { Start UnixMicroTime Finish UnixMicroTime Duration SecDuration Processing SecDuration }
type SecDuration ¶
func (*SecDuration) UnmarshalJSON ¶
func (d *SecDuration) UnmarshalJSON(data []byte) error
type StringResponse ¶
type UnixMicroTime ¶
func (*UnixMicroTime) UnmarshalJSON ¶
func (t *UnixMicroTime) UnmarshalJSON(data []byte) error
Click to show internal directories.
Click to hide internal directories.