Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Blot ¶
type Blot struct { Methods []Method Data Parameters }
Blot represents a new Blot instance
func (*Blot) Decompress ¶
type Method ¶
type Method struct { Method MethodFunc Parameters Parameters }
func NewMethod ¶
func NewMethod(method MethodFunc, parameters Parameters) Method
type MethodFunc ¶
type MethodFunc func(in []byte, parameters Parameters) []byte
MethodFunc represents a function to run against the data
type Parameters ¶
Click to show internal directories.
Click to hide internal directories.