kvautobus

package
v0.7.1 Latest Latest
Warning

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

Go to latest
Published: Nov 17, 2015 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Binary

type Binary []byte

func (*Binary) DecodeMsg

func (z *Binary) DecodeMsg(dc *msgp.Reader) (err error)

DecodeMsg implements msgp.Decodable

func (Binary) EncodeMsg

func (z Binary) EncodeMsg(en *msgp.Writer) (err error)

EncodeMsg implements msgp.Encodable

func (Binary) MarshalMsg

func (z Binary) MarshalMsg(b []byte) (o []byte, err error)

MarshalMsg implements msgp.Marshaler

func (Binary) Msgsize

func (z Binary) Msgsize() (s int)

func (*Binary) UnmarshalMsg

func (z *Binary) UnmarshalMsg(bts []byte) (o []byte, err error)

UnmarshalMsg implements msgp.Unmarshaler

type KV

type KV [2]Binary

KV is a Key-Value pair in MessagePack encodable format.

func (*KV) DecodeMsg

func (z *KV) DecodeMsg(dc *msgp.Reader) (err error)

DecodeMsg implements msgp.Decodable

func (*KV) EncodeMsg

func (z *KV) EncodeMsg(en *msgp.Writer) (err error)

EncodeMsg implements msgp.Encodable

func (*KV) MarshalMsg

func (z *KV) MarshalMsg(b []byte) (o []byte, err error)

MarshalMsg implements msgp.Marshaler

func (*KV) Msgsize

func (z *KV) Msgsize() (s int)

func (*KV) UnmarshalMsg

func (z *KV) UnmarshalMsg(bts []byte) (o []byte, err error)

UnmarshalMsg implements msgp.Unmarshaler

type KVs

type KVs []KV

KVs is a slice of key-value pairs in MessagePack encodable format.

func (*KVs) DecodeMsg

func (z *KVs) DecodeMsg(dc *msgp.Reader) (err error)

DecodeMsg implements msgp.Decodable

func (KVs) EncodeMsg

func (z KVs) EncodeMsg(en *msgp.Writer) (err error)

EncodeMsg implements msgp.Encodable

func (KVs) MarshalMsg

func (z KVs) MarshalMsg(b []byte) (o []byte, err error)

MarshalMsg implements msgp.Marshaler

func (KVs) Msgsize

func (z KVs) Msgsize() (s int)

func (*KVs) UnmarshalMsg

func (z *KVs) UnmarshalMsg(bts []byte) (o []byte, err error)

UnmarshalMsg implements msgp.Unmarshaler

type Ks

type Ks []Binary

Ks are Keys in MessagePack encodable format.

func (*Ks) DecodeMsg

func (z *Ks) DecodeMsg(dc *msgp.Reader) (err error)

DecodeMsg implements msgp.Decodable

func (Ks) EncodeMsg

func (z Ks) EncodeMsg(en *msgp.Writer) (err error)

EncodeMsg implements msgp.Encodable

func (Ks) MarshalMsg

func (z Ks) MarshalMsg(b []byte) (o []byte, err error)

MarshalMsg implements msgp.Marshaler

func (Ks) Msgsize

func (z Ks) Msgsize() (s int)

func (*Ks) UnmarshalMsg

func (z *Ks) UnmarshalMsg(bts []byte) (o []byte, err error)

UnmarshalMsg implements msgp.Unmarshaler

Jump to

Keyboard shortcuts

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