Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChannelServer ¶
type ChannelServer struct {
// contains filtered or unexported fields
}
ChannelServer implementation of the channel service
func NewChannelServer ¶
func NewChannelServer(config *ChannelServerConfig) *ChannelServer
NewChannelServer creates and returns a new Channel server instance.
func (*ChannelServer) Chat ¶
func (c *ChannelServer) Chat(stream eventserverapi.Channel_ChatServer) error
Chat a new client on the channel
Click to show internal directories.
Click to hide internal directories.