Documentation ¶
Index ¶
- type RemoteConfigKey
- func (z *RemoteConfigKey) DecodeMsg(dc *msgp.Reader) (err error)
- func (z RemoteConfigKey) EncodeMsg(en *msgp.Writer) (err error)
- func (z RemoteConfigKey) MarshalMsg(b []byte) (o []byte, err error)
- func (z RemoteConfigKey) Msgsize() (s int)
- func (z *RemoteConfigKey) UnmarshalMsg(bts []byte) (o []byte, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RemoteConfigKey ¶
type RemoteConfigKey struct { AppKey string `msgpack:"key"` OrgID int64 `msgpack:"org"` Datacenter string `msgpack:"dc"` }
RemoteConfigKey is a RemoteConfigKey
func (*RemoteConfigKey) DecodeMsg ¶
func (z *RemoteConfigKey) DecodeMsg(dc *msgp.Reader) (err error)
DecodeMsg implements msgp.Decodable
func (RemoteConfigKey) EncodeMsg ¶
func (z RemoteConfigKey) EncodeMsg(en *msgp.Writer) (err error)
EncodeMsg implements msgp.Encodable
func (RemoteConfigKey) MarshalMsg ¶
func (z RemoteConfigKey) MarshalMsg(b []byte) (o []byte, err error)
MarshalMsg implements msgp.Marshaler
func (RemoteConfigKey) Msgsize ¶
func (z RemoteConfigKey) Msgsize() (s int)
Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message
func (*RemoteConfigKey) UnmarshalMsg ¶
func (z *RemoteConfigKey) UnmarshalMsg(bts []byte) (o []byte, err error)
UnmarshalMsg implements msgp.Unmarshaler
Click to show internal directories.
Click to hide internal directories.