msgpack

package
v0.16.1 Latest Latest
Warning

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

Go to latest
Published: Aug 27, 2023 License: BSD-2-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 GraphiteFetchResponse

type GraphiteFetchResponse struct {
	Start          uint32        `msg:"start"`
	End            uint32        `msg:"end"`
	Step           uint32        `msg:"step"`
	Name           string        `msg:"name"`
	PathExpression string        `msg:"pathExpression"`
	Values         []interface{} `msg:"values"`
}

func (*GraphiteFetchResponse) DecodeMsg

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

DecodeMsg implements msgp.Decodable

func (*GraphiteFetchResponse) EncodeMsg

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

EncodeMsg implements msgp.Encodable

func (*GraphiteFetchResponse) MarshalMsg

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

MarshalMsg implements msgp.Marshaler

func (*GraphiteFetchResponse) Msgsize

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

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

func (*GraphiteFetchResponse) UnmarshalMsg

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

UnmarshalMsg implements msgp.Unmarshaler

type GraphiteGlobResponse

type GraphiteGlobResponse struct {
	IsLeaf bool   `msg:"isLeaf"`
	Path   string `msg:"path"`
}

func (*GraphiteGlobResponse) DecodeMsg

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

DecodeMsg implements msgp.Decodable

func (GraphiteGlobResponse) EncodeMsg

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

EncodeMsg implements msgp.Encodable

func (GraphiteGlobResponse) MarshalMsg

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

MarshalMsg implements msgp.Marshaler

func (GraphiteGlobResponse) Msgsize

func (z GraphiteGlobResponse) Msgsize() (s int)

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

func (*GraphiteGlobResponse) UnmarshalMsg

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

UnmarshalMsg implements msgp.Unmarshaler

type MultiGraphiteFetchResponse

type MultiGraphiteFetchResponse []GraphiteFetchResponse

func (*MultiGraphiteFetchResponse) DecodeMsg

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

DecodeMsg implements msgp.Decodable

func (MultiGraphiteFetchResponse) EncodeMsg

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

EncodeMsg implements msgp.Encodable

func (MultiGraphiteFetchResponse) MarshalMsg

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

MarshalMsg implements msgp.Marshaler

func (MultiGraphiteFetchResponse) Msgsize

func (z MultiGraphiteFetchResponse) Msgsize() (s int)

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

func (*MultiGraphiteFetchResponse) UnmarshalMsg

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

UnmarshalMsg implements msgp.Unmarshaler

type MultiGraphiteGlobResponse

type MultiGraphiteGlobResponse []GraphiteGlobResponse

func (*MultiGraphiteGlobResponse) DecodeMsg

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

DecodeMsg implements msgp.Decodable

func (MultiGraphiteGlobResponse) EncodeMsg

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

EncodeMsg implements msgp.Encodable

func (MultiGraphiteGlobResponse) MarshalMsg

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

MarshalMsg implements msgp.Marshaler

func (MultiGraphiteGlobResponse) Msgsize

func (z MultiGraphiteGlobResponse) Msgsize() (s int)

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

func (*MultiGraphiteGlobResponse) UnmarshalMsg

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