Documentation ¶
Index ¶
- type GraphiteFetchResponse
- func (z *GraphiteFetchResponse) DecodeMsg(dc *msgp.Reader) (err error)
- func (z *GraphiteFetchResponse) EncodeMsg(en *msgp.Writer) (err error)
- func (z *GraphiteFetchResponse) MarshalMsg(b []byte) (o []byte, err error)
- func (z *GraphiteFetchResponse) Msgsize() (s int)
- func (z *GraphiteFetchResponse) UnmarshalMsg(bts []byte) (o []byte, err error)
- type GraphiteGlobResponse
- func (z *GraphiteGlobResponse) DecodeMsg(dc *msgp.Reader) (err error)
- func (z GraphiteGlobResponse) EncodeMsg(en *msgp.Writer) (err error)
- func (z GraphiteGlobResponse) MarshalMsg(b []byte) (o []byte, err error)
- func (z GraphiteGlobResponse) Msgsize() (s int)
- func (z *GraphiteGlobResponse) UnmarshalMsg(bts []byte) (o []byte, err error)
- type MultiGraphiteFetchResponse
- func (z *MultiGraphiteFetchResponse) DecodeMsg(dc *msgp.Reader) (err error)
- func (z MultiGraphiteFetchResponse) EncodeMsg(en *msgp.Writer) (err error)
- func (z MultiGraphiteFetchResponse) MarshalMsg(b []byte) (o []byte, err error)
- func (z MultiGraphiteFetchResponse) Msgsize() (s int)
- func (z *MultiGraphiteFetchResponse) UnmarshalMsg(bts []byte) (o []byte, err error)
- type MultiGraphiteGlobResponse
- func (z *MultiGraphiteGlobResponse) DecodeMsg(dc *msgp.Reader) (err error)
- func (z MultiGraphiteGlobResponse) EncodeMsg(en *msgp.Writer) (err error)
- func (z MultiGraphiteGlobResponse) MarshalMsg(b []byte) (o []byte, err error)
- func (z MultiGraphiteGlobResponse) Msgsize() (s int)
- func (z *MultiGraphiteGlobResponse) UnmarshalMsg(bts []byte) (o []byte, err error)
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 ¶
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