Documentation ¶
Index ¶
- Variables
- type RawJson
- func (*RawJson) Descriptor() ([]byte, []int)deprecated
- func (x *RawJson) GetB() []byte
- func (a *RawJson) MarshalJSON() ([]byte, error)
- func (a *RawJson) MarshalTo(b []byte) (int, error)
- func (a *RawJson) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RawJson) ProtoMessage()
- func (x *RawJson) ProtoReflect() protoreflect.Message
- func (x *RawJson) Reset()
- func (a *RawJson) Size() int
- func (x *RawJson) String() string
- func (a *RawJson) Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var File_cherry_protobuf_any_any_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type RawJson ¶
type RawJson struct { B []byte `protobuf:"bytes,1,opt,name=b,proto3" json:"b,omitempty"` // contains filtered or unexported fields }
func BytesToJsonAny ¶
func StringToJsonAny ¶
func (*RawJson) Descriptor
deprecated
func (*RawJson) MarshalJSON ¶
func (*RawJson) MarshalToSizedBuffer ¶
func (*RawJson) ProtoMessage ¶
func (*RawJson) ProtoMessage()
func (*RawJson) ProtoReflect ¶
func (x *RawJson) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.