Documentation
¶
Index ¶
- type Login
- type Processor
- func (p *Processor) Marshal(msg interface{}) (*common.TWSData, error)
- func (p *Processor) Route(msg interface{}, userData interface{}) error
- func (p *Processor) Unmarshal(data []byte) (interface{}, error)
- func (p *Processor) UnmarshalMul(nType int, data []byte) (interface{}, error)
- func (p *Processor) UsePacketMode() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Processor ¶
type Processor struct {
}
func NewProcessor ¶
func NewProcessor() *Processor
func (*Processor) UnmarshalMul ¶
func (*Processor) UsePacketMode ¶
Click to show internal directories.
Click to hide internal directories.