Documentation
¶
Index ¶
- Variables
- type Driver
- 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) SetAbbrevName(v string)
- func (x *Driver) SetCarIdx(v uint32)
- func (x *Driver) SetIRating(v int32)
- func (x *Driver) SetId(v int32)
- func (x *Driver) SetInitials(v string)
- func (x *Driver) SetLicLevel(v int32)
- func (x *Driver) SetLicString(v string)
- func (x *Driver) SetLicSubLevel(v int32)
- func (x *Driver) SetName(v string)
- func (x *Driver) String() string
- type Driver_builder
- type Team
- func (x *Team) GetCarIdx() uint32
- func (x *Team) GetId() uint32
- func (x *Team) GetName() string
- func (*Team) ProtoMessage()
- func (x *Team) ProtoReflect() protoreflect.Message
- func (x *Team) Reset()
- func (x *Team) SetCarIdx(v uint32)
- func (x *Team) SetId(v uint32)
- func (x *Team) SetName(v string)
- func (x *Team) String() string
- type Team_builder
Constants ¶
This section is empty.
Variables ¶
View Source
var File_iracelog_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 Driver_builder ¶
type Driver_builder struct {
Id int32
CarIdx uint32
Name string
IRating int32
Initials string
LicLevel int32
LicSubLevel int32
LicString string
AbbrevName string
// contains filtered or unexported fields
}
func (Driver_builder) Build ¶
func (b0 Driver_builder) Build() *Driver
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
Source Files
¶
- driver.pb.go
Click to show internal directories.
Click to hide internal directories.