Documentation
¶
Index ¶
Constants ¶
Variables ¶
View Source
var JsonI = jsoniter.ConfigCompatibleWithStandardLibrary
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Envelope ¶
type EnvelopePool ¶
type EnvelopePool struct {
// contains filtered or unexported fields
}
var GlobalEnvelopePool EnvelopePool
func (*EnvelopePool) Get ¶
func (ep *EnvelopePool) Get() *Envelope
func (*EnvelopePool) Put ¶
func (ep *EnvelopePool) Put(epv *Envelope)
type WSAction ¶
type WSAction struct { Action string `json:"action"` Args json.RawMessage `json:"args"` }
Click to show internal directories.
Click to hide internal directories.