Documentation
¶
Index ¶
Constants ¶
View Source
const ( // constants P_OPENAPI = "openapi" P_API = "api" P_PARAM2 = "param2" // system parameters P_ACCESS_TOKEN = "access_token" P_TIMESTAMP = "_aop_timestamp" P_SIGN = "_aop_signature" P_ERROR_CODE = "error_code" P_ERROR_MESSAGE = "error_message" P_EXCEPTION = "exception" P_REQUEST_ID = "request_id" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UmengClient ¶
type UmengClient struct {
// contains filtered or unexported fields
}
func CreateUmengClient ¶
func CreateUmengClient(apiKey, apiSecurity string) *UmengClient
func (*UmengClient) SetDefaultServer ¶
func (cli *UmengClient) SetDefaultServer(newDefaultServer string)
Click to show internal directories.
Click to hide internal directories.