Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_base_type_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type GoBool ¶
type GoBool struct {
Value bool `protobuf:"varint,1,opt,name=Value,proto3" json:"Value,omitempty"`
// contains filtered or unexported fields
}
func (*GoBool) Descriptor
deprecated
func (*GoBool) ProtoMessage ¶
func (*GoBool) ProtoMessage()
func (*GoBool) ProtoReflect ¶
func (x *GoBool) ProtoReflect() protoreflect.Message
type GoInt32 ¶
type GoInt32 struct {
Value int32 `protobuf:"varint,1,opt,name=Value,proto3" json:"Value,omitempty"`
// contains filtered or unexported fields
}
func (*GoInt32) Descriptor
deprecated
func (*GoInt32) ProtoMessage ¶
func (*GoInt32) ProtoMessage()
func (*GoInt32) ProtoReflect ¶
func (x *GoInt32) ProtoReflect() protoreflect.Message
type GoString ¶
type GoString struct {
Value string `protobuf:"bytes,1,opt,name=Value,proto3" json:"Value,omitempty"`
// contains filtered or unexported fields
}
func (*GoString) Descriptor
deprecated
func (*GoString) ProtoMessage ¶
func (*GoString) ProtoMessage()
func (*GoString) ProtoReflect ¶
func (x *GoString) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.