Documentation ¶
Index ¶
- Variables
- type Driver
- func (*Driver) Descriptor() ([]byte, []int)deprecated
- func (x *Driver) GetAbbrevName() string
- func (x *Driver) GetCarIdx() uint32
- func (x *Driver) GetIRating() int32
- func (x *Driver) GetId() int32
- func (x *Driver) GetInitials() string
- func (x *Driver) GetLicLevel() int32
- func (x *Driver) GetLicString() string
- func (x *Driver) GetLicSubLevel() int32
- func (x *Driver) GetName() string
- func (*Driver) ProtoMessage()
- func (x *Driver) ProtoReflect() protoreflect.Message
- func (x *Driver) Reset()
- func (x *Driver) String() string
- type Team
Constants ¶
This section is empty.
Variables ¶
View Source
var File_testrepo_driver_v1_driver_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Driver ¶
type Driver struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` CarIdx uint32 `protobuf:"varint,2,opt,name=car_idx,json=carIdx,proto3" json:"car_idx,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` IRating int32 `protobuf:"varint,4,opt,name=i_rating,json=iRating,proto3" json:"i_rating,omitempty"` Initials string `protobuf:"bytes,5,opt,name=initials,proto3" json:"initials,omitempty"` LicLevel int32 `protobuf:"varint,6,opt,name=lic_level,json=licLevel,proto3" json:"lic_level,omitempty"` LicSubLevel int32 `protobuf:"varint,7,opt,name=lic_sub_level,json=licSubLevel,proto3" json:"lic_sub_level,omitempty"` LicString string `protobuf:"bytes,8,opt,name=lic_string,json=licString,proto3" json:"lic_string,omitempty"` AbbrevName string `protobuf:"bytes,9,opt,name=abbrev_name,json=abbrevName,proto3" json:"abbrev_name,omitempty"` // contains filtered or unexported fields }
func (*Driver) ProtoReflect ¶
func (x *Driver) ProtoReflect() protoreflect.Message
type Team ¶
type Team struct { Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` CarIdx uint32 `protobuf:"varint,2,opt,name=car_idx,json=carIdx,proto3" json:"car_idx,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*Team) ProtoReflect ¶
func (x *Team) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.