Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App interface {
Id() string
Test() string
TenantQuery() (res map[string]interface{})
Applications() (res map[string]interface{})
AppVisibility() map[string]interface{}
AppContactsRangeConfiguration() map[string]interface{}
DepartmentListSubId(deptIdList []interface{}) []interface{}
DepartmentsChildren(departmentId string, pageToken string) []interface{}
DepartmentGet(id string) (res map[string]interface{})
UsersFindByDepartment(id string, pageToken string) []interface{}
UserGet(id string) map[string]interface{}
UserIdGet(id string) map[string]interface{}
AppAccessTokenInternal() string
TicketGet() (ticket string)
AuthorizationCode(code string) map[string]interface{}
MessageSend(msg Message) error
}
type Message ¶
type Message struct {
Type string `json:"msg_type"`
ToUser string `json:"receive_id"`
Content MessageCard `json:"content"`
}
type MessageCard ¶
type MessageMsg ¶
Click to show internal directories.
Click to hide internal directories.