Documentation
¶
Index ¶
Constants ¶
View Source
const Name = "dtalk"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AuthSuccessData ¶
type AuthSuccessData struct {
Address string `json:"address"`
}
type EndpointRejectResp ¶
type EndpointRejectResp struct {
Result int `json:"result"`
Message string `json:"message"`
Data struct {
Code int `json:"code"`
Service string `json:"service"`
Message struct {
UUid string `json:"uuid"`
Device int `json:"device"`
DeviceName string `json:"deviceName"`
Datetime int64 `json:"datetime"`
} `json:"message"`
} `json:"data"`
}
Click to show internal directories.
Click to hide internal directories.