Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BaseRouter ¶
Types ¶
type JSONRequest ¶
type JSONResonse ¶
func (*JSONResonse) ResponseString ¶
func (res *JSONResonse) ResponseString() string
type Requester ¶
func NewRequester ¶
func (*Requester) DoRequest ¶
func (requester *Requester) DoRequest(method string, url string, body interface{}) JSONResonse
func (*Requester) Get ¶
func (requester *Requester) Get(url string) JSONResonse
func (*Requester) Post ¶
func (requester *Requester) Post(url string, body interface{}) JSONResonse
Click to show internal directories.
Click to hide internal directories.