Versions in this module Expand all Collapse all v1 v1.4.10 Dec 9, 2020 Changes in this version + type ContextlessMsg struct + OpaqueField []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ContextlessMsg) Descriptor() ([]byte, []int) + func (*ContextlessMsg) ProtoMessage() + func (cm *ContextlessMsg) VariablyOpaqueFields() []string + func (dst *ContextlessMsg) XXX_Merge(src proto.Message) + func (m *ContextlessMsg) GetOpaqueField() []byte + func (m *ContextlessMsg) Reset() + func (m *ContextlessMsg) String() string + func (m *ContextlessMsg) XXX_DiscardUnknown() + func (m *ContextlessMsg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ContextlessMsg) XXX_Size() int + func (m *ContextlessMsg) XXX_Unmarshal(b []byte) error + type DynamicMessageWrapper struct + func (dmw *DynamicMessageWrapper) Underlying() proto.Message + func (dmw *DynamicMessageWrapper) VariablyOpaqueFieldProto(name string) (proto.Message, error) + type DynamicMsg struct + DynamicType string + MapDynamicField map[string]*ContextlessMsg + PlainDynamicField *ContextlessMsg + SliceDynamicField []*ContextlessMsg + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*DynamicMsg) Descriptor() ([]byte, []int) + func (*DynamicMsg) ProtoMessage() + func (dst *DynamicMsg) XXX_Merge(src proto.Message) + func (m *DynamicMsg) GetDynamicType() string + func (m *DynamicMsg) GetMapDynamicField() map[string]*ContextlessMsg + func (m *DynamicMsg) GetPlainDynamicField() *ContextlessMsg + func (m *DynamicMsg) GetSliceDynamicField() []*ContextlessMsg + func (m *DynamicMsg) Reset() + func (m *DynamicMsg) String() string + func (m *DynamicMsg) XXX_DiscardUnknown() + func (m *DynamicMsg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DynamicMsg) XXX_Size() int + func (m *DynamicMsg) XXX_Unmarshal(b []byte) error + func (vom *DynamicMsg) DynamicFieldProto(name string, underlying proto.Message) (proto.Message, error) + func (vom *DynamicMsg) DynamicFields() []string + func (vom *DynamicMsg) DynamicMapFieldProto(name string, key string, underlying proto.Message) (proto.Message, error) + func (vom *DynamicMsg) DynamicMapFields() []string + func (vom *DynamicMsg) DynamicSliceFieldProto(name string, index int, underlying proto.Message) (proto.Message, error) + func (vom *DynamicMsg) DynamicSliceFields() []string + type NestedMsg struct + MapNestedField map[string]*SimpleMsg + PlainNestedField *SimpleMsg + SliceNestedField []*SimpleMsg + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*NestedMsg) Descriptor() ([]byte, []int) + func (*NestedMsg) ProtoMessage() + func (dst *NestedMsg) XXX_Merge(src proto.Message) + func (m *NestedMsg) GetMapNestedField() map[string]*SimpleMsg + func (m *NestedMsg) GetPlainNestedField() *SimpleMsg + func (m *NestedMsg) GetSliceNestedField() []*SimpleMsg + func (m *NestedMsg) Reset() + func (m *NestedMsg) String() string + func (m *NestedMsg) XXX_DiscardUnknown() + func (m *NestedMsg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *NestedMsg) XXX_Size() int + func (m *NestedMsg) XXX_Unmarshal(b []byte) error + type SimpleMsg struct + MapField map[string]string + PlainField string + SliceField []string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SimpleMsg) Descriptor() ([]byte, []int) + func (*SimpleMsg) ProtoMessage() + func (dst *SimpleMsg) XXX_Merge(src proto.Message) + func (m *SimpleMsg) GetMapField() map[string]string + func (m *SimpleMsg) GetPlainField() string + func (m *SimpleMsg) GetSliceField() []string + func (m *SimpleMsg) Reset() + func (m *SimpleMsg) String() string + func (m *SimpleMsg) XXX_DiscardUnknown() + func (m *SimpleMsg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SimpleMsg) XXX_Size() int + func (m *SimpleMsg) XXX_Unmarshal(b []byte) error + type StaticallyOpaqueMsg struct + MapOpaqueField map[string][]byte + PlainOpaqueField []byte + SliceOpaqueField [][]byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*StaticallyOpaqueMsg) Descriptor() ([]byte, []int) + func (*StaticallyOpaqueMsg) ProtoMessage() + func (dst *StaticallyOpaqueMsg) XXX_Merge(src proto.Message) + func (m *StaticallyOpaqueMsg) GetMapOpaqueField() map[string][]byte + func (m *StaticallyOpaqueMsg) GetPlainOpaqueField() []byte + func (m *StaticallyOpaqueMsg) GetSliceOpaqueField() [][]byte + func (m *StaticallyOpaqueMsg) Reset() + func (m *StaticallyOpaqueMsg) String() string + func (m *StaticallyOpaqueMsg) XXX_DiscardUnknown() + func (m *StaticallyOpaqueMsg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *StaticallyOpaqueMsg) XXX_Size() int + func (m *StaticallyOpaqueMsg) XXX_Unmarshal(b []byte) error + func (som *StaticallyOpaqueMsg) StaticallyOpaqueFieldProto(name string) (proto.Message, error) + func (som *StaticallyOpaqueMsg) StaticallyOpaqueFields() []string + func (som *StaticallyOpaqueMsg) StaticallyOpaqueMapFieldProto(name string, key string) (proto.Message, error) + func (som *StaticallyOpaqueMsg) StaticallyOpaqueMapFields() []string + func (som *StaticallyOpaqueMsg) StaticallyOpaqueSliceFieldProto(name string, index int) (proto.Message, error) + func (som *StaticallyOpaqueMsg) StaticallyOpaqueSliceFields() []string + type UnmarshalableDeepFields struct + MapOpaqueField map[string][]byte + PlainOpaqueField []byte + SliceOpaqueField [][]byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*UnmarshalableDeepFields) Descriptor() ([]byte, []int) + func (*UnmarshalableDeepFields) ProtoMessage() + func (dst *UnmarshalableDeepFields) XXX_Merge(src proto.Message) + func (m *UnmarshalableDeepFields) GetMapOpaqueField() map[string][]byte + func (m *UnmarshalableDeepFields) GetPlainOpaqueField() []byte + func (m *UnmarshalableDeepFields) GetSliceOpaqueField() [][]byte + func (m *UnmarshalableDeepFields) Reset() + func (m *UnmarshalableDeepFields) String() string + func (m *UnmarshalableDeepFields) XXX_DiscardUnknown() + func (m *UnmarshalableDeepFields) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *UnmarshalableDeepFields) XXX_Size() int + func (m *UnmarshalableDeepFields) XXX_Unmarshal(b []byte) error + func (udf *UnmarshalableDeepFields) StaticallyOpaqueFieldProto(name string) (proto.Message, error) + func (udf *UnmarshalableDeepFields) StaticallyOpaqueFields() []string + func (udf *UnmarshalableDeepFields) StaticallyOpaqueMapFieldProto(name, key string) (proto.Message, error) + func (udf *UnmarshalableDeepFields) StaticallyOpaqueMapFields() []string + func (udf *UnmarshalableDeepFields) StaticallyOpaqueSliceFieldProto(name string, index int) (proto.Message, error) + func (udf *UnmarshalableDeepFields) StaticallyOpaqueSliceFields() []string + type VariablyOpaqueMsg struct + MapOpaqueField map[string][]byte + OpaqueType string + PlainOpaqueField []byte + SliceOpaqueField [][]byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*VariablyOpaqueMsg) Descriptor() ([]byte, []int) + func (*VariablyOpaqueMsg) ProtoMessage() + func (dst *VariablyOpaqueMsg) XXX_Merge(src proto.Message) + func (m *VariablyOpaqueMsg) GetMapOpaqueField() map[string][]byte + func (m *VariablyOpaqueMsg) GetOpaqueType() string + func (m *VariablyOpaqueMsg) GetPlainOpaqueField() []byte + func (m *VariablyOpaqueMsg) GetSliceOpaqueField() [][]byte + func (m *VariablyOpaqueMsg) Reset() + func (m *VariablyOpaqueMsg) String() string + func (m *VariablyOpaqueMsg) XXX_DiscardUnknown() + func (m *VariablyOpaqueMsg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *VariablyOpaqueMsg) XXX_Size() int + func (m *VariablyOpaqueMsg) XXX_Unmarshal(b []byte) error + func (vom *VariablyOpaqueMsg) VariablyOpaqueFieldProto(name string) (proto.Message, error) + func (vom *VariablyOpaqueMsg) VariablyOpaqueFields() []string + func (vom *VariablyOpaqueMsg) VariablyOpaqueMapFieldProto(name string, key string) (proto.Message, error) + func (vom *VariablyOpaqueMsg) VariablyOpaqueMapFields() []string + func (vom *VariablyOpaqueMsg) VariablyOpaqueSliceFieldProto(name string, index int) (proto.Message, error) + func (vom *VariablyOpaqueMsg) VariablyOpaqueSliceFields() []string