Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Invoke ¶
func Invoke(config AkskConfig, request interface{}, response interface{}) (reqeustId string, err error)
func TransferRequestMsg ¶
func TransferRequestMsg(config AkskConfig) model.HttpRequestMsg
Types ¶
type AkskConfig ¶
type AkskConfig struct { AccessKey string SecretKey string Protocol string EndPoint string Uri string Method string SignedHeaders string CustomHeaders map[string]string //custom headers }
func NewAkskConfig ¶
func NewAkskConfig(credential common.CredentialIface, httpProfile common.HttpProfileIface, uri string, method string) (config AkskConfig)
Click to show internal directories.
Click to hide internal directories.