Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SendMsgToServer ¶
func SendMsgToServer(msgStruct interface{}, serverRouter, serverChannel, serverToken, serverPath string) (ret string, err error)
var msg feedmsg.FeedRichMsgModel var msgType, msgID, msgTime, textContent, textContentEx, textContentExPic, imagePicURL, imageFilePath string msgType = "text" textContent = "Hello,world223" msg = feedmsg.NewFeedRichMsg(msgType, msgID, msgTime, textContent, textContentEx, textContentExPic, imagePicURL, imageFilePath) sendMsgToServer(msg, "", "","","") //http://127.0.0.1:8080/ws/push/xxx
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.