wkt

package
v0.1.3-0...-afe9aa5 Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2020 License: Apache-2.0 Imports: 3 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bool

type Bool bool

func (*Bool) DecodeMsg

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

DecodeMsg implements msgp.Decodable

func (Bool) EncodeMsg

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

EncodeMsg implements msgp.Encodable

func (Bool) MarshalMsg

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

MarshalMsg implements msgp.Marshaler

func (Bool) Msgsize

func (z Bool) Msgsize() (s int)

Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message

func (*Bool) UnmarshalMsg

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

UnmarshalMsg implements msgp.Unmarshaler

type Byte

type Byte byte

func (*Byte) DecodeMsg

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

DecodeMsg implements msgp.Decodable

func (Byte) EncodeMsg

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

EncodeMsg implements msgp.Encodable

func (Byte) MarshalMsg

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

MarshalMsg implements msgp.Marshaler

func (Byte) Msgsize

func (z Byte) Msgsize() (s int)

Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message

func (*Byte) UnmarshalMsg

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

UnmarshalMsg implements msgp.Unmarshaler

type Bytes

type Bytes []byte

Bytes is []byte because that's a very common idiom

func (*Bytes) Bytes

func (b *Bytes) Bytes() []byte

Bytes converts Bytes to a primitive

func (*Bytes) DecodeMsg

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

DecodeMsg implements msgp.Decodable

func (Bytes) EncodeMsg

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

EncodeMsg implements msgp.Encodable

func (*Bytes) Equal

func (b *Bytes) Equal(other *Bytes) bool

Equal returns true when `b` and `other` are equal

func (Bytes) MarshalMsg

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

MarshalMsg implements msgp.Marshaler

func (Bytes) MarshalText

func (b Bytes) MarshalText() (text []byte, err error)

MarshalText satisfies the encoding.TextMarshaler interface

func (Bytes) Msgsize

func (z Bytes) Msgsize() (s int)

Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message

func (*Bytes) UnmarshalMsg

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

UnmarshalMsg implements msgp.Unmarshaler

func (*Bytes) UnmarshalText

func (b *Bytes) UnmarshalText(text []byte) error

UnmarshalText satisfies the encoding.TextUnmarshaler interface

type Complex128

type Complex128 complex128

func (*Complex128) DecodeMsg

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

DecodeMsg implements msgp.Decodable

func (Complex128) EncodeMsg

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

EncodeMsg implements msgp.Encodable

func (Complex128) MarshalMsg

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

MarshalMsg implements msgp.Marshaler

func (Complex128) Msgsize

func (z Complex128) Msgsize() (s int)

Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message

func (*Complex128) UnmarshalMsg

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

UnmarshalMsg implements msgp.Unmarshaler

type Complex64

type Complex64 complex64

func (*Complex64) DecodeMsg

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

DecodeMsg implements msgp.Decodable

func (Complex64) EncodeMsg

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

EncodeMsg implements msgp.Encodable

func (Complex64) MarshalMsg

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

MarshalMsg implements msgp.Marshaler

func (Complex64) Msgsize

func (z Complex64) Msgsize() (s int)

Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message

func (*Complex64) UnmarshalMsg

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

UnmarshalMsg implements msgp.Unmarshaler

type Float32

type Float32 float32

func (*Float32) DecodeMsg

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

DecodeMsg implements msgp.Decodable

func (Float32) EncodeMsg

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

EncodeMsg implements msgp.Encodable

func (Float32) MarshalMsg

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

MarshalMsg implements msgp.Marshaler

func (Float32) Msgsize

func (z Float32) Msgsize() (s int)

Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message

func (*Float32) UnmarshalMsg

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

UnmarshalMsg implements msgp.Unmarshaler

type Float64

type Float64 float64

func (*Float64) DecodeMsg

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

DecodeMsg implements msgp.Decodable

func (Float64) EncodeMsg

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

EncodeMsg implements msgp.Encodable

func (Float64) MarshalMsg

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

MarshalMsg implements msgp.Marshaler

func (Float64) Msgsize

func (z Float64) Msgsize() (s int)

Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message

func (*Float64) UnmarshalMsg

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

UnmarshalMsg implements msgp.Unmarshaler

type Int

type Int int

func (*Int) DecodeMsg

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

DecodeMsg implements msgp.Decodable

func (Int) EncodeMsg

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

EncodeMsg implements msgp.Encodable

func (Int) MarshalMsg

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

MarshalMsg implements msgp.Marshaler

func (Int) Msgsize

func (z Int) Msgsize() (s int)

Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message

func (*Int) UnmarshalMsg

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

UnmarshalMsg implements msgp.Unmarshaler

type Int16

type Int16 int16

func (*Int16) DecodeMsg

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

DecodeMsg implements msgp.Decodable

func (Int16) EncodeMsg

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

EncodeMsg implements msgp.Encodable

func (Int16) MarshalMsg

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

MarshalMsg implements msgp.Marshaler

func (Int16) Msgsize

func (z Int16) Msgsize() (s int)

Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message

func (*Int16) UnmarshalMsg

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

UnmarshalMsg implements msgp.Unmarshaler

type Int32

type Int32 int32

func (*Int32) DecodeMsg

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

DecodeMsg implements msgp.Decodable

func (Int32) EncodeMsg

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

EncodeMsg implements msgp.Encodable

func (Int32) MarshalMsg

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

MarshalMsg implements msgp.Marshaler

func (Int32) Msgsize

func (z Int32) Msgsize() (s int)

Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message

func (*Int32) UnmarshalMsg

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

UnmarshalMsg implements msgp.Unmarshaler

type Int64

type Int64 int64

func (*Int64) DecodeMsg

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

DecodeMsg implements msgp.Decodable

func (Int64) EncodeMsg

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

EncodeMsg implements msgp.Encodable

func (Int64) MarshalMsg

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

MarshalMsg implements msgp.Marshaler

func (Int64) Msgsize

func (z Int64) Msgsize() (s int)

Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message

func (*Int64) UnmarshalMsg

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

UnmarshalMsg implements msgp.Unmarshaler

type Int8

type Int8 int8

func (*Int8) DecodeMsg

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

DecodeMsg implements msgp.Decodable

func (Int8) EncodeMsg

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

EncodeMsg implements msgp.Encodable

func (Int8) MarshalMsg

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

MarshalMsg implements msgp.Marshaler

func (Int8) Msgsize

func (z Int8) Msgsize() (s int)

Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message

func (*Int8) UnmarshalMsg

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

UnmarshalMsg implements msgp.Unmarshaler

type Rune

type Rune rune

func (*Rune) DecodeMsg

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

DecodeMsg implements msgp.Decodable

func (Rune) EncodeMsg

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

EncodeMsg implements msgp.Encodable

func (Rune) MarshalMsg

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

MarshalMsg implements msgp.Marshaler

func (Rune) Msgsize

func (z Rune) Msgsize() (s int)

Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message

func (*Rune) UnmarshalMsg

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

UnmarshalMsg implements msgp.Unmarshaler

type String

type String string

func (*String) DecodeMsg

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

DecodeMsg implements msgp.Decodable

func (String) EncodeMsg

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

EncodeMsg implements msgp.Encodable

func (String) MarshalMsg

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

MarshalMsg implements msgp.Marshaler

func (String) Msgsize

func (z String) Msgsize() (s int)

Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message

func (*String) UnmarshalMsg

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

UnmarshalMsg implements msgp.Unmarshaler

type Uint

type Uint uint

func (*Uint) DecodeMsg

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

DecodeMsg implements msgp.Decodable

func (Uint) EncodeMsg

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

EncodeMsg implements msgp.Encodable

func (Uint) MarshalMsg

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

MarshalMsg implements msgp.Marshaler

func (Uint) Msgsize

func (z Uint) Msgsize() (s int)

Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message

func (*Uint) UnmarshalMsg

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

UnmarshalMsg implements msgp.Unmarshaler

type Uint16

type Uint16 uint16

func (*Uint16) DecodeMsg

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

DecodeMsg implements msgp.Decodable

func (Uint16) EncodeMsg

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

EncodeMsg implements msgp.Encodable

func (Uint16) MarshalMsg

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

MarshalMsg implements msgp.Marshaler

func (Uint16) Msgsize

func (z Uint16) Msgsize() (s int)

Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message

func (*Uint16) UnmarshalMsg

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

UnmarshalMsg implements msgp.Unmarshaler

type Uint32

type Uint32 uint32

func (*Uint32) DecodeMsg

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

DecodeMsg implements msgp.Decodable

func (Uint32) EncodeMsg

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

EncodeMsg implements msgp.Encodable

func (Uint32) MarshalMsg

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

MarshalMsg implements msgp.Marshaler

func (Uint32) Msgsize

func (z Uint32) Msgsize() (s int)

Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message

func (*Uint32) UnmarshalMsg

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

UnmarshalMsg implements msgp.Unmarshaler

type Uint64

type Uint64 uint64

func (*Uint64) DecodeMsg

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

DecodeMsg implements msgp.Decodable

func (Uint64) EncodeMsg

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

EncodeMsg implements msgp.Encodable

func (Uint64) MarshalMsg

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

MarshalMsg implements msgp.Marshaler

func (Uint64) Msgsize

func (z Uint64) Msgsize() (s int)

Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message

func (*Uint64) UnmarshalMsg

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

UnmarshalMsg implements msgp.Unmarshaler

type Uint8

type Uint8 uint8

func (*Uint8) DecodeMsg

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

DecodeMsg implements msgp.Decodable

func (Uint8) EncodeMsg

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

EncodeMsg implements msgp.Encodable

func (Uint8) MarshalMsg

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

MarshalMsg implements msgp.Marshaler

func (Uint8) Msgsize

func (z Uint8) Msgsize() (s int)

Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message

func (*Uint8) UnmarshalMsg

func (z *Uint8) 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