Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RequestClear ¶
clear
type RequestIssue ¶
type RequestIssue struct { Host string `json:"h"` ChannelId string `json:"ch"` Password string `json:"p"` }
issue
type RequestWhere ¶
type RequestWhere struct {
Channels []string `json:"chs"`
}
type ResponseGetWorkers ¶
type ResponseGetWorkers struct {
Workers []ResponseGetWorkersItem `json:"workers"`
}
type ResponseGetWorkersItem ¶
get_workers
type ResponseReg ¶
reg
type ResponseWhere ¶
type ResponseWhere struct {
Items []ResponseWhereItem `json:"items"`
}
type ResponseWhereItem ¶
Click to show internal directories.
Click to hide internal directories.