Documentation ¶
Index ¶
- Constants
- func DumpV2JsonPb(config proto.Message) ([]byte, error)
- type V2JsonProtobufAnyTypeDescriptor
- type V2JsonProtobufAnyTypeFieldDescriptor
- type V2JsonProtobufAnyTypeFields
- func (v V2JsonProtobufAnyTypeFields) ByJSONName(s string) protoreflect.FieldDescriptor
- func (v V2JsonProtobufAnyTypeFields) ByName(s protoreflect.Name) protoreflect.FieldDescriptor
- func (v V2JsonProtobufAnyTypeFields) ByNumber(n protoreflect.FieldNumber) protoreflect.FieldDescriptor
- func (v V2JsonProtobufAnyTypeFields) ByTextName(s string) protoreflect.FieldDescriptor
- func (v V2JsonProtobufAnyTypeFields) Get(i int) protoreflect.FieldDescriptor
- func (v V2JsonProtobufAnyTypeFields) Len() int
- type V2JsonProtobufAnyValueField
- type V2JsonProtobufAnyValueFieldReturn
- type V2JsonProtobufFollower
- func (v *V2JsonProtobufFollower) Clear(descriptor protoreflect.FieldDescriptor)
- func (v *V2JsonProtobufFollower) Descriptor() protoreflect.MessageDescriptor
- func (v *V2JsonProtobufFollower) Get(fd protoreflect.FieldDescriptor) protoreflect.Value
- func (v *V2JsonProtobufFollower) GetUnknown() protoreflect.RawFields
- func (v *V2JsonProtobufFollower) Has(descriptor protoreflect.FieldDescriptor) bool
- func (v *V2JsonProtobufFollower) Interface() protoreflect.ProtoMessage
- func (v *V2JsonProtobufFollower) IsValid() bool
- func (v *V2JsonProtobufFollower) Mutable(descriptor protoreflect.FieldDescriptor) protoreflect.Value
- func (v *V2JsonProtobufFollower) New() protoreflect.Message
- func (v *V2JsonProtobufFollower) NewField(descriptor protoreflect.FieldDescriptor) protoreflect.Value
- func (v *V2JsonProtobufFollower) ProtoReflect() protoreflect.Message
- func (v *V2JsonProtobufFollower) Range(f func(protoreflect.FieldDescriptor, protoreflect.Value) bool)
- func (v *V2JsonProtobufFollower) Set(descriptor protoreflect.FieldDescriptor, value protoreflect.Value)
- func (v *V2JsonProtobufFollower) SetUnknown(fields protoreflect.RawFields)
- func (v *V2JsonProtobufFollower) Type() protoreflect.MessageType
- func (v *V2JsonProtobufFollower) WhichOneof(descriptor protoreflect.OneofDescriptor) protoreflect.FieldDescriptor
- type V2JsonProtobufFollowerDescriptor
- type V2JsonProtobufFollowerFieldDescriptor
- type V2JsonProtobufFollowerFields
- type V2JsonProtobufListFollower
- func (v V2JsonProtobufListFollower) Append(value protoreflect.Value)
- func (v V2JsonProtobufListFollower) AppendMutable() protoreflect.Value
- func (v V2JsonProtobufListFollower) Get(i int) protoreflect.Value
- func (v V2JsonProtobufListFollower) IsValid() bool
- func (v V2JsonProtobufListFollower) Len() int
- func (v V2JsonProtobufListFollower) NewElement() protoreflect.Value
- func (v V2JsonProtobufListFollower) Set(i int, value protoreflect.Value)
- func (v V2JsonProtobufListFollower) Truncate(i int)
- type V2JsonProtobufMapFollower
- func (v V2JsonProtobufMapFollower) Clear(key protoreflect.MapKey)
- func (v V2JsonProtobufMapFollower) Get(key protoreflect.MapKey) protoreflect.Value
- func (v V2JsonProtobufMapFollower) Has(key protoreflect.MapKey) bool
- func (v V2JsonProtobufMapFollower) IsValid() bool
- func (v V2JsonProtobufMapFollower) Len() int
- func (v V2JsonProtobufMapFollower) Mutable(key protoreflect.MapKey) protoreflect.Value
- func (v V2JsonProtobufMapFollower) NewValue() protoreflect.Value
- func (v V2JsonProtobufMapFollower) Range(f func(protoreflect.MapKey, protoreflect.Value) bool)
- func (v V2JsonProtobufMapFollower) Set(key protoreflect.MapKey, value protoreflect.Value)
Constants ¶
View Source
const FormatProtobufV2JSONPB = "v2jsonpb"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type V2JsonProtobufAnyTypeDescriptor ¶
type V2JsonProtobufAnyTypeDescriptor struct {
protoreflect.MessageDescriptor
}
func (V2JsonProtobufAnyTypeDescriptor) Fields ¶
func (v V2JsonProtobufAnyTypeDescriptor) Fields() protoreflect.FieldDescriptors
func (V2JsonProtobufAnyTypeDescriptor) FullName ¶
func (v V2JsonProtobufAnyTypeDescriptor) FullName() protoreflect.FullName
type V2JsonProtobufAnyTypeFieldDescriptor ¶
type V2JsonProtobufAnyTypeFieldDescriptor struct {
protoreflect.FieldDescriptor
}
func (V2JsonProtobufAnyTypeFieldDescriptor) JSONName ¶
func (v V2JsonProtobufAnyTypeFieldDescriptor) JSONName() string
func (V2JsonProtobufAnyTypeFieldDescriptor) TextName ¶
func (v V2JsonProtobufAnyTypeFieldDescriptor) TextName() string
type V2JsonProtobufAnyTypeFields ¶
type V2JsonProtobufAnyTypeFields struct {
protoreflect.FieldDescriptors
}
func (V2JsonProtobufAnyTypeFields) ByJSONName ¶
func (v V2JsonProtobufAnyTypeFields) ByJSONName(s string) protoreflect.FieldDescriptor
func (V2JsonProtobufAnyTypeFields) ByName ¶
func (v V2JsonProtobufAnyTypeFields) ByName(s protoreflect.Name) protoreflect.FieldDescriptor
func (V2JsonProtobufAnyTypeFields) ByNumber ¶
func (v V2JsonProtobufAnyTypeFields) ByNumber(n protoreflect.FieldNumber) protoreflect.FieldDescriptor
func (V2JsonProtobufAnyTypeFields) ByTextName ¶
func (v V2JsonProtobufAnyTypeFields) ByTextName(s string) protoreflect.FieldDescriptor
func (V2JsonProtobufAnyTypeFields) Get ¶
func (v V2JsonProtobufAnyTypeFields) Get(i int) protoreflect.FieldDescriptor
func (V2JsonProtobufAnyTypeFields) Len ¶
func (v V2JsonProtobufAnyTypeFields) Len() int
type V2JsonProtobufAnyValueField ¶
type V2JsonProtobufAnyValueField struct { protoreflect.FieldDescriptor // contains filtered or unexported fields }
func (*V2JsonProtobufAnyValueField) JSONName ¶
func (v *V2JsonProtobufAnyValueField) JSONName() string
func (*V2JsonProtobufAnyValueField) Kind ¶
func (v *V2JsonProtobufAnyValueField) Kind() protoreflect.Kind
func (*V2JsonProtobufAnyValueField) TextName ¶
func (v *V2JsonProtobufAnyValueField) TextName() string
type V2JsonProtobufAnyValueFieldReturn ¶
type V2JsonProtobufAnyValueFieldReturn struct {
protoreflect.Message
}
func (*V2JsonProtobufAnyValueFieldReturn) ProtoReflect ¶
func (v *V2JsonProtobufAnyValueFieldReturn) ProtoReflect() protoreflect.Message
type V2JsonProtobufFollower ¶
type V2JsonProtobufFollower struct {
protoreflect.Message
}
func (*V2JsonProtobufFollower) Clear ¶
func (v *V2JsonProtobufFollower) Clear(descriptor protoreflect.FieldDescriptor)
func (*V2JsonProtobufFollower) Descriptor ¶
func (v *V2JsonProtobufFollower) Descriptor() protoreflect.MessageDescriptor
func (*V2JsonProtobufFollower) Get ¶
func (v *V2JsonProtobufFollower) Get(fd protoreflect.FieldDescriptor) protoreflect.Value
func (*V2JsonProtobufFollower) GetUnknown ¶
func (v *V2JsonProtobufFollower) GetUnknown() protoreflect.RawFields
func (*V2JsonProtobufFollower) Has ¶
func (v *V2JsonProtobufFollower) Has(descriptor protoreflect.FieldDescriptor) bool
func (*V2JsonProtobufFollower) Interface ¶
func (v *V2JsonProtobufFollower) Interface() protoreflect.ProtoMessage
func (*V2JsonProtobufFollower) IsValid ¶
func (v *V2JsonProtobufFollower) IsValid() bool
func (*V2JsonProtobufFollower) Mutable ¶
func (v *V2JsonProtobufFollower) Mutable(descriptor protoreflect.FieldDescriptor) protoreflect.Value
func (*V2JsonProtobufFollower) New ¶
func (v *V2JsonProtobufFollower) New() protoreflect.Message
func (*V2JsonProtobufFollower) NewField ¶
func (v *V2JsonProtobufFollower) NewField(descriptor protoreflect.FieldDescriptor) protoreflect.Value
func (*V2JsonProtobufFollower) ProtoReflect ¶
func (v *V2JsonProtobufFollower) ProtoReflect() protoreflect.Message
func (*V2JsonProtobufFollower) Range ¶
func (v *V2JsonProtobufFollower) Range(f func(protoreflect.FieldDescriptor, protoreflect.Value) bool)
func (*V2JsonProtobufFollower) Set ¶
func (v *V2JsonProtobufFollower) Set(descriptor protoreflect.FieldDescriptor, value protoreflect.Value)
func (*V2JsonProtobufFollower) SetUnknown ¶
func (v *V2JsonProtobufFollower) SetUnknown(fields protoreflect.RawFields)
func (*V2JsonProtobufFollower) Type ¶
func (v *V2JsonProtobufFollower) Type() protoreflect.MessageType
func (*V2JsonProtobufFollower) WhichOneof ¶
func (v *V2JsonProtobufFollower) WhichOneof(descriptor protoreflect.OneofDescriptor) protoreflect.FieldDescriptor
type V2JsonProtobufFollowerDescriptor ¶
type V2JsonProtobufFollowerDescriptor struct {
protoreflect.MessageDescriptor
}
func (*V2JsonProtobufFollowerDescriptor) Fields ¶
func (v *V2JsonProtobufFollowerDescriptor) Fields() protoreflect.FieldDescriptors
type V2JsonProtobufFollowerFieldDescriptor ¶
type V2JsonProtobufFollowerFieldDescriptor struct {
protoreflect.FieldDescriptor
}
type V2JsonProtobufFollowerFields ¶
type V2JsonProtobufFollowerFields struct {
protoreflect.FieldDescriptors
}
func (*V2JsonProtobufFollowerFields) ByJSONName ¶
func (v *V2JsonProtobufFollowerFields) ByJSONName(s string) protoreflect.FieldDescriptor
func (*V2JsonProtobufFollowerFields) ByTextName ¶
func (v *V2JsonProtobufFollowerFields) ByTextName(s string) protoreflect.FieldDescriptor
type V2JsonProtobufListFollower ¶
type V2JsonProtobufListFollower struct {
protoreflect.List
}
func (V2JsonProtobufListFollower) Append ¶
func (v V2JsonProtobufListFollower) Append(value protoreflect.Value)
func (V2JsonProtobufListFollower) AppendMutable ¶
func (v V2JsonProtobufListFollower) AppendMutable() protoreflect.Value
func (V2JsonProtobufListFollower) Get ¶
func (v V2JsonProtobufListFollower) Get(i int) protoreflect.Value
func (V2JsonProtobufListFollower) IsValid ¶
func (v V2JsonProtobufListFollower) IsValid() bool
func (V2JsonProtobufListFollower) Len ¶
func (v V2JsonProtobufListFollower) Len() int
func (V2JsonProtobufListFollower) NewElement ¶
func (v V2JsonProtobufListFollower) NewElement() protoreflect.Value
func (V2JsonProtobufListFollower) Set ¶
func (v V2JsonProtobufListFollower) Set(i int, value protoreflect.Value)
func (V2JsonProtobufListFollower) Truncate ¶
func (v V2JsonProtobufListFollower) Truncate(i int)
type V2JsonProtobufMapFollower ¶
type V2JsonProtobufMapFollower struct { protoreflect.Map ValueKind protoreflect.FieldDescriptor }
func (V2JsonProtobufMapFollower) Clear ¶
func (v V2JsonProtobufMapFollower) Clear(key protoreflect.MapKey)
func (V2JsonProtobufMapFollower) Get ¶
func (v V2JsonProtobufMapFollower) Get(key protoreflect.MapKey) protoreflect.Value
func (V2JsonProtobufMapFollower) Has ¶
func (v V2JsonProtobufMapFollower) Has(key protoreflect.MapKey) bool
func (V2JsonProtobufMapFollower) IsValid ¶
func (v V2JsonProtobufMapFollower) IsValid() bool
func (V2JsonProtobufMapFollower) Len ¶
func (v V2JsonProtobufMapFollower) Len() int
func (V2JsonProtobufMapFollower) Mutable ¶
func (v V2JsonProtobufMapFollower) Mutable(key protoreflect.MapKey) protoreflect.Value
func (V2JsonProtobufMapFollower) NewValue ¶
func (v V2JsonProtobufMapFollower) NewValue() protoreflect.Value
func (V2JsonProtobufMapFollower) Range ¶
func (v V2JsonProtobufMapFollower) Range(f func(protoreflect.MapKey, protoreflect.Value) bool)
func (V2JsonProtobufMapFollower) Set ¶
func (v V2JsonProtobufMapFollower) Set(key protoreflect.MapKey, value protoreflect.Value)
Click to show internal directories.
Click to hide internal directories.