Documentation ¶
Index ¶
- type Channel
- type Message
- type Socket
- func (s *Socket) Add(c *Channel)
- func (s *Socket) Del(c *Channel)
- func (s *Socket) Done()
- func (s *Socket) Err(err error)
- func (s *Socket) GetChannels(c echo.Context) error
- func (s *Socket) HTTPForward(c echo.Context) error
- func (s *Socket) HasRecipient(id string) bool
- func (s *Socket) Listen(c echo.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Channel ¶
type Channel struct {
// contains filtered or unexported fields
}
func (*Channel) HasRecipient ¶
type Socket ¶
type Socket struct {
// contains filtered or unexported fields
}
func (*Socket) HasRecipient ¶
Click to show internal directories.
Click to hide internal directories.