Versions in this module Expand all Collapse all v0 v0.0.1 Jul 31, 2023 Changes in this version + type ReceiveMessage struct + Msg string + To string + Type string + type SendMessage struct + Body string + From string + Type string + type Server struct + func NewServer() *Server + func (server *Server) Init(context *core.Context) + func (server *Server) Name() string + func (server *Server) Start() error