testproto_maps

package
v0.6.3 Latest Latest
Warning

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

Go to latest
Published: May 11, 2024 License: BSD-3-Clause Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MsgWithMaps

type MsgWithMaps struct {
	StringKeys map[string]*timestamppb.Timestamp `` /* 161-byte string literal not displayed */
	IntKeys    map[uint32]*timestamppb.Timestamp `` /* 156-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*MsgWithMaps) CloneMessageVT

func (m *MsgWithMaps) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*MsgWithMaps) CloneVT

func (m *MsgWithMaps) CloneVT() *MsgWithMaps

func (*MsgWithMaps) EqualMessageVT

func (this *MsgWithMaps) EqualMessageVT(thatMsg any) bool

func (*MsgWithMaps) EqualVT

func (this *MsgWithMaps) EqualVT(that *MsgWithMaps) bool

func (*MsgWithMaps) GetIntKeys

func (x *MsgWithMaps) GetIntKeys() map[uint32]*timestamppb.Timestamp

func (*MsgWithMaps) GetStringKeys

func (x *MsgWithMaps) GetStringKeys() map[string]*timestamppb.Timestamp

func (*MsgWithMaps) MarshalJSON

func (x *MsgWithMaps) MarshalJSON() ([]byte, error)

MarshalJSON marshals the MsgWithMaps to JSON.

func (*MsgWithMaps) MarshalProtoJSON

func (x *MsgWithMaps) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the MsgWithMaps message to JSON.

func (*MsgWithMaps) MarshalProtoText added in v0.5.0

func (x *MsgWithMaps) MarshalProtoText() string

func (*MsgWithMaps) MarshalToSizedBufferVT

func (m *MsgWithMaps) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MsgWithMaps) MarshalToSizedBufferVTStrict

func (m *MsgWithMaps) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*MsgWithMaps) MarshalToVT

func (m *MsgWithMaps) MarshalToVT(dAtA []byte) (int, error)

func (*MsgWithMaps) MarshalToVTStrict

func (m *MsgWithMaps) MarshalToVTStrict(dAtA []byte) (int, error)

func (*MsgWithMaps) MarshalVT

func (m *MsgWithMaps) MarshalVT() (dAtA []byte, err error)

func (*MsgWithMaps) MarshalVTStrict

func (m *MsgWithMaps) MarshalVTStrict() (dAtA []byte, err error)

func (*MsgWithMaps) ProtoMessage

func (*MsgWithMaps) ProtoMessage()

func (*MsgWithMaps) Reset

func (x *MsgWithMaps) Reset()

func (*MsgWithMaps) SizeVT

func (m *MsgWithMaps) SizeVT() (n int)

func (*MsgWithMaps) String added in v0.5.0

func (x *MsgWithMaps) String() string

func (*MsgWithMaps) UnmarshalJSON added in v0.4.0

func (x *MsgWithMaps) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the MsgWithMaps from JSON.

func (*MsgWithMaps) UnmarshalProtoJSON added in v0.4.0

func (x *MsgWithMaps) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the MsgWithMaps message from JSON.

func (*MsgWithMaps) UnmarshalVT

func (m *MsgWithMaps) UnmarshalVT(dAtA []byte) error

func (*MsgWithMaps) UnmarshalVTUnsafe

func (m *MsgWithMaps) UnmarshalVTUnsafe(dAtA []byte) error

type MsgWithMaps_IntKeysEntry

type MsgWithMaps_IntKeysEntry struct {
	Key   uint32                 `protobuf:"varint,1,opt,name=key,proto3" json:"key,omitempty"`
	Value *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgWithMaps_IntKeysEntry) GetKey

func (x *MsgWithMaps_IntKeysEntry) GetKey() uint32

func (*MsgWithMaps_IntKeysEntry) GetValue

func (*MsgWithMaps_IntKeysEntry) MarshalJSON

func (x *MsgWithMaps_IntKeysEntry) MarshalJSON() ([]byte, error)

MarshalJSON marshals the MsgWithMaps_IntKeysEntry to JSON.

func (*MsgWithMaps_IntKeysEntry) MarshalProtoJSON

func (x *MsgWithMaps_IntKeysEntry) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the MsgWithMaps_IntKeysEntry message to JSON.

func (*MsgWithMaps_IntKeysEntry) MarshalProtoText added in v0.5.0

func (x *MsgWithMaps_IntKeysEntry) MarshalProtoText() string

func (*MsgWithMaps_IntKeysEntry) ProtoMessage

func (*MsgWithMaps_IntKeysEntry) ProtoMessage()

func (*MsgWithMaps_IntKeysEntry) Reset

func (x *MsgWithMaps_IntKeysEntry) Reset()

func (*MsgWithMaps_IntKeysEntry) String added in v0.5.0

func (x *MsgWithMaps_IntKeysEntry) String() string

func (*MsgWithMaps_IntKeysEntry) UnmarshalJSON added in v0.4.0

func (x *MsgWithMaps_IntKeysEntry) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the MsgWithMaps_IntKeysEntry from JSON.

func (*MsgWithMaps_IntKeysEntry) UnmarshalProtoJSON added in v0.4.0

func (x *MsgWithMaps_IntKeysEntry) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the MsgWithMaps_IntKeysEntry message from JSON.

type MsgWithMaps_StringKeysEntry

type MsgWithMaps_StringKeysEntry struct {
	Key   string                 `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Value *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgWithMaps_StringKeysEntry) GetKey

func (x *MsgWithMaps_StringKeysEntry) GetKey() string

func (*MsgWithMaps_StringKeysEntry) GetValue

func (*MsgWithMaps_StringKeysEntry) MarshalJSON

func (x *MsgWithMaps_StringKeysEntry) MarshalJSON() ([]byte, error)

MarshalJSON marshals the MsgWithMaps_StringKeysEntry to JSON.

func (*MsgWithMaps_StringKeysEntry) MarshalProtoJSON

func (x *MsgWithMaps_StringKeysEntry) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the MsgWithMaps_StringKeysEntry message to JSON.

func (*MsgWithMaps_StringKeysEntry) MarshalProtoText added in v0.5.0

func (x *MsgWithMaps_StringKeysEntry) MarshalProtoText() string

func (*MsgWithMaps_StringKeysEntry) ProtoMessage

func (*MsgWithMaps_StringKeysEntry) ProtoMessage()

func (*MsgWithMaps_StringKeysEntry) Reset

func (x *MsgWithMaps_StringKeysEntry) Reset()

func (*MsgWithMaps_StringKeysEntry) String added in v0.5.0

func (x *MsgWithMaps_StringKeysEntry) String() string

func (*MsgWithMaps_StringKeysEntry) UnmarshalJSON added in v0.4.0

func (x *MsgWithMaps_StringKeysEntry) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the MsgWithMaps_StringKeysEntry from JSON.

func (*MsgWithMaps_StringKeysEntry) UnmarshalProtoJSON added in v0.4.0

func (x *MsgWithMaps_StringKeysEntry) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the MsgWithMaps_StringKeysEntry message from JSON.

Jump to

Keyboard shortcuts

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