Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContentType ¶
type ContentType int
const ( Default ContentType = iota FormUrlencoded ApplicationJSON )
type RequestUniversal ¶
type RequestUniversal struct {
ServiceName string
Action string
Version string
HttpMethod HttpMethod
ContentType ContentType
}
type Universal ¶
func (*Universal) DoCall ¶
func (u *Universal) DoCall(info RequestUniversal, input *map[string]interface{}) (output *map[string]interface{}, err error)
func (*Universal) DoCallWithType ¶
func (u *Universal) DoCallWithType(info RequestUniversal, input interface{}, output interface{}) (err error)
Click to show internal directories.
Click to hide internal directories.