Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Jwt *jwt.JWT
)
Functions ¶
Types ¶
type MessageServiceImpl ¶
type MessageServiceImpl struct{}
MessageServiceImpl implements the last service interface defined in the IDL.
func (*MessageServiceImpl) MessageAction ¶
func (s *MessageServiceImpl) MessageAction(ctx context.Context, req *message.MessageActionRequest) (resp *message.MessageActionResponse, err error)
MessageAction implements the MessageServiceImpl interface.
func (*MessageServiceImpl) MessageChat ¶
func (s *MessageServiceImpl) MessageChat(ctx context.Context, req *message.MessageChatRequest) (resp *message.MessageChatResponse, err error)
MessageChat implements the MessageServiceImpl interface.
Click to show internal directories.
Click to hide internal directories.