Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpMethod ¶
type HttpMethod int
const ( HttpMethodGet HttpMethod = iota HttpMethodPost HttpMethodPut HttpMethodDelete )
type HttpTask ¶
type HttpTask struct { Method HttpMethod Request string Token string Payload interface{} }
Click to show internal directories.
Click to hide internal directories.