Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MelodySession ¶
type MelodySession interface { MelodyWriter Close() error CloseWithMsg(msg []byte) error Get(key string) (value interface{}, exists bool) IsClosed() bool // MustGet(key string) interface{} // removed in github.com/lesismal/melody fork Set(key string, value interface{}) WriteBinary(msg []byte) error }
type MelodyWriter ¶
Click to show internal directories.
Click to hide internal directories.