Documentation ¶
Overview ¶
Package bytes provides a bytes codec which does not encode or decode anything
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Frame ¶
type Frame struct {
Data []byte
}
Frame gives us the ability to define raw data to send over the pipes
type Marshaller ¶
type Marshaller struct{}
func (Marshaller) Marshal ¶
func (n Marshaller) Marshal(v interface{}) ([]byte, error)
func (Marshaller) String ¶
func (n Marshaller) String() string
func (Marshaller) Unmarshal ¶
func (n Marshaller) Unmarshal(d []byte, v interface{}) error
Click to show internal directories.
Click to hide internal directories.