Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakePublisher ¶
type FakePublisher struct {
}
func (*FakePublisher) Publish ¶
func (sp *FakePublisher) Publish(id string, kick bool)
type FakeSocket ¶
type FakeSocket struct{}
func (*FakeSocket) AddPublisher ¶
func (s *FakeSocket) AddPublisher(event string, publisher websocket.Publisher)
func (*FakeSocket) Close ¶
func (s *FakeSocket) Close() error
func (*FakeSocket) Join ¶
func (s *FakeSocket) Join() error
Click to show internal directories.
Click to hide internal directories.