Documentation
¶
Index ¶
Constants ¶
View Source
const ApiPrefixUrl = "https://oapi.dingtalk.com"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AccessToken ¶
func (AccessToken) GetAccessToken ¶
func (a AccessToken) GetAccessToken() access.Value
func (AccessToken) GetRefAccessToken ¶
func (a AccessToken) GetRefAccessToken() access.Value
type At ¶
type At struct { AtMobiles []string `json:"atMobiles,omitempty"` AtUserIds []string `json:"atUserIds,omitempty"` IsAtAll bool `json:"isAtAll,omitempty"` }
"at": { "atMobiles": [ "150XXXXXXXX" ], "atUserIds": [ "user123" ], "isAtAll": false }
type ToAgent ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.