Documentation ¶
Index ¶
- Variables
- type DeviceCreated
- type DeviceCreatedNew
- type DeviceCreatedV1
- func (*DeviceCreatedV1) Descriptor() ([]byte, []int)deprecated
- func (x *DeviceCreatedV1) GetDeviceId() string
- func (x *DeviceCreatedV1) GetUserId() string
- func (*DeviceCreatedV1) ProtoMessage()
- func (x *DeviceCreatedV1) ProtoReflect() protoreflect.Message
- func (x *DeviceCreatedV1) Reset()
- func (x *DeviceCreatedV1) String() string
- type TripCreatedNew
- func (*TripCreatedNew) Descriptor() ([]byte, []int)deprecated
- func (x *TripCreatedNew) GetUserId() string
- func (x *TripCreatedNew) GetVehicleId() string
- func (*TripCreatedNew) ProtoMessage()
- func (x *TripCreatedNew) ProtoReflect() protoreflect.Message
- func (x *TripCreatedNew) Reset()
- func (x *TripCreatedNew) String() string
- type TripCreatedV1
- func (*TripCreatedV1) Descriptor() ([]byte, []int)deprecated
- func (x *TripCreatedV1) GetUserId() string
- func (x *TripCreatedV1) GetVehicleId() string
- func (*TripCreatedV1) ProtoMessage()
- func (x *TripCreatedV1) ProtoReflect() protoreflect.Message
- func (x *TripCreatedV1) Reset()
- func (x *TripCreatedV1) String() string
- type TripCreatedV2
- func (*TripCreatedV2) Descriptor() ([]byte, []int)deprecated
- func (x *TripCreatedV2) GetVehicleId() string
- func (x *TripCreatedV2) GetVin() string
- func (*TripCreatedV2) ProtoMessage()
- func (x *TripCreatedV2) ProtoReflect() protoreflect.Message
- func (x *TripCreatedV2) Reset()
- func (x *TripCreatedV2) String() string
- type TripCreatedV2New
- type TripCreatedV3
- func (*TripCreatedV3) Descriptor() ([]byte, []int)deprecated
- func (x *TripCreatedV3) GetUserId() string
- func (x *TripCreatedV3) GetVehicleId() string
- func (x *TripCreatedV3) GetVin() string
- func (*TripCreatedV3) ProtoMessage()
- func (x *TripCreatedV3) ProtoReflect() protoreflect.Message
- func (x *TripCreatedV3) Reset()
- func (x *TripCreatedV3) String() string
- type TripCreatedV4
- type VehicleCreatedV1
Constants ¶
This section is empty.
Variables ¶
var File_protobuf_alternate_proto protoreflect.FileDescriptor
var File_protobuf_bad_proto protoreflect.FileDescriptor
var File_protobuf_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type DeviceCreated ¶
type DeviceCreated struct { Foobar *int32 `protobuf:"varint,1,req,name=foobar" json:"foobar,omitempty"` // contains filtered or unexported fields }
error: bad name and no message_type option
func (*DeviceCreated) Descriptor
deprecated
func (*DeviceCreated) Descriptor() ([]byte, []int)
Deprecated: Use DeviceCreated.ProtoReflect.Descriptor instead.
func (*DeviceCreated) GetFoobar ¶
func (x *DeviceCreated) GetFoobar() int32
func (*DeviceCreated) ProtoMessage ¶
func (*DeviceCreated) ProtoMessage()
func (*DeviceCreated) ProtoReflect ¶
func (x *DeviceCreated) ProtoReflect() protoreflect.Message
func (*DeviceCreated) Reset ¶
func (x *DeviceCreated) Reset()
func (*DeviceCreated) String ¶
func (x *DeviceCreated) String() string
type DeviceCreatedNew ¶
type DeviceCreatedNew struct { Foobar *int32 `protobuf:"varint,1,req,name=foobar" json:"foobar,omitempty"` // contains filtered or unexported fields }
error: bad name and no major_version option
func (*DeviceCreatedNew) Descriptor
deprecated
func (*DeviceCreatedNew) Descriptor() ([]byte, []int)
Deprecated: Use DeviceCreatedNew.ProtoReflect.Descriptor instead.
func (*DeviceCreatedNew) GetFoobar ¶
func (x *DeviceCreatedNew) GetFoobar() int32
func (*DeviceCreatedNew) ProtoMessage ¶
func (*DeviceCreatedNew) ProtoMessage()
func (*DeviceCreatedNew) ProtoReflect ¶
func (x *DeviceCreatedNew) ProtoReflect() protoreflect.Message
func (*DeviceCreatedNew) Reset ¶
func (x *DeviceCreatedNew) Reset()
func (*DeviceCreatedNew) String ¶
func (x *DeviceCreatedNew) String() string
type DeviceCreatedV1 ¶
type DeviceCreatedV1 struct { DeviceId *string `protobuf:"bytes,1,req,name=device_id,json=deviceId" json:"device_id,omitempty"` UserId *string `protobuf:"bytes,2,req,name=user_id,json=userId" json:"user_id,omitempty"` // contains filtered or unexported fields }
func (*DeviceCreatedV1) Descriptor
deprecated
func (*DeviceCreatedV1) Descriptor() ([]byte, []int)
Deprecated: Use DeviceCreatedV1.ProtoReflect.Descriptor instead.
func (*DeviceCreatedV1) GetDeviceId ¶
func (x *DeviceCreatedV1) GetDeviceId() string
func (*DeviceCreatedV1) GetUserId ¶
func (x *DeviceCreatedV1) GetUserId() string
func (*DeviceCreatedV1) ProtoMessage ¶
func (*DeviceCreatedV1) ProtoMessage()
func (*DeviceCreatedV1) ProtoReflect ¶
func (x *DeviceCreatedV1) ProtoReflect() protoreflect.Message
func (*DeviceCreatedV1) Reset ¶
func (x *DeviceCreatedV1) Reset()
func (*DeviceCreatedV1) String ¶
func (x *DeviceCreatedV1) String() string
type TripCreatedNew ¶
type TripCreatedNew struct { VehicleId *string `protobuf:"bytes,1,req,name=vehicle_id,json=vehicleId" json:"vehicle_id,omitempty"` UserId *string `protobuf:"bytes,2,req,name=user_id,json=userId" json:"user_id,omitempty"` // contains filtered or unexported fields }
explicit message type
func (*TripCreatedNew) Descriptor
deprecated
func (*TripCreatedNew) Descriptor() ([]byte, []int)
Deprecated: Use TripCreatedNew.ProtoReflect.Descriptor instead.
func (*TripCreatedNew) GetUserId ¶
func (x *TripCreatedNew) GetUserId() string
func (*TripCreatedNew) GetVehicleId ¶
func (x *TripCreatedNew) GetVehicleId() string
func (*TripCreatedNew) ProtoMessage ¶
func (*TripCreatedNew) ProtoMessage()
func (*TripCreatedNew) ProtoReflect ¶
func (x *TripCreatedNew) ProtoReflect() protoreflect.Message
func (*TripCreatedNew) Reset ¶
func (x *TripCreatedNew) Reset()
func (*TripCreatedNew) String ¶
func (x *TripCreatedNew) String() string
type TripCreatedV1 ¶
type TripCreatedV1 struct { VehicleId *string `protobuf:"bytes,1,req,name=vehicle_id,json=vehicleId" json:"vehicle_id,omitempty"` UserId *string `protobuf:"bytes,2,req,name=user_id,json=userId" json:"user_id,omitempty"` // contains filtered or unexported fields }
func (*TripCreatedV1) Descriptor
deprecated
func (*TripCreatedV1) Descriptor() ([]byte, []int)
Deprecated: Use TripCreatedV1.ProtoReflect.Descriptor instead.
func (*TripCreatedV1) GetUserId ¶
func (x *TripCreatedV1) GetUserId() string
func (*TripCreatedV1) GetVehicleId ¶
func (x *TripCreatedV1) GetVehicleId() string
func (*TripCreatedV1) ProtoMessage ¶
func (*TripCreatedV1) ProtoMessage()
func (*TripCreatedV1) ProtoReflect ¶
func (x *TripCreatedV1) ProtoReflect() protoreflect.Message
func (*TripCreatedV1) Reset ¶
func (x *TripCreatedV1) Reset()
func (*TripCreatedV1) String ¶
func (x *TripCreatedV1) String() string
type TripCreatedV2 ¶
type TripCreatedV2 struct { VehicleId *string `protobuf:"bytes,1,req,name=vehicle_id,json=vehicleId" json:"vehicle_id,omitempty"` Vin *string `protobuf:"bytes,2,req,name=vin" json:"vin,omitempty"` // contains filtered or unexported fields }
func (*TripCreatedV2) Descriptor
deprecated
func (*TripCreatedV2) Descriptor() ([]byte, []int)
Deprecated: Use TripCreatedV2.ProtoReflect.Descriptor instead.
func (*TripCreatedV2) GetVehicleId ¶
func (x *TripCreatedV2) GetVehicleId() string
func (*TripCreatedV2) GetVin ¶
func (x *TripCreatedV2) GetVin() string
func (*TripCreatedV2) ProtoMessage ¶
func (*TripCreatedV2) ProtoMessage()
func (*TripCreatedV2) ProtoReflect ¶
func (x *TripCreatedV2) ProtoReflect() protoreflect.Message
func (*TripCreatedV2) Reset ¶
func (x *TripCreatedV2) Reset()
func (*TripCreatedV2) String ¶
func (x *TripCreatedV2) String() string
type TripCreatedV2New ¶
type TripCreatedV2New struct { DeviceId *string `protobuf:"bytes,1,req,name=device_id,json=deviceId" json:"device_id,omitempty"` // contains filtered or unexported fields }
error: duplicate message type / major version
func (*TripCreatedV2New) Descriptor
deprecated
func (*TripCreatedV2New) Descriptor() ([]byte, []int)
Deprecated: Use TripCreatedV2New.ProtoReflect.Descriptor instead.
func (*TripCreatedV2New) GetDeviceId ¶
func (x *TripCreatedV2New) GetDeviceId() string
func (*TripCreatedV2New) ProtoMessage ¶
func (*TripCreatedV2New) ProtoMessage()
func (*TripCreatedV2New) ProtoReflect ¶
func (x *TripCreatedV2New) ProtoReflect() protoreflect.Message
func (*TripCreatedV2New) Reset ¶
func (x *TripCreatedV2New) Reset()
func (*TripCreatedV2New) String ¶
func (x *TripCreatedV2New) String() string
type TripCreatedV3 ¶
type TripCreatedV3 struct { VehicleId *string `protobuf:"bytes,1,req,name=vehicle_id,json=vehicleId" json:"vehicle_id,omitempty"` UserId *string `protobuf:"bytes,2,req,name=user_id,json=userId" json:"user_id,omitempty"` Vin *string `protobuf:"bytes,3,req,name=vin" json:"vin,omitempty"` // contains filtered or unexported fields }
minor versioned
func (*TripCreatedV3) Descriptor
deprecated
func (*TripCreatedV3) Descriptor() ([]byte, []int)
Deprecated: Use TripCreatedV3.ProtoReflect.Descriptor instead.
func (*TripCreatedV3) GetUserId ¶
func (x *TripCreatedV3) GetUserId() string
func (*TripCreatedV3) GetVehicleId ¶
func (x *TripCreatedV3) GetVehicleId() string
func (*TripCreatedV3) GetVin ¶
func (x *TripCreatedV3) GetVin() string
func (*TripCreatedV3) ProtoMessage ¶
func (*TripCreatedV3) ProtoMessage()
func (*TripCreatedV3) ProtoReflect ¶
func (x *TripCreatedV3) ProtoReflect() protoreflect.Message
func (*TripCreatedV3) Reset ¶
func (x *TripCreatedV3) Reset()
func (*TripCreatedV3) String ¶
func (x *TripCreatedV3) String() string
type TripCreatedV4 ¶
type TripCreatedV4 struct { DeviceId *string `protobuf:"bytes,1,req,name=device_id,json=deviceId" json:"device_id,omitempty"` // contains filtered or unexported fields }
error: major version mismatch
func (*TripCreatedV4) Descriptor
deprecated
func (*TripCreatedV4) Descriptor() ([]byte, []int)
Deprecated: Use TripCreatedV4.ProtoReflect.Descriptor instead.
func (*TripCreatedV4) GetDeviceId ¶
func (x *TripCreatedV4) GetDeviceId() string
func (*TripCreatedV4) ProtoMessage ¶
func (*TripCreatedV4) ProtoMessage()
func (*TripCreatedV4) ProtoReflect ¶
func (x *TripCreatedV4) ProtoReflect() protoreflect.Message
func (*TripCreatedV4) Reset ¶
func (x *TripCreatedV4) Reset()
func (*TripCreatedV4) String ¶
func (x *TripCreatedV4) String() string
type VehicleCreatedV1 ¶
type VehicleCreatedV1 struct { VehicleId *string `protobuf:"bytes,1,req,name=vehicle_id,json=vehicleId" json:"vehicle_id,omitempty"` // contains filtered or unexported fields }
func (*VehicleCreatedV1) Descriptor
deprecated
func (*VehicleCreatedV1) Descriptor() ([]byte, []int)
Deprecated: Use VehicleCreatedV1.ProtoReflect.Descriptor instead.
func (*VehicleCreatedV1) GetVehicleId ¶
func (x *VehicleCreatedV1) GetVehicleId() string
func (*VehicleCreatedV1) ProtoMessage ¶
func (*VehicleCreatedV1) ProtoMessage()
func (*VehicleCreatedV1) ProtoReflect ¶
func (x *VehicleCreatedV1) ProtoReflect() protoreflect.Message
func (*VehicleCreatedV1) Reset ¶
func (x *VehicleCreatedV1) Reset()
func (*VehicleCreatedV1) String ¶
func (x *VehicleCreatedV1) String() string