Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Path ¶
type Path string
const ( SendMsg Path = "msg/sendMsg.action" SendBatchMsg Path = "msg/sendBatchMsg.action" SendAttachMsg Path = "msg/sendAttachMsg.action" SendBatchAttachMsg Path = "msg/sendBatchAttachMsg.action" Upload Path = "msg/upload.action" FileUpload Path = "msg/fileUpload.action" NOSClean Path = "job/nos/del.action" Recall Path = "msg/recall.action" SendBroadcastMsg Path = "msg/broadcastMsg.action" )
const ( ChatRoomCreate Path = "chatroom/create.action" GetChatRoom Path = "chatroom/get.action" GetBatchChatRoom Path = "chatroom/getBatch.action " UpdateChatRoom Path = "chatroom/update.action" ToggleCloseStat Path = "chatroom/toggleCloseStat.action" SetMemberRole Path = "chatroom/setMemberRole.action" RequestAddr Path = "chatroom/requestAddr.action" ChatRoomSendMsg Path = "chatroom/sendMsg.action" AddRobot Path = "chatroom/addRobot.action" RemoveRobot Path = "chatroom/removeRobot.action" CleanRobot Path = "chatroom/cleanRobot.action" ListChatRoomMember Path = "chatroom/membersByPage.action" )
Click to show internal directories.
Click to hide internal directories.