Documentation
¶
Overview ¶
Package types is a generated protocol buffer package.
It is generated from these files:
types/types.proto
It has these top-level messages:
UUIDValue JSONValue
Index ¶
- type JSONValue
- func (*JSONValue) Descriptor() ([]byte, []int)
- func (m *JSONValue) GetValue() string
- func (m *JSONValue) MarshalJSONPB(*jsonpb.Marshaler) ([]byte, error)
- func (*JSONValue) ProtoMessage()
- func (m *JSONValue) Reset()
- func (m *JSONValue) String() string
- func (m *JSONValue) UnmarshalJSONPB(_ *jsonpb.Unmarshaler, data []byte) error
- type UUIDValue
- func (*UUIDValue) Descriptor() ([]byte, []int)
- func (m *UUIDValue) GetValue() string
- func (m *UUIDValue) MarshalJSONPB(*jsonpb.Marshaler) ([]byte, error)
- func (*UUIDValue) ProtoMessage()
- func (m *UUIDValue) Reset()
- func (m *UUIDValue) String() string
- func (m *UUIDValue) UnmarshalJSONPB(_ *jsonpb.Unmarshaler, data []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JSONValue ¶ added in v0.5.0
type JSONValue struct {
Value string `protobuf:"bytes,1,opt,name=value" json:"value,omitempty"`
}
func (*JSONValue) Descriptor ¶ added in v0.5.0
func (*JSONValue) MarshalJSONPB ¶ added in v0.5.0
MarshalJSONPB overloads JSONValue's standard PB -> JSON conversion
func (*JSONValue) ProtoMessage ¶ added in v0.5.0
func (*JSONValue) ProtoMessage()
func (*JSONValue) UnmarshalJSONPB ¶ added in v0.5.0
func (m *JSONValue) UnmarshalJSONPB(_ *jsonpb.Unmarshaler, data []byte) error
UnmarshalJSONPB overloads JSONValue's standard JSON -> PB conversion. If data is null, can't create nil object, but will marshal as null later
type UUIDValue ¶
type UUIDValue struct {
Value string `protobuf:"bytes,1,opt,name=value" json:"value,omitempty"`
}
func (*UUIDValue) Descriptor ¶
func (*UUIDValue) MarshalJSONPB ¶ added in v0.5.0
MarshalJSONPB overloads UUIDValue's standard PB -> JSON conversion
func (*UUIDValue) ProtoMessage ¶
func (*UUIDValue) ProtoMessage()
func (*UUIDValue) UnmarshalJSONPB ¶ added in v0.5.0
func (m *UUIDValue) UnmarshalJSONPB(_ *jsonpb.Unmarshaler, data []byte) error
UnmarshalJSONPB overloads UUIDValue's standard JSON -> PB conversion. If data is null, can't create nil object, but will marshal as null later
Click to show internal directories.
Click to hide internal directories.