MCPcopy Create free account
hub / github.com/codealong-dev/ride-sharing / TripDriver

Struct TripDriver

shared/proto/trip/trip.pb.go:557–565  ·  view source on GitHub ↗

Static driver object that is used to store the driver information

Source from the content-addressed store, hash-verified

555
556// Static driver object that is used to store the driver information
557type TripDriver struct {
558 state protoimpl.MessageState `protogen:"open.v1"`
559 Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
560 Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
561 ProfilePicture string `protobuf:"bytes,3,opt,name=profilePicture,proto3" json:"profilePicture,omitempty"`
562 CarPlate string `protobuf:"bytes,4,opt,name=carPlate,proto3" json:"carPlate,omitempty"`
563 unknownFields protoimpl.UnknownFields
564 sizeCache protoimpl.SizeCache
565}
566
567func (x *TripDriver) Reset() {
568 *x = TripDriver{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected