Documentation ¶
Index ¶
- Variables
- type MakeHatArgsV1
- type MakeHatArgsV1_HatV1
- func (*MakeHatArgsV1_HatV1) Descriptor() ([]byte, []int)deprecated
- func (x *MakeHatArgsV1_HatV1) GetColor() string
- func (x *MakeHatArgsV1_HatV1) GetName() string
- func (x *MakeHatArgsV1_HatV1) GetSize() int32
- func (*MakeHatArgsV1_HatV1) ProtoMessage()
- func (x *MakeHatArgsV1_HatV1) ProtoReflect() protoreflect.Message
- func (x *MakeHatArgsV1_HatV1) Reset()
- func (x *MakeHatArgsV1_HatV1) String() string
- type MakeHatArgsV1_SizeV1
- func (*MakeHatArgsV1_SizeV1) Descriptor() ([]byte, []int)deprecated
- func (x *MakeHatArgsV1_SizeV1) GetInches() int32
- func (*MakeHatArgsV1_SizeV1) ProtoMessage()
- func (x *MakeHatArgsV1_SizeV1) ProtoReflect() protoreflect.Message
- func (x *MakeHatArgsV1_SizeV1) Reset()
- func (x *MakeHatArgsV1_SizeV1) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_snake_case_names_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type MakeHatArgsV1 ¶
type MakeHatArgsV1 struct {
// contains filtered or unexported fields
}
func (*MakeHatArgsV1) Descriptor
deprecated
func (*MakeHatArgsV1) Descriptor() ([]byte, []int)
Deprecated: Use MakeHatArgsV1.ProtoReflect.Descriptor instead.
func (*MakeHatArgsV1) ProtoMessage ¶
func (*MakeHatArgsV1) ProtoMessage()
func (*MakeHatArgsV1) ProtoReflect ¶
func (x *MakeHatArgsV1) ProtoReflect() protoreflect.Message
func (*MakeHatArgsV1) Reset ¶
func (x *MakeHatArgsV1) Reset()
func (*MakeHatArgsV1) String ¶
func (x *MakeHatArgsV1) String() string
type MakeHatArgsV1_HatV1 ¶
type MakeHatArgsV1_HatV1 struct { Size int32 `protobuf:"varint,1,opt,name=size,proto3" json:"size,omitempty"` Color string `protobuf:"bytes,2,opt,name=color,proto3" json:"color,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*MakeHatArgsV1_HatV1) Descriptor
deprecated
func (*MakeHatArgsV1_HatV1) Descriptor() ([]byte, []int)
Deprecated: Use MakeHatArgsV1_HatV1.ProtoReflect.Descriptor instead.
func (*MakeHatArgsV1_HatV1) GetColor ¶
func (x *MakeHatArgsV1_HatV1) GetColor() string
func (*MakeHatArgsV1_HatV1) GetName ¶
func (x *MakeHatArgsV1_HatV1) GetName() string
func (*MakeHatArgsV1_HatV1) GetSize ¶
func (x *MakeHatArgsV1_HatV1) GetSize() int32
func (*MakeHatArgsV1_HatV1) ProtoMessage ¶
func (*MakeHatArgsV1_HatV1) ProtoMessage()
func (*MakeHatArgsV1_HatV1) ProtoReflect ¶
func (x *MakeHatArgsV1_HatV1) ProtoReflect() protoreflect.Message
func (*MakeHatArgsV1_HatV1) Reset ¶
func (x *MakeHatArgsV1_HatV1) Reset()
func (*MakeHatArgsV1_HatV1) String ¶
func (x *MakeHatArgsV1_HatV1) String() string
type MakeHatArgsV1_SizeV1 ¶
type MakeHatArgsV1_SizeV1 struct { Inches int32 `protobuf:"varint,1,opt,name=inches,proto3" json:"inches,omitempty"` // contains filtered or unexported fields }
func (*MakeHatArgsV1_SizeV1) Descriptor
deprecated
func (*MakeHatArgsV1_SizeV1) Descriptor() ([]byte, []int)
Deprecated: Use MakeHatArgsV1_SizeV1.ProtoReflect.Descriptor instead.
func (*MakeHatArgsV1_SizeV1) GetInches ¶
func (x *MakeHatArgsV1_SizeV1) GetInches() int32
func (*MakeHatArgsV1_SizeV1) ProtoMessage ¶
func (*MakeHatArgsV1_SizeV1) ProtoMessage()
func (*MakeHatArgsV1_SizeV1) ProtoReflect ¶
func (x *MakeHatArgsV1_SizeV1) ProtoReflect() protoreflect.Message
func (*MakeHatArgsV1_SizeV1) Reset ¶
func (x *MakeHatArgsV1_SizeV1) Reset()
func (*MakeHatArgsV1_SizeV1) String ¶
func (x *MakeHatArgsV1_SizeV1) String() string
Click to show internal directories.
Click to hide internal directories.