Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Constructor ¶
type Decoder ¶
func NewGZIPDecoder ¶
type GZIPDecoder ¶
type GZIPDecoder struct {
// contains filtered or unexported fields
}
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager manages all the attached decoders. In case there are no decoders, original data will be returned. Manager MUST be per-client, not per-instance
func NewManager ¶
func (*Manager) Add ¶
func (m *Manager) Add(token string, constructor Constructor)
Click to show internal directories.
Click to hide internal directories.