Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RespServer ¶
func NewRespServer ¶
func NewRespServer(storage store.Store, addr string) RespServer
func (RespServer) AddUser ¶
func (r RespServer) AddUser(user store.User)
func (RespServer) Publish ¶
func (r RespServer) Publish(channelName string, response []byte)
func (RespServer) RemoveUser ¶
func (r RespServer) RemoveUser(user store.User)
Click to show internal directories.
Click to hide internal directories.