Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCreator ¶
func NewCreator(maxAttachments int, json serializer.JSONSerializer) parser.Creator
maxAttachments is the maximum number of the binary attachments to parse/send. If maxAttachments is 0, there will be no limit set for binary attachments.
Types ¶
type Binary ¶
type Binary []byte
func (Binary) MarshalJSON ¶
func (Binary) SocketIOBinary ¶
func (*Binary) UnmarshalJSON ¶
type Parser ¶
type Parser struct {
// contains filtered or unexported fields
}
func (*Parser) JSONSerializer ¶
func (p *Parser) JSONSerializer() serializer.JSONSerializer
type ValueError ¶
This is a specific error type used with a reflect.Value.
func (*ValueError) Error ¶
func (e *ValueError) Error() string
func (*ValueError) Unwrap ¶
func (e *ValueError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.