msgpgo

package
v0.52.1 Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2024 License: Apache-2.0 Imports: 1 Imported by: 1

Documentation

Overview

Package msgpgo defines RemoteConfigKey

Index

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

Jump to

Keyboard shortcuts

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