order

package
v1.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 17, 2021 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_internal_pkg_entity_order_booking_proto protoreflect.FileDescriptor
View Source
var File_internal_pkg_entity_order_info_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Booking

type Booking struct {
	No         string `protobuf:"bytes,1,opt,name=no,proto3" json:"no,omitempty"`
	LastPickAt int64  `protobuf:"varint,2,opt,name=lastPickAt,proto3" json:"lastPickAt,omitempty"`
	// contains filtered or unexported fields
}

func (*Booking) Descriptor deprecated

func (*Booking) Descriptor() ([]byte, []int)

Deprecated: Use Booking.ProtoReflect.Descriptor instead.

func (*Booking) GetLastPickAt

func (x *Booking) GetLastPickAt() int64

func (*Booking) GetNo

func (x *Booking) GetNo() string

func (*Booking) ProtoMessage

func (*Booking) ProtoMessage()

func (*Booking) ProtoReflect

func (x *Booking) ProtoReflect() protoreflect.Message

func (*Booking) Reset

func (x *Booking) Reset()

func (*Booking) String

func (x *Booking) String() string

type Info

type Info struct {
	No           string  `protobuf:"bytes,1,opt,name=no,proto3" json:"no,omitempty"`
	CarID        string  `protobuf:"bytes,2,opt,name=carID,proto3" json:"carID,omitempty"`
	CarLatitude  float32 `protobuf:"fixed32,3,opt,name=carLatitude,proto3" json:"carLatitude,omitempty"`
	CarLongitude float32 `protobuf:"fixed32,4,opt,name=carLongitude,proto3" json:"carLongitude,omitempty"`
	StartAt      int64   `protobuf:"varint,5,opt,name=startAt,proto3" json:"startAt,omitempty"`
	EndAt        int64   `protobuf:"varint,6,opt,name=endAt,proto3" json:"endAt,omitempty"`
	StopPickAt   int64   `protobuf:"varint,7,opt,name=stopPickAt,proto3" json:"stopPickAt,omitempty"`
	// contains filtered or unexported fields
}

func (*Info) Descriptor deprecated

func (*Info) Descriptor() ([]byte, []int)

Deprecated: Use Info.ProtoReflect.Descriptor instead.

func (*Info) GetCarID

func (x *Info) GetCarID() string

func (*Info) GetCarLatitude

func (x *Info) GetCarLatitude() float32

func (*Info) GetCarLongitude

func (x *Info) GetCarLongitude() float32

func (*Info) GetEndAt

func (x *Info) GetEndAt() int64

func (*Info) GetNo

func (x *Info) GetNo() string

func (*Info) GetStartAt

func (x *Info) GetStartAt() int64

func (*Info) GetStopPickAt

func (x *Info) GetStopPickAt() int64

func (*Info) ProtoMessage

func (*Info) ProtoMessage()

func (*Info) ProtoReflect

func (x *Info) ProtoReflect() protoreflect.Message

func (*Info) Reset

func (x *Info) Reset()

func (*Info) String

func (x *Info) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL