msghub

package
v0.0.0-...-7c02c66 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 24, 2023 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

View Source
const (
	SERVER_NAME      = "MSG_HUB_SVC"
	SERVICE_SEND_MSG = "SendMsg"
)

Variables

This section is empty.

Functions

func NewServer

func NewServer(opts ...config.Option) *rpcxServer

Types

type SendMsgArgs

type SendMsgArgs struct {
	MsgId          string
	FromSession    string
	ConversationID string
	MsgType        int32
	Content        []byte
	SendTime       time.Time
}

type SendMsgReply

type SendMsgReply struct {
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL