bytes

package
v0.23.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 29, 2019 License: Apache-2.0 Imports: 5 Imported by: 0

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

func NewCodec

func NewCodec(c io.ReadWriteCloser) codec.Codec

Types

type Codec

type Codec struct {
	Conn io.ReadWriteCloser
}

func (*Codec) Close

func (c *Codec) Close() error

func (*Codec) ReadBody

func (c *Codec) ReadBody(b interface{}) error

func (*Codec) ReadHeader

func (c *Codec) ReadHeader(m *codec.Message, t codec.MessageType) error

func (*Codec) String

func (c *Codec) String() string

func (*Codec) Write

func (c *Codec) Write(m *codec.Message, b interface{}) error

type Frame added in v0.21.0

type Frame struct {
	Data []byte
}

Frame gives us the ability to define raw data to send over the pipes

type Marshaler

type Marshaler struct{}

func (Marshaler) Marshal

func (n Marshaler) Marshal(v interface{}) ([]byte, error)

func (Marshaler) String

func (n Marshaler) String() string

func (Marshaler) Unmarshal

func (n Marshaler) Unmarshal(d []byte, v interface{}) error

type Message

type Message struct {
	Header map[string]string
	Body   []byte
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL