Documentation ¶
Index ¶
- Variables
- func NewRacklotServiceEndpoints() []*api.Endpoint
- func RegisterRacklotServiceHandler(s server.Server, hdlr RacklotServiceHandler, opts ...server.HandlerOption) error
- type AddResp
- type DeleteRacklotsReq
- func (*DeleteRacklotsReq) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteRacklotsReq) GetIds() []uint32
- func (x *DeleteRacklotsReq) GetStationIDs() []uint32
- func (*DeleteRacklotsReq) ProtoMessage()
- func (x *DeleteRacklotsReq) ProtoReflect() protoreflect.Message
- func (x *DeleteRacklotsReq) Reset()
- func (x *DeleteRacklotsReq) String() string
- type DeleteResp
- type FlagReq
- type IDReq
- type LogLevelRequest
- type LogResponse
- type Loglevel
- type MultipleGroup
- func (*MultipleGroup) Descriptor() ([]byte, []int)deprecated
- func (x *MultipleGroup) GetGroup() uint32
- func (x *MultipleGroup) GetItem() uint32
- func (x *MultipleGroup) GetParentItem() uint32
- func (x *MultipleGroup) GetRacklotID() uint32
- func (*MultipleGroup) ProtoMessage()
- func (x *MultipleGroup) ProtoReflect() protoreflect.Message
- func (x *MultipleGroup) Reset()
- func (x *MultipleGroup) String() string
- type Parameter
- type PropertiesReq
- func (*PropertiesReq) Descriptor() ([]byte, []int)deprecated
- func (x *PropertiesReq) GetId() uint32
- func (x *PropertiesReq) GetProperties() string
- func (*PropertiesReq) ProtoMessage()
- func (x *PropertiesReq) ProtoReflect() protoreflect.Message
- func (x *PropertiesReq) Reset()
- func (x *PropertiesReq) String() string
- type Property
- type PropertyFilter
- func (*PropertyFilter) Descriptor() ([]byte, []int)deprecated
- func (x *PropertyFilter) GetKey() string
- func (x *PropertyFilter) GetType() string
- func (x *PropertyFilter) GetValue() string
- func (*PropertyFilter) ProtoMessage()
- func (x *PropertyFilter) ProtoReflect() protoreflect.Message
- func (x *PropertyFilter) Reset()
- func (x *PropertyFilter) String() string
- type RackIDReq
- type RackIDsReq
- type Racklot
- func (*Racklot) Descriptor() ([]byte, []int)deprecated
- func (x *Racklot) GetAngle() float32
- func (x *Racklot) GetAreaIDs() []uint32
- func (x *Racklot) GetDescription() string
- func (x *Racklot) GetId() uint32
- func (x *Racklot) GetIsInbound() bool
- func (x *Racklot) GetIsOccupied() bool
- func (x *Racklot) GetIsOutbound() bool
- func (x *Racklot) GetIsValid() bool
- func (x *Racklot) GetLength() uint32
- func (x *Racklot) GetMultipleGroup() *MultipleGroup
- func (x *Racklot) GetProperties() string
- func (x *Racklot) GetRackID() uint32
- func (x *Racklot) GetStationID() uint32
- func (x *Racklot) GetType() *RacklotType
- func (x *Racklot) GetWidth() uint32
- func (x *Racklot) GetX() uint32
- func (x *Racklot) GetY() uint32
- func (*Racklot) ProtoMessage()
- func (x *Racklot) ProtoReflect() protoreflect.Message
- func (x *Racklot) Reset()
- func (x *Racklot) String() string
- type RacklotFilter
- func (*RacklotFilter) Descriptor() ([]byte, []int)deprecated
- func (x *RacklotFilter) GetAnd() []*RacklotFilter
- func (x *RacklotFilter) GetIdIn() []uint32
- func (x *RacklotFilter) GetIdNotIn() []uint32
- func (x *RacklotFilter) GetIsHasRack() *wrappers.BoolValue
- func (x *RacklotFilter) GetIsInbound() *wrappers.BoolValue
- func (x *RacklotFilter) GetIsOccupied() *wrappers.BoolValue
- func (x *RacklotFilter) GetIsOutbound() *wrappers.BoolValue
- func (x *RacklotFilter) GetIsValid() *wrappers.BoolValue
- func (x *RacklotFilter) GetMultipleGroup() *wrappers.UInt32Value
- func (x *RacklotFilter) GetMultipleItem() *wrappers.UInt32Value
- func (x *RacklotFilter) GetOr() []*RacklotFilter
- func (x *RacklotFilter) GetProperties() []*PropertyFilter
- func (x *RacklotFilter) GetRackID() *wrappers.UInt32Value
- func (x *RacklotFilter) GetRackIdIn() []uint32
- func (x *RacklotFilter) GetRackIdNotIn() []uint32
- func (x *RacklotFilter) GetStationID() *wrappers.UInt32Value
- func (x *RacklotFilter) GetStationIDIn() []uint32
- func (x *RacklotFilter) GetType() *RacklotTypeFilter
- func (*RacklotFilter) ProtoMessage()
- func (x *RacklotFilter) ProtoReflect() protoreflect.Message
- func (x *RacklotFilter) Reset()
- func (x *RacklotFilter) String() string
- type RacklotGroupsReq
- func (*RacklotGroupsReq) Descriptor() ([]byte, []int)deprecated
- func (x *RacklotGroupsReq) GetGroupID() uint32
- func (x *RacklotGroupsReq) GetRacklotIDs() []uint32
- func (*RacklotGroupsReq) ProtoMessage()
- func (x *RacklotGroupsReq) ProtoReflect() protoreflect.Message
- func (x *RacklotGroupsReq) Reset()
- func (x *RacklotGroupsReq) String() string
- type RacklotIDReq
- type RacklotIDsReq
- type RacklotQuery
- func (*RacklotQuery) Descriptor() ([]byte, []int)deprecated
- func (x *RacklotQuery) GetFilter() *RacklotFilter
- func (x *RacklotQuery) GetLimit() uint32
- func (x *RacklotQuery) GetOffset() uint32
- func (x *RacklotQuery) GetPage() uint32
- func (x *RacklotQuery) GetPerPage() uint32
- func (*RacklotQuery) ProtoMessage()
- func (x *RacklotQuery) ProtoReflect() protoreflect.Message
- func (x *RacklotQuery) Reset()
- func (x *RacklotQuery) String() string
- type RacklotReport
- func (*RacklotReport) Descriptor() ([]byte, []int)deprecated
- func (x *RacklotReport) GetInvalidTotal() uint32
- func (x *RacklotReport) GetNoRackTotal() uint32
- func (x *RacklotReport) GetRackTotal() uint32
- func (x *RacklotReport) GetTotal() uint32
- func (x *RacklotReport) GetValidTotal() uint32
- func (*RacklotReport) ProtoMessage()
- func (x *RacklotReport) ProtoReflect() protoreflect.Message
- func (x *RacklotReport) Reset()
- func (x *RacklotReport) String() string
- type RacklotReportReq
- type RacklotService
- type RacklotServiceHandler
- type RacklotType
- func (*RacklotType) Descriptor() ([]byte, []int)deprecated
- func (x *RacklotType) GetDescription() string
- func (x *RacklotType) GetId() uint32
- func (x *RacklotType) GetLength() uint32
- func (x *RacklotType) GetName() string
- func (x *RacklotType) GetProperties() string
- func (x *RacklotType) GetWidth() uint32
- func (*RacklotType) ProtoMessage()
- func (x *RacklotType) ProtoReflect() protoreflect.Message
- func (x *RacklotType) Reset()
- func (x *RacklotType) String() string
- type RacklotTypeFilter
- func (*RacklotTypeFilter) Descriptor() ([]byte, []int)deprecated
- func (x *RacklotTypeFilter) GetAnd() []*RacklotTypeFilter
- func (x *RacklotTypeFilter) GetId() *wrappers.UInt32Value
- func (x *RacklotTypeFilter) GetIdIn() []uint32
- func (x *RacklotTypeFilter) GetName() *wrappers.StringValue
- func (x *RacklotTypeFilter) GetNameIn() []string
- func (x *RacklotTypeFilter) GetOr() []*RacklotTypeFilter
- func (*RacklotTypeFilter) ProtoMessage()
- func (x *RacklotTypeFilter) ProtoReflect() protoreflect.Message
- func (x *RacklotTypeFilter) Reset()
- func (x *RacklotTypeFilter) String() string
- type RacklotTypeQuery
- func (*RacklotTypeQuery) Descriptor() ([]byte, []int)deprecated
- func (x *RacklotTypeQuery) GetFilter() *RacklotTypeFilter
- func (x *RacklotTypeQuery) GetLimit() uint32
- func (x *RacklotTypeQuery) GetOffset() uint32
- func (x *RacklotTypeQuery) GetPage() uint32
- func (x *RacklotTypeQuery) GetPerPage() uint32
- func (*RacklotTypeQuery) ProtoMessage()
- func (x *RacklotTypeQuery) ProtoReflect() protoreflect.Message
- func (x *RacklotTypeQuery) Reset()
- func (x *RacklotTypeQuery) String() string
- type RacklotTypes
- func (*RacklotTypes) Descriptor() ([]byte, []int)deprecated
- func (x *RacklotTypes) GetCurrpages() uint32
- func (x *RacklotTypes) GetRacklotTypes() []*RacklotType
- func (x *RacklotTypes) GetTotalpages() uint32
- func (x *RacklotTypes) GetTotals() uint32
- func (*RacklotTypes) ProtoMessage()
- func (x *RacklotTypes) ProtoReflect() protoreflect.Message
- func (x *RacklotTypes) Reset()
- func (x *RacklotTypes) String() string
- type Racklots
- func (*Racklots) Descriptor() ([]byte, []int)deprecated
- func (x *Racklots) GetCurrpages() uint32
- func (x *Racklots) GetRacklots() []*Racklot
- func (x *Racklots) GetTotalpages() uint32
- func (x *Racklots) GetTotals() uint32
- func (*Racklots) ProtoMessage()
- func (x *Racklots) ProtoReflect() protoreflect.Message
- func (x *Racklots) Reset()
- func (x *Racklots) String() string
- type Response
- type TypeReq
- func (*TypeReq) Descriptor() ([]byte, []int)deprecated
- func (x *TypeReq) GetId() uint32
- func (x *TypeReq) GetName() string
- func (x *TypeReq) GetType() uint32
- func (*TypeReq) ProtoMessage()
- func (x *TypeReq) ProtoReflect() protoreflect.Message
- func (x *TypeReq) Reset()
- func (x *TypeReq) String() string
- type UpdateRacklot
- func (*UpdateRacklot) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateRacklot) GetAngle() *wrappers.FloatValue
- func (x *UpdateRacklot) GetDescription() *wrappers.StringValue
- func (x *UpdateRacklot) GetId() *wrappers.UInt32Value
- func (x *UpdateRacklot) GetIsInbound() *wrappers.BoolValue
- func (x *UpdateRacklot) GetIsOccupied() *wrappers.BoolValue
- func (x *UpdateRacklot) GetIsOutbound() *wrappers.BoolValue
- func (x *UpdateRacklot) GetIsValid() *wrappers.BoolValue
- func (x *UpdateRacklot) GetLength() *wrappers.UInt32Value
- func (x *UpdateRacklot) GetMultipleGroup() *MultipleGroup
- func (x *UpdateRacklot) GetProperties() string
- func (x *UpdateRacklot) GetRackID() *wrappers.UInt32Value
- func (x *UpdateRacklot) GetRacklotType() *wrappers.UInt32Value
- func (x *UpdateRacklot) GetStationID() *wrappers.UInt32Value
- func (x *UpdateRacklot) GetWidth() *wrappers.UInt32Value
- func (x *UpdateRacklot) GetX() *wrappers.UInt32Value
- func (x *UpdateRacklot) GetY() *wrappers.UInt32Value
- func (*UpdateRacklot) ProtoMessage()
- func (x *UpdateRacklot) ProtoReflect() protoreflect.Message
- func (x *UpdateRacklot) Reset()
- func (x *UpdateRacklot) String() string
- type UpdateRacklotReq
- func (*UpdateRacklotReq) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateRacklotReq) GetId() uint32
- func (x *UpdateRacklotReq) GetRacklot() *UpdateRacklot
- func (*UpdateRacklotReq) ProtoMessage()
- func (x *UpdateRacklotReq) ProtoReflect() protoreflect.Message
- func (x *UpdateRacklotReq) Reset()
- func (x *UpdateRacklotReq) String() string
- type UpdateRacklotType
- func (*UpdateRacklotType) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateRacklotType) GetDescription() *wrappers.StringValue
- func (x *UpdateRacklotType) GetId() *wrappers.UInt32Value
- func (x *UpdateRacklotType) GetLength() *wrappers.UInt32Value
- func (x *UpdateRacklotType) GetName() *wrappers.StringValue
- func (x *UpdateRacklotType) GetProperties() string
- func (x *UpdateRacklotType) GetWidth() *wrappers.UInt32Value
- func (*UpdateRacklotType) ProtoMessage()
- func (x *UpdateRacklotType) ProtoReflect() protoreflect.Message
- func (x *UpdateRacklotType) Reset()
- func (x *UpdateRacklotType) String() string
- type UpdateRacklotTypeReq
- func (*UpdateRacklotTypeReq) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateRacklotTypeReq) GetId() uint32
- func (x *UpdateRacklotTypeReq) GetUpdate() *UpdateRacklotType
- func (*UpdateRacklotTypeReq) ProtoMessage()
- func (x *UpdateRacklotTypeReq) ProtoReflect() protoreflect.Message
- func (x *UpdateRacklotTypeReq) Reset()
- func (x *UpdateRacklotTypeReq) String() string
- type UpdateRacklotsReq
- func (*UpdateRacklotsReq) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateRacklotsReq) GetIds() []uint32
- func (x *UpdateRacklotsReq) GetUpdate() *UpdateRacklot
- func (*UpdateRacklotsReq) ProtoMessage()
- func (x *UpdateRacklotsReq) ProtoReflect() protoreflect.Message
- func (x *UpdateRacklotsReq) Reset()
- func (x *UpdateRacklotsReq) String() string
- type UpdateResp
Constants ¶
This section is empty.
Variables ¶
var File_proto_racklot_racklot_proto protoreflect.FileDescriptor
Functions ¶
func RegisterRacklotServiceHandler ¶
func RegisterRacklotServiceHandler(s server.Server, hdlr RacklotServiceHandler, opts ...server.HandlerOption) error
Types ¶
type AddResp ¶
type AddResp struct {
// contains filtered or unexported fields
}
func (*AddResp) Descriptor
deprecated
func (*AddResp) ProtoMessage ¶
func (*AddResp) ProtoMessage()
func (*AddResp) ProtoReflect ¶
func (x *AddResp) ProtoReflect() protoreflect.Message
type DeleteRacklotsReq ¶
type DeleteRacklotsReq struct { Ids []uint32 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"` StationIDs []uint32 `protobuf:"varint,2,rep,packed,name=stationIDs,proto3" json:"stationIDs,omitempty"` // contains filtered or unexported fields }
func (*DeleteRacklotsReq) Descriptor
deprecated
func (*DeleteRacklotsReq) Descriptor() ([]byte, []int)
Deprecated: Use DeleteRacklotsReq.ProtoReflect.Descriptor instead.
func (*DeleteRacklotsReq) GetIds ¶
func (x *DeleteRacklotsReq) GetIds() []uint32
func (*DeleteRacklotsReq) GetStationIDs ¶
func (x *DeleteRacklotsReq) GetStationIDs() []uint32
func (*DeleteRacklotsReq) ProtoMessage ¶
func (*DeleteRacklotsReq) ProtoMessage()
func (*DeleteRacklotsReq) ProtoReflect ¶
func (x *DeleteRacklotsReq) ProtoReflect() protoreflect.Message
func (*DeleteRacklotsReq) Reset ¶
func (x *DeleteRacklotsReq) Reset()
func (*DeleteRacklotsReq) String ¶
func (x *DeleteRacklotsReq) String() string
type DeleteResp ¶
type DeleteResp struct {
// contains filtered or unexported fields
}
func (*DeleteResp) Descriptor
deprecated
func (*DeleteResp) Descriptor() ([]byte, []int)
Deprecated: Use DeleteResp.ProtoReflect.Descriptor instead.
func (*DeleteResp) ProtoMessage ¶
func (*DeleteResp) ProtoMessage()
func (*DeleteResp) ProtoReflect ¶
func (x *DeleteResp) ProtoReflect() protoreflect.Message
func (*DeleteResp) Reset ¶
func (x *DeleteResp) Reset()
func (*DeleteResp) String ¶
func (x *DeleteResp) String() string
type FlagReq ¶
type FlagReq struct { Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Flag bool `protobuf:"varint,2,opt,name=flag,proto3" json:"flag,omitempty"` // contains filtered or unexported fields }
func (*FlagReq) Descriptor
deprecated
func (*FlagReq) ProtoMessage ¶
func (*FlagReq) ProtoMessage()
func (*FlagReq) ProtoReflect ¶
func (x *FlagReq) ProtoReflect() protoreflect.Message
type IDReq ¶
type IDReq struct { Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*IDReq) Descriptor
deprecated
func (*IDReq) ProtoMessage ¶
func (*IDReq) ProtoMessage()
func (*IDReq) ProtoReflect ¶
func (x *IDReq) ProtoReflect() protoreflect.Message
type LogLevelRequest ¶
type LogLevelRequest struct {
// contains filtered or unexported fields
}
func (*LogLevelRequest) Descriptor
deprecated
func (*LogLevelRequest) Descriptor() ([]byte, []int)
Deprecated: Use LogLevelRequest.ProtoReflect.Descriptor instead.
func (*LogLevelRequest) ProtoMessage ¶
func (*LogLevelRequest) ProtoMessage()
func (*LogLevelRequest) ProtoReflect ¶
func (x *LogLevelRequest) ProtoReflect() protoreflect.Message
func (*LogLevelRequest) Reset ¶
func (x *LogLevelRequest) Reset()
func (*LogLevelRequest) String ¶
func (x *LogLevelRequest) String() string
type LogResponse ¶
type LogResponse struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*LogResponse) Descriptor
deprecated
func (*LogResponse) Descriptor() ([]byte, []int)
Deprecated: Use LogResponse.ProtoReflect.Descriptor instead.
func (*LogResponse) GetName ¶
func (x *LogResponse) GetName() string
func (*LogResponse) ProtoMessage ¶
func (*LogResponse) ProtoMessage()
func (*LogResponse) ProtoReflect ¶
func (x *LogResponse) ProtoReflect() protoreflect.Message
func (*LogResponse) Reset ¶
func (x *LogResponse) Reset()
func (*LogResponse) String ¶
func (x *LogResponse) String() string
type Loglevel ¶
type Loglevel struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Level uint32 `protobuf:"varint,2,opt,name=level,proto3" json:"level,omitempty"` // contains filtered or unexported fields }
func (*Loglevel) Descriptor
deprecated
func (*Loglevel) ProtoMessage ¶
func (*Loglevel) ProtoMessage()
func (*Loglevel) ProtoReflect ¶
func (x *Loglevel) ProtoReflect() protoreflect.Message
type MultipleGroup ¶
type MultipleGroup struct { RacklotID uint32 `protobuf:"varint,1,opt,name=racklotID,proto3" json:"racklotID,omitempty"` // 重列组编号 Group uint32 `protobuf:"varint,2,opt,name=group,proto3" json:"group,omitempty"` // 父重列号 ParentItem uint32 `protobuf:"varint,3,opt,name=parentItem,proto3" json:"parentItem,omitempty"` // 重列号 Item uint32 `protobuf:"varint,4,opt,name=item,proto3" json:"item,omitempty"` // contains filtered or unexported fields }
MultipleGroup 货位重列组
func (*MultipleGroup) Descriptor
deprecated
func (*MultipleGroup) Descriptor() ([]byte, []int)
Deprecated: Use MultipleGroup.ProtoReflect.Descriptor instead.
func (*MultipleGroup) GetGroup ¶
func (x *MultipleGroup) GetGroup() uint32
func (*MultipleGroup) GetItem ¶
func (x *MultipleGroup) GetItem() uint32
func (*MultipleGroup) GetParentItem ¶
func (x *MultipleGroup) GetParentItem() uint32
func (*MultipleGroup) GetRacklotID ¶
func (x *MultipleGroup) GetRacklotID() uint32
func (*MultipleGroup) ProtoMessage ¶
func (*MultipleGroup) ProtoMessage()
func (*MultipleGroup) ProtoReflect ¶
func (x *MultipleGroup) ProtoReflect() protoreflect.Message
func (*MultipleGroup) Reset ¶
func (x *MultipleGroup) Reset()
func (*MultipleGroup) String ¶
func (x *MultipleGroup) String() string
type Parameter ¶
type Parameter struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*Parameter) Descriptor
deprecated
func (*Parameter) ProtoMessage ¶
func (*Parameter) ProtoMessage()
func (*Parameter) ProtoReflect ¶
func (x *Parameter) ProtoReflect() protoreflect.Message
type PropertiesReq ¶
type PropertiesReq struct { Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Properties string `protobuf:"bytes,2,opt,name=properties,proto3" json:"properties,omitempty"` // contains filtered or unexported fields }
func (*PropertiesReq) Descriptor
deprecated
func (*PropertiesReq) Descriptor() ([]byte, []int)
Deprecated: Use PropertiesReq.ProtoReflect.Descriptor instead.
func (*PropertiesReq) GetId ¶
func (x *PropertiesReq) GetId() uint32
func (*PropertiesReq) GetProperties ¶
func (x *PropertiesReq) GetProperties() string
func (*PropertiesReq) ProtoMessage ¶
func (*PropertiesReq) ProtoMessage()
func (*PropertiesReq) ProtoReflect ¶
func (x *PropertiesReq) ProtoReflect() protoreflect.Message
func (*PropertiesReq) Reset ¶
func (x *PropertiesReq) Reset()
func (*PropertiesReq) String ¶
func (x *PropertiesReq) String() string
type Property ¶
type Property struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*Property) Descriptor
deprecated
func (*Property) ProtoMessage ¶
func (*Property) ProtoMessage()
func (*Property) ProtoReflect ¶
func (x *Property) ProtoReflect() protoreflect.Message
type PropertyFilter ¶
type PropertyFilter struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"` // contains filtered or unexported fields }
func (*PropertyFilter) Descriptor
deprecated
func (*PropertyFilter) Descriptor() ([]byte, []int)
Deprecated: Use PropertyFilter.ProtoReflect.Descriptor instead.
func (*PropertyFilter) GetKey ¶
func (x *PropertyFilter) GetKey() string
func (*PropertyFilter) GetType ¶
func (x *PropertyFilter) GetType() string
func (*PropertyFilter) GetValue ¶
func (x *PropertyFilter) GetValue() string
func (*PropertyFilter) ProtoMessage ¶
func (*PropertyFilter) ProtoMessage()
func (*PropertyFilter) ProtoReflect ¶
func (x *PropertyFilter) ProtoReflect() protoreflect.Message
func (*PropertyFilter) Reset ¶
func (x *PropertyFilter) Reset()
func (*PropertyFilter) String ¶
func (x *PropertyFilter) String() string
type RackIDReq ¶
type RackIDReq struct { Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` RackID uint32 `protobuf:"varint,2,opt,name=rackID,proto3" json:"rackID,omitempty"` // contains filtered or unexported fields }
func (*RackIDReq) Descriptor
deprecated
func (*RackIDReq) ProtoMessage ¶
func (*RackIDReq) ProtoMessage()
func (*RackIDReq) ProtoReflect ¶
func (x *RackIDReq) ProtoReflect() protoreflect.Message
type RackIDsReq ¶
type RackIDsReq struct { RackID []*RackIDReq `protobuf:"bytes,1,rep,name=rackID,proto3" json:"rackID,omitempty"` // contains filtered or unexported fields }
func (*RackIDsReq) Descriptor
deprecated
func (*RackIDsReq) Descriptor() ([]byte, []int)
Deprecated: Use RackIDsReq.ProtoReflect.Descriptor instead.
func (*RackIDsReq) GetRackID ¶
func (x *RackIDsReq) GetRackID() []*RackIDReq
func (*RackIDsReq) ProtoMessage ¶
func (*RackIDsReq) ProtoMessage()
func (*RackIDsReq) ProtoReflect ¶
func (x *RackIDsReq) ProtoReflect() protoreflect.Message
func (*RackIDsReq) Reset ¶
func (x *RackIDsReq) Reset()
func (*RackIDsReq) String ¶
func (x *RackIDsReq) String() string
type Racklot ¶
type Racklot struct { Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Type *RacklotType `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"` X uint32 `protobuf:"varint,3,opt,name=x,proto3" json:"x,omitempty"` Y uint32 `protobuf:"varint,4,opt,name=y,proto3" json:"y,omitempty"` Angle float32 `protobuf:"fixed32,5,opt,name=angle,proto3" json:"angle,omitempty"` Length uint32 `protobuf:"varint,6,opt,name=length,proto3" json:"length,omitempty"` Width uint32 `protobuf:"varint,7,opt,name=width,proto3" json:"width,omitempty"` // 站台重列分组信息 MultipleGroup *MultipleGroup `protobuf:"bytes,8,opt,name=multipleGroup,proto3" json:"multipleGroup,omitempty"` Description string `protobuf:"bytes,10,opt,name=description,proto3" json:"description,omitempty"` // 站台是否有效,被禁用则无效,启用则有效,默认为有效 IsValid bool `protobuf:"varint,11,opt,name=isValid,proto3" json:"isValid,omitempty"` // 关联的货架ID,在货位上没有放置货架时为空 RackID uint32 `protobuf:"varint,12,opt,name=rackID,proto3" json:"rackID,omitempty"` //是否被占用 IsOccupied bool `protobuf:"varint,13,opt,name=isOccupied,proto3" json:"isOccupied,omitempty"` StationID uint32 `protobuf:"varint,15,opt,name=stationID,proto3" json:"stationID,omitempty"` IsInbound bool `protobuf:"varint,16,opt,name=isInbound,proto3" json:"isInbound,omitempty"` IsOutbound bool `protobuf:"varint,17,opt,name=isOutbound,proto3" json:"isOutbound,omitempty"` AreaIDs []uint32 `protobuf:"varint,18,rep,packed,name=areaIDs,proto3" json:"areaIDs,omitempty"` Properties string `protobuf:"bytes,19,opt,name=properties,proto3" json:"properties,omitempty"` // contains filtered or unexported fields }
Racklot 货位
func (*Racklot) Descriptor
deprecated
func (*Racklot) GetAreaIDs ¶
func (*Racklot) GetDescription ¶
func (*Racklot) GetIsInbound ¶
func (*Racklot) GetIsOccupied ¶
func (*Racklot) GetIsOutbound ¶
func (*Racklot) GetIsValid ¶
func (*Racklot) GetMultipleGroup ¶
func (x *Racklot) GetMultipleGroup() *MultipleGroup
func (*Racklot) GetProperties ¶
func (*Racklot) GetStationID ¶
func (*Racklot) GetType ¶
func (x *Racklot) GetType() *RacklotType
func (*Racklot) ProtoMessage ¶
func (*Racklot) ProtoMessage()
func (*Racklot) ProtoReflect ¶
func (x *Racklot) ProtoReflect() protoreflect.Message
type RacklotFilter ¶
type RacklotFilter struct { And []*RacklotFilter `protobuf:"bytes,1,rep,name=and,proto3" json:"and,omitempty"` Or []*RacklotFilter `protobuf:"bytes,2,rep,name=or,proto3" json:"or,omitempty"` IdIn []uint32 `protobuf:"varint,3,rep,packed,name=idIn,proto3" json:"idIn,omitempty"` IdNotIn []uint32 `protobuf:"varint,14,rep,packed,name=idNotIn,proto3" json:"idNotIn,omitempty"` RackIdNotIn []uint32 `protobuf:"varint,15,rep,packed,name=rackIdNotIn,proto3" json:"rackIdNotIn,omitempty"` RackIdIn []uint32 `protobuf:"varint,16,rep,packed,name=rackIdIn,proto3" json:"rackIdIn,omitempty"` StationID *wrappers.UInt32Value `protobuf:"bytes,4,opt,name=stationID,proto3" json:"stationID,omitempty"` StationIDIn []uint32 `protobuf:"varint,10,rep,packed,name=stationIDIn,proto3" json:"stationIDIn,omitempty"` RackID *wrappers.UInt32Value `protobuf:"bytes,5,opt,name=rackID,proto3" json:"rackID,omitempty"` IsInbound *wrappers.BoolValue `protobuf:"bytes,6,opt,name=isInbound,proto3" json:"isInbound,omitempty"` IsOutbound *wrappers.BoolValue `protobuf:"bytes,7,opt,name=isOutbound,proto3" json:"isOutbound,omitempty"` IsValid *wrappers.BoolValue `protobuf:"bytes,8,opt,name=isValid,proto3" json:"isValid,omitempty"` IsOccupied *wrappers.BoolValue `protobuf:"bytes,9,opt,name=isOccupied,proto3" json:"isOccupied,omitempty"` Type *RacklotTypeFilter `protobuf:"bytes,11,opt,name=type,proto3" json:"type,omitempty"` Properties []*PropertyFilter `protobuf:"bytes,12,rep,name=properties,proto3" json:"properties,omitempty"` IsHasRack *wrappers.BoolValue `protobuf:"bytes,17,opt,name=isHasRack,proto3" json:"isHasRack,omitempty"` MultipleGroup *wrappers.UInt32Value `protobuf:"bytes,18,opt,name=multipleGroup,proto3" json:"multipleGroup,omitempty"` MultipleItem *wrappers.UInt32Value `protobuf:"bytes,19,opt,name=multipleItem,proto3" json:"multipleItem,omitempty"` // contains filtered or unexported fields }
func (*RacklotFilter) Descriptor
deprecated
func (*RacklotFilter) Descriptor() ([]byte, []int)
Deprecated: Use RacklotFilter.ProtoReflect.Descriptor instead.
func (*RacklotFilter) GetAnd ¶
func (x *RacklotFilter) GetAnd() []*RacklotFilter
func (*RacklotFilter) GetIdIn ¶
func (x *RacklotFilter) GetIdIn() []uint32
func (*RacklotFilter) GetIdNotIn ¶
func (x *RacklotFilter) GetIdNotIn() []uint32
func (*RacklotFilter) GetIsHasRack ¶
func (x *RacklotFilter) GetIsHasRack() *wrappers.BoolValue
func (*RacklotFilter) GetIsInbound ¶
func (x *RacklotFilter) GetIsInbound() *wrappers.BoolValue
func (*RacklotFilter) GetIsOccupied ¶
func (x *RacklotFilter) GetIsOccupied() *wrappers.BoolValue
func (*RacklotFilter) GetIsOutbound ¶
func (x *RacklotFilter) GetIsOutbound() *wrappers.BoolValue
func (*RacklotFilter) GetIsValid ¶
func (x *RacklotFilter) GetIsValid() *wrappers.BoolValue
func (*RacklotFilter) GetMultipleGroup ¶
func (x *RacklotFilter) GetMultipleGroup() *wrappers.UInt32Value
func (*RacklotFilter) GetMultipleItem ¶
func (x *RacklotFilter) GetMultipleItem() *wrappers.UInt32Value
func (*RacklotFilter) GetOr ¶
func (x *RacklotFilter) GetOr() []*RacklotFilter
func (*RacklotFilter) GetProperties ¶
func (x *RacklotFilter) GetProperties() []*PropertyFilter
func (*RacklotFilter) GetRackID ¶
func (x *RacklotFilter) GetRackID() *wrappers.UInt32Value
func (*RacklotFilter) GetRackIdIn ¶
func (x *RacklotFilter) GetRackIdIn() []uint32
func (*RacklotFilter) GetRackIdNotIn ¶
func (x *RacklotFilter) GetRackIdNotIn() []uint32
func (*RacklotFilter) GetStationID ¶
func (x *RacklotFilter) GetStationID() *wrappers.UInt32Value
func (*RacklotFilter) GetStationIDIn ¶
func (x *RacklotFilter) GetStationIDIn() []uint32
func (*RacklotFilter) GetType ¶
func (x *RacklotFilter) GetType() *RacklotTypeFilter
func (*RacklotFilter) ProtoMessage ¶
func (*RacklotFilter) ProtoMessage()
func (*RacklotFilter) ProtoReflect ¶
func (x *RacklotFilter) ProtoReflect() protoreflect.Message
func (*RacklotFilter) Reset ¶
func (x *RacklotFilter) Reset()
func (*RacklotFilter) String ¶
func (x *RacklotFilter) String() string
type RacklotGroupsReq ¶
type RacklotGroupsReq struct { GroupID uint32 `protobuf:"varint,1,opt,name=groupID,proto3" json:"groupID,omitempty"` RacklotIDs []uint32 `protobuf:"varint,2,rep,packed,name=racklotIDs,proto3" json:"racklotIDs,omitempty"` // contains filtered or unexported fields }
func (*RacklotGroupsReq) Descriptor
deprecated
func (*RacklotGroupsReq) Descriptor() ([]byte, []int)
Deprecated: Use RacklotGroupsReq.ProtoReflect.Descriptor instead.
func (*RacklotGroupsReq) GetGroupID ¶
func (x *RacklotGroupsReq) GetGroupID() uint32
func (*RacklotGroupsReq) GetRacklotIDs ¶
func (x *RacklotGroupsReq) GetRacklotIDs() []uint32
func (*RacklotGroupsReq) ProtoMessage ¶
func (*RacklotGroupsReq) ProtoMessage()
func (*RacklotGroupsReq) ProtoReflect ¶
func (x *RacklotGroupsReq) ProtoReflect() protoreflect.Message
func (*RacklotGroupsReq) Reset ¶
func (x *RacklotGroupsReq) Reset()
func (*RacklotGroupsReq) String ¶
func (x *RacklotGroupsReq) String() string
type RacklotIDReq ¶
type RacklotIDReq struct { Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*RacklotIDReq) Descriptor
deprecated
func (*RacklotIDReq) Descriptor() ([]byte, []int)
Deprecated: Use RacklotIDReq.ProtoReflect.Descriptor instead.
func (*RacklotIDReq) GetId ¶
func (x *RacklotIDReq) GetId() uint32
func (*RacklotIDReq) ProtoMessage ¶
func (*RacklotIDReq) ProtoMessage()
func (*RacklotIDReq) ProtoReflect ¶
func (x *RacklotIDReq) ProtoReflect() protoreflect.Message
func (*RacklotIDReq) Reset ¶
func (x *RacklotIDReq) Reset()
func (*RacklotIDReq) String ¶
func (x *RacklotIDReq) String() string
type RacklotIDsReq ¶
type RacklotIDsReq struct { Ids []uint32 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"` // contains filtered or unexported fields }
func (*RacklotIDsReq) Descriptor
deprecated
func (*RacklotIDsReq) Descriptor() ([]byte, []int)
Deprecated: Use RacklotIDsReq.ProtoReflect.Descriptor instead.
func (*RacklotIDsReq) GetIds ¶
func (x *RacklotIDsReq) GetIds() []uint32
func (*RacklotIDsReq) ProtoMessage ¶
func (*RacklotIDsReq) ProtoMessage()
func (*RacklotIDsReq) ProtoReflect ¶
func (x *RacklotIDsReq) ProtoReflect() protoreflect.Message
func (*RacklotIDsReq) Reset ¶
func (x *RacklotIDsReq) Reset()
func (*RacklotIDsReq) String ¶
func (x *RacklotIDsReq) String() string
type RacklotQuery ¶
type RacklotQuery struct { Limit uint32 `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"` Offset uint32 `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"` Page uint32 `protobuf:"varint,3,opt,name=page,proto3" json:"page,omitempty"` PerPage uint32 `protobuf:"varint,4,opt,name=perPage,proto3" json:"perPage,omitempty"` Filter *RacklotFilter `protobuf:"bytes,7,opt,name=filter,proto3" json:"filter,omitempty"` // contains filtered or unexported fields }
func (*RacklotQuery) Descriptor
deprecated
func (*RacklotQuery) Descriptor() ([]byte, []int)
Deprecated: Use RacklotQuery.ProtoReflect.Descriptor instead.
func (*RacklotQuery) GetFilter ¶
func (x *RacklotQuery) GetFilter() *RacklotFilter
func (*RacklotQuery) GetLimit ¶
func (x *RacklotQuery) GetLimit() uint32
func (*RacklotQuery) GetOffset ¶
func (x *RacklotQuery) GetOffset() uint32
func (*RacklotQuery) GetPage ¶
func (x *RacklotQuery) GetPage() uint32
func (*RacklotQuery) GetPerPage ¶
func (x *RacklotQuery) GetPerPage() uint32
func (*RacklotQuery) ProtoMessage ¶
func (*RacklotQuery) ProtoMessage()
func (*RacklotQuery) ProtoReflect ¶
func (x *RacklotQuery) ProtoReflect() protoreflect.Message
func (*RacklotQuery) Reset ¶
func (x *RacklotQuery) Reset()
func (*RacklotQuery) String ¶
func (x *RacklotQuery) String() string
type RacklotReport ¶
type RacklotReport struct { Total uint32 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"` RackTotal uint32 `protobuf:"varint,2,opt,name=rackTotal,proto3" json:"rackTotal,omitempty"` NoRackTotal uint32 `protobuf:"varint,3,opt,name=noRackTotal,proto3" json:"noRackTotal,omitempty"` ValidTotal uint32 `protobuf:"varint,4,opt,name=validTotal,proto3" json:"validTotal,omitempty"` InvalidTotal uint32 `protobuf:"varint,5,opt,name=invalidTotal,proto3" json:"invalidTotal,omitempty"` // contains filtered or unexported fields }
func (*RacklotReport) Descriptor
deprecated
func (*RacklotReport) Descriptor() ([]byte, []int)
Deprecated: Use RacklotReport.ProtoReflect.Descriptor instead.
func (*RacklotReport) GetInvalidTotal ¶
func (x *RacklotReport) GetInvalidTotal() uint32
func (*RacklotReport) GetNoRackTotal ¶
func (x *RacklotReport) GetNoRackTotal() uint32
func (*RacklotReport) GetRackTotal ¶
func (x *RacklotReport) GetRackTotal() uint32
func (*RacklotReport) GetTotal ¶
func (x *RacklotReport) GetTotal() uint32
func (*RacklotReport) GetValidTotal ¶
func (x *RacklotReport) GetValidTotal() uint32
func (*RacklotReport) ProtoMessage ¶
func (*RacklotReport) ProtoMessage()
func (*RacklotReport) ProtoReflect ¶
func (x *RacklotReport) ProtoReflect() protoreflect.Message
func (*RacklotReport) Reset ¶
func (x *RacklotReport) Reset()
func (*RacklotReport) String ¶
func (x *RacklotReport) String() string
type RacklotReportReq ¶
type RacklotReportReq struct {
// contains filtered or unexported fields
}
func (*RacklotReportReq) Descriptor
deprecated
func (*RacklotReportReq) Descriptor() ([]byte, []int)
Deprecated: Use RacklotReportReq.ProtoReflect.Descriptor instead.
func (*RacklotReportReq) ProtoMessage ¶
func (*RacklotReportReq) ProtoMessage()
func (*RacklotReportReq) ProtoReflect ¶
func (x *RacklotReportReq) ProtoReflect() protoreflect.Message
func (*RacklotReportReq) Reset ¶
func (x *RacklotReportReq) Reset()
func (*RacklotReportReq) String ¶
func (x *RacklotReportReq) String() string
type RacklotService ¶
type RacklotService interface { // 根据查询条件获取货位 GetRacklots(ctx context.Context, in *RacklotQuery, opts ...client.CallOption) (*Racklots, error) // 根据ID获取货位信息 GetRacklot(ctx context.Context, in *RacklotIDReq, opts ...client.CallOption) (*Racklot, error) // 获取货位类型 GetRacklotTypes(ctx context.Context, in *RacklotTypeQuery, opts ...client.CallOption) (*RacklotTypes, error) // 获取货位类型 GetRacklotType(ctx context.Context, in *RacklotIDReq, opts ...client.CallOption) (*RacklotType, error) // 添加货位 AddRacklot(ctx context.Context, in *Racklot, opts ...client.CallOption) (*AddResp, error) // 批量导入货位 BatchAddRacklots(ctx context.Context, in *Racklots, opts ...client.CallOption) (*Response, error) // 删除货位 DeleteRacklot(ctx context.Context, in *RacklotIDReq, opts ...client.CallOption) (*DeleteResp, error) // 批量删除货位 BatchDeleteRacklots(ctx context.Context, in *DeleteRacklotsReq, opts ...client.CallOption) (*Response, error) // 更新货位基础信息 UpdateRacklot(ctx context.Context, in *UpdateRacklotReq, opts ...client.CallOption) (*UpdateResp, error) // 批量修改货位 BatchUpdateRacklots(ctx context.Context, in *UpdateRacklotsReq, opts ...client.CallOption) (*Response, error) // 添加货位类型 AddRacklotType(ctx context.Context, in *RacklotType, opts ...client.CallOption) (*AddResp, error) // 修改货位类型 UpdateRacklotType(ctx context.Context, in *UpdateRacklotTypeReq, opts ...client.CallOption) (*UpdateResp, error) // 删除货GetBindedRack位类型 DeleteRacklotType(ctx context.Context, in *RacklotType, opts ...client.CallOption) (*DeleteResp, error) // 设置重列组 SetMultipleGroup(ctx context.Context, in *MultipleGroup, opts ...client.CallOption) (*Response, error) // 为货位绑定/解绑货架 BindRack(ctx context.Context, in *RackIDReq, opts ...client.CallOption) (*Response, error) UnbindRack(ctx context.Context, in *RackIDReq, opts ...client.CallOption) (*Response, error) // 禁用/启用货位 DisableRacklots(ctx context.Context, in *RacklotIDsReq, opts ...client.CallOption) (*Response, error) EnableRacklots(ctx context.Context, in *RacklotIDsReq, opts ...client.CallOption) (*Response, error) //占用/释放货位 OccupyRacklots(ctx context.Context, in *RacklotIDsReq, opts ...client.CallOption) (*Response, error) ReleaseRacklots(ctx context.Context, in *RacklotIDsReq, opts ...client.CallOption) (*Response, error) // 设置是否允许存车 SetInbound(ctx context.Context, in *FlagReq, opts ...client.CallOption) (*Response, error) // 设置是否允许取车 SetOutbound(ctx context.Context, in *FlagReq, opts ...client.CallOption) (*Response, error) AddProperties(ctx context.Context, in *PropertiesReq, opts ...client.CallOption) (*Response, error) GetRacklotReport(ctx context.Context, in *RacklotReportReq, opts ...client.CallOption) (*RacklotReport, error) //获取服务日志等级 GetLogLevel(ctx context.Context, in *LogLevelRequest, opts ...client.CallOption) (*Loglevel, error) //设置服务日志等级 SetLogLevel(ctx context.Context, in *Loglevel, opts ...client.CallOption) (*LogResponse, error) }
func NewRacklotService ¶
func NewRacklotService(name string, c client.Client) RacklotService
type RacklotServiceHandler ¶
type RacklotServiceHandler interface { // 根据查询条件获取货位 GetRacklots(context.Context, *RacklotQuery, *Racklots) error // 根据ID获取货位信息 GetRacklot(context.Context, *RacklotIDReq, *Racklot) error // 获取货位类型 GetRacklotTypes(context.Context, *RacklotTypeQuery, *RacklotTypes) error // 获取货位类型 GetRacklotType(context.Context, *RacklotIDReq, *RacklotType) error // 添加货位 AddRacklot(context.Context, *Racklot, *AddResp) error // 批量导入货位 BatchAddRacklots(context.Context, *Racklots, *Response) error // 删除货位 DeleteRacklot(context.Context, *RacklotIDReq, *DeleteResp) error // 批量删除货位 BatchDeleteRacklots(context.Context, *DeleteRacklotsReq, *Response) error // 更新货位基础信息 UpdateRacklot(context.Context, *UpdateRacklotReq, *UpdateResp) error // 批量修改货位 BatchUpdateRacklots(context.Context, *UpdateRacklotsReq, *Response) error // 添加货位类型 AddRacklotType(context.Context, *RacklotType, *AddResp) error // 修改货位类型 UpdateRacklotType(context.Context, *UpdateRacklotTypeReq, *UpdateResp) error // 删除货GetBindedRack位类型 DeleteRacklotType(context.Context, *RacklotType, *DeleteResp) error // 设置重列组 SetMultipleGroup(context.Context, *MultipleGroup, *Response) error // 为货位绑定/解绑货架 BindRack(context.Context, *RackIDReq, *Response) error UnbindRack(context.Context, *RackIDReq, *Response) error // 禁用/启用货位 DisableRacklots(context.Context, *RacklotIDsReq, *Response) error EnableRacklots(context.Context, *RacklotIDsReq, *Response) error //占用/释放货位 OccupyRacklots(context.Context, *RacklotIDsReq, *Response) error ReleaseRacklots(context.Context, *RacklotIDsReq, *Response) error // 设置是否允许存车 SetInbound(context.Context, *FlagReq, *Response) error // 设置是否允许取车 SetOutbound(context.Context, *FlagReq, *Response) error AddProperties(context.Context, *PropertiesReq, *Response) error GetRacklotReport(context.Context, *RacklotReportReq, *RacklotReport) error //获取服务日志等级 GetLogLevel(context.Context, *LogLevelRequest, *Loglevel) error //设置服务日志等级 SetLogLevel(context.Context, *Loglevel, *LogResponse) error }
type RacklotType ¶
type RacklotType struct { Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` Length uint32 `protobuf:"varint,4,opt,name=length,proto3" json:"length,omitempty"` Width uint32 `protobuf:"varint,5,opt,name=width,proto3" json:"width,omitempty"` Properties string `protobuf:"bytes,6,opt,name=properties,proto3" json:"properties,omitempty"` // contains filtered or unexported fields }
RacklotType 货位类型
func (*RacklotType) Descriptor
deprecated
func (*RacklotType) Descriptor() ([]byte, []int)
Deprecated: Use RacklotType.ProtoReflect.Descriptor instead.
func (*RacklotType) GetDescription ¶
func (x *RacklotType) GetDescription() string
func (*RacklotType) GetId ¶
func (x *RacklotType) GetId() uint32
func (*RacklotType) GetLength ¶
func (x *RacklotType) GetLength() uint32
func (*RacklotType) GetName ¶
func (x *RacklotType) GetName() string
func (*RacklotType) GetProperties ¶
func (x *RacklotType) GetProperties() string
func (*RacklotType) GetWidth ¶
func (x *RacklotType) GetWidth() uint32
func (*RacklotType) ProtoMessage ¶
func (*RacklotType) ProtoMessage()
func (*RacklotType) ProtoReflect ¶
func (x *RacklotType) ProtoReflect() protoreflect.Message
func (*RacklotType) Reset ¶
func (x *RacklotType) Reset()
func (*RacklotType) String ¶
func (x *RacklotType) String() string
type RacklotTypeFilter ¶
type RacklotTypeFilter struct { And []*RacklotTypeFilter `protobuf:"bytes,1,rep,name=and,proto3" json:"and,omitempty"` Or []*RacklotTypeFilter `protobuf:"bytes,2,rep,name=or,proto3" json:"or,omitempty"` IdIn []uint32 `protobuf:"varint,3,rep,packed,name=idIn,proto3" json:"idIn,omitempty"` NameIn []string `protobuf:"bytes,4,rep,name=nameIn,proto3" json:"nameIn,omitempty"` Id *wrappers.UInt32Value `protobuf:"bytes,5,opt,name=id,proto3" json:"id,omitempty"` Name *wrappers.StringValue `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*RacklotTypeFilter) Descriptor
deprecated
func (*RacklotTypeFilter) Descriptor() ([]byte, []int)
Deprecated: Use RacklotTypeFilter.ProtoReflect.Descriptor instead.
func (*RacklotTypeFilter) GetAnd ¶
func (x *RacklotTypeFilter) GetAnd() []*RacklotTypeFilter
func (*RacklotTypeFilter) GetId ¶
func (x *RacklotTypeFilter) GetId() *wrappers.UInt32Value
func (*RacklotTypeFilter) GetIdIn ¶
func (x *RacklotTypeFilter) GetIdIn() []uint32
func (*RacklotTypeFilter) GetName ¶
func (x *RacklotTypeFilter) GetName() *wrappers.StringValue
func (*RacklotTypeFilter) GetNameIn ¶
func (x *RacklotTypeFilter) GetNameIn() []string
func (*RacklotTypeFilter) GetOr ¶
func (x *RacklotTypeFilter) GetOr() []*RacklotTypeFilter
func (*RacklotTypeFilter) ProtoMessage ¶
func (*RacklotTypeFilter) ProtoMessage()
func (*RacklotTypeFilter) ProtoReflect ¶
func (x *RacklotTypeFilter) ProtoReflect() protoreflect.Message
func (*RacklotTypeFilter) Reset ¶
func (x *RacklotTypeFilter) Reset()
func (*RacklotTypeFilter) String ¶
func (x *RacklotTypeFilter) String() string
type RacklotTypeQuery ¶
type RacklotTypeQuery struct { Limit uint32 `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"` Offset uint32 `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"` Page uint32 `protobuf:"varint,3,opt,name=page,proto3" json:"page,omitempty"` PerPage uint32 `protobuf:"varint,4,opt,name=perPage,proto3" json:"perPage,omitempty"` Filter *RacklotTypeFilter `protobuf:"bytes,7,opt,name=filter,proto3" json:"filter,omitempty"` // contains filtered or unexported fields }
func (*RacklotTypeQuery) Descriptor
deprecated
func (*RacklotTypeQuery) Descriptor() ([]byte, []int)
Deprecated: Use RacklotTypeQuery.ProtoReflect.Descriptor instead.
func (*RacklotTypeQuery) GetFilter ¶
func (x *RacklotTypeQuery) GetFilter() *RacklotTypeFilter
func (*RacklotTypeQuery) GetLimit ¶
func (x *RacklotTypeQuery) GetLimit() uint32
func (*RacklotTypeQuery) GetOffset ¶
func (x *RacklotTypeQuery) GetOffset() uint32
func (*RacklotTypeQuery) GetPage ¶
func (x *RacklotTypeQuery) GetPage() uint32
func (*RacklotTypeQuery) GetPerPage ¶
func (x *RacklotTypeQuery) GetPerPage() uint32
func (*RacklotTypeQuery) ProtoMessage ¶
func (*RacklotTypeQuery) ProtoMessage()
func (*RacklotTypeQuery) ProtoReflect ¶
func (x *RacklotTypeQuery) ProtoReflect() protoreflect.Message
func (*RacklotTypeQuery) Reset ¶
func (x *RacklotTypeQuery) Reset()
func (*RacklotTypeQuery) String ¶
func (x *RacklotTypeQuery) String() string
type RacklotTypes ¶
type RacklotTypes struct { RacklotTypes []*RacklotType `protobuf:"bytes,1,rep,name=racklotTypes,proto3" json:"racklotTypes,omitempty"` Totals uint32 `protobuf:"varint,4,opt,name=totals,proto3" json:"totals,omitempty"` Totalpages uint32 `protobuf:"varint,2,opt,name=totalpages,proto3" json:"totalpages,omitempty"` Currpages uint32 `protobuf:"varint,3,opt,name=currpages,proto3" json:"currpages,omitempty"` // contains filtered or unexported fields }
func (*RacklotTypes) Descriptor
deprecated
func (*RacklotTypes) Descriptor() ([]byte, []int)
Deprecated: Use RacklotTypes.ProtoReflect.Descriptor instead.
func (*RacklotTypes) GetCurrpages ¶
func (x *RacklotTypes) GetCurrpages() uint32
func (*RacklotTypes) GetRacklotTypes ¶
func (x *RacklotTypes) GetRacklotTypes() []*RacklotType
func (*RacklotTypes) GetTotalpages ¶
func (x *RacklotTypes) GetTotalpages() uint32
func (*RacklotTypes) GetTotals ¶
func (x *RacklotTypes) GetTotals() uint32
func (*RacklotTypes) ProtoMessage ¶
func (*RacklotTypes) ProtoMessage()
func (*RacklotTypes) ProtoReflect ¶
func (x *RacklotTypes) ProtoReflect() protoreflect.Message
func (*RacklotTypes) Reset ¶
func (x *RacklotTypes) Reset()
func (*RacklotTypes) String ¶
func (x *RacklotTypes) String() string
type Racklots ¶
type Racklots struct { Racklots []*Racklot `protobuf:"bytes,1,rep,name=racklots,proto3" json:"racklots,omitempty"` Totals uint32 `protobuf:"varint,4,opt,name=totals,proto3" json:"totals,omitempty"` Totalpages uint32 `protobuf:"varint,2,opt,name=totalpages,proto3" json:"totalpages,omitempty"` Currpages uint32 `protobuf:"varint,3,opt,name=currpages,proto3" json:"currpages,omitempty"` // contains filtered or unexported fields }
func (*Racklots) Descriptor
deprecated
func (*Racklots) GetCurrpages ¶
func (*Racklots) GetRacklots ¶
func (*Racklots) GetTotalpages ¶
func (*Racklots) ProtoMessage ¶
func (*Racklots) ProtoMessage()
func (*Racklots) ProtoReflect ¶
func (x *Racklots) ProtoReflect() protoreflect.Message
type Response ¶
type Response struct {
// contains filtered or unexported fields
}
func (*Response) Descriptor
deprecated
func (*Response) ProtoMessage ¶
func (*Response) ProtoMessage()
func (*Response) ProtoReflect ¶
func (x *Response) ProtoReflect() protoreflect.Message
type TypeReq ¶
type TypeReq struct { Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Type uint32 `protobuf:"varint,2,opt,name=type,proto3" json:"type,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*TypeReq) Descriptor
deprecated
func (*TypeReq) ProtoMessage ¶
func (*TypeReq) ProtoMessage()
func (*TypeReq) ProtoReflect ¶
func (x *TypeReq) ProtoReflect() protoreflect.Message
type UpdateRacklot ¶
type UpdateRacklot struct { Id *wrappers.UInt32Value `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` X *wrappers.UInt32Value `protobuf:"bytes,2,opt,name=x,proto3" json:"x,omitempty"` Y *wrappers.UInt32Value `protobuf:"bytes,3,opt,name=y,proto3" json:"y,omitempty"` Angle *wrappers.FloatValue `protobuf:"bytes,4,opt,name=angle,proto3" json:"angle,omitempty"` Length *wrappers.UInt32Value `protobuf:"bytes,5,opt,name=length,proto3" json:"length,omitempty"` Width *wrappers.UInt32Value `protobuf:"bytes,6,opt,name=width,proto3" json:"width,omitempty"` MultipleGroup *MultipleGroup `protobuf:"bytes,7,opt,name=multipleGroup,proto3" json:"multipleGroup,omitempty"` RacklotType *wrappers.UInt32Value `protobuf:"bytes,8,opt,name=racklotType,proto3" json:"racklotType,omitempty"` StationID *wrappers.UInt32Value `protobuf:"bytes,9,opt,name=stationID,proto3" json:"stationID,omitempty"` RackID *wrappers.UInt32Value `protobuf:"bytes,10,opt,name=rackID,proto3" json:"rackID,omitempty"` IsValid *wrappers.BoolValue `protobuf:"bytes,11,opt,name=isValid,proto3" json:"isValid,omitempty"` IsInbound *wrappers.BoolValue `protobuf:"bytes,12,opt,name=isInbound,proto3" json:"isInbound,omitempty"` IsOutbound *wrappers.BoolValue `protobuf:"bytes,13,opt,name=isOutbound,proto3" json:"isOutbound,omitempty"` IsOccupied *wrappers.BoolValue `protobuf:"bytes,14,opt,name=isOccupied,proto3" json:"isOccupied,omitempty"` Description *wrappers.StringValue `protobuf:"bytes,15,opt,name=description,proto3" json:"description,omitempty"` Properties string `protobuf:"bytes,17,opt,name=properties,proto3" json:"properties,omitempty"` // contains filtered or unexported fields }
func (*UpdateRacklot) Descriptor
deprecated
func (*UpdateRacklot) Descriptor() ([]byte, []int)
Deprecated: Use UpdateRacklot.ProtoReflect.Descriptor instead.
func (*UpdateRacklot) GetAngle ¶
func (x *UpdateRacklot) GetAngle() *wrappers.FloatValue
func (*UpdateRacklot) GetDescription ¶
func (x *UpdateRacklot) GetDescription() *wrappers.StringValue
func (*UpdateRacklot) GetId ¶
func (x *UpdateRacklot) GetId() *wrappers.UInt32Value
func (*UpdateRacklot) GetIsInbound ¶
func (x *UpdateRacklot) GetIsInbound() *wrappers.BoolValue
func (*UpdateRacklot) GetIsOccupied ¶
func (x *UpdateRacklot) GetIsOccupied() *wrappers.BoolValue
func (*UpdateRacklot) GetIsOutbound ¶
func (x *UpdateRacklot) GetIsOutbound() *wrappers.BoolValue
func (*UpdateRacklot) GetIsValid ¶
func (x *UpdateRacklot) GetIsValid() *wrappers.BoolValue
func (*UpdateRacklot) GetLength ¶
func (x *UpdateRacklot) GetLength() *wrappers.UInt32Value
func (*UpdateRacklot) GetMultipleGroup ¶
func (x *UpdateRacklot) GetMultipleGroup() *MultipleGroup
func (*UpdateRacklot) GetProperties ¶
func (x *UpdateRacklot) GetProperties() string
func (*UpdateRacklot) GetRackID ¶
func (x *UpdateRacklot) GetRackID() *wrappers.UInt32Value
func (*UpdateRacklot) GetRacklotType ¶
func (x *UpdateRacklot) GetRacklotType() *wrappers.UInt32Value
func (*UpdateRacklot) GetStationID ¶
func (x *UpdateRacklot) GetStationID() *wrappers.UInt32Value
func (*UpdateRacklot) GetWidth ¶
func (x *UpdateRacklot) GetWidth() *wrappers.UInt32Value
func (*UpdateRacklot) GetX ¶
func (x *UpdateRacklot) GetX() *wrappers.UInt32Value
func (*UpdateRacklot) GetY ¶
func (x *UpdateRacklot) GetY() *wrappers.UInt32Value
func (*UpdateRacklot) ProtoMessage ¶
func (*UpdateRacklot) ProtoMessage()
func (*UpdateRacklot) ProtoReflect ¶
func (x *UpdateRacklot) ProtoReflect() protoreflect.Message
func (*UpdateRacklot) Reset ¶
func (x *UpdateRacklot) Reset()
func (*UpdateRacklot) String ¶
func (x *UpdateRacklot) String() string
type UpdateRacklotReq ¶
type UpdateRacklotReq struct { Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Racklot *UpdateRacklot `protobuf:"bytes,2,opt,name=racklot,proto3" json:"racklot,omitempty"` // contains filtered or unexported fields }
func (*UpdateRacklotReq) Descriptor
deprecated
func (*UpdateRacklotReq) Descriptor() ([]byte, []int)
Deprecated: Use UpdateRacklotReq.ProtoReflect.Descriptor instead.
func (*UpdateRacklotReq) GetId ¶
func (x *UpdateRacklotReq) GetId() uint32
func (*UpdateRacklotReq) GetRacklot ¶
func (x *UpdateRacklotReq) GetRacklot() *UpdateRacklot
func (*UpdateRacklotReq) ProtoMessage ¶
func (*UpdateRacklotReq) ProtoMessage()
func (*UpdateRacklotReq) ProtoReflect ¶
func (x *UpdateRacklotReq) ProtoReflect() protoreflect.Message
func (*UpdateRacklotReq) Reset ¶
func (x *UpdateRacklotReq) Reset()
func (*UpdateRacklotReq) String ¶
func (x *UpdateRacklotReq) String() string
type UpdateRacklotType ¶
type UpdateRacklotType struct { Id *wrappers.UInt32Value `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name *wrappers.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Description *wrappers.StringValue `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` Length *wrappers.UInt32Value `protobuf:"bytes,4,opt,name=length,proto3" json:"length,omitempty"` Width *wrappers.UInt32Value `protobuf:"bytes,5,opt,name=width,proto3" json:"width,omitempty"` Properties string `protobuf:"bytes,6,opt,name=properties,proto3" json:"properties,omitempty"` // contains filtered or unexported fields }
func (*UpdateRacklotType) Descriptor
deprecated
func (*UpdateRacklotType) Descriptor() ([]byte, []int)
Deprecated: Use UpdateRacklotType.ProtoReflect.Descriptor instead.
func (*UpdateRacklotType) GetDescription ¶
func (x *UpdateRacklotType) GetDescription() *wrappers.StringValue
func (*UpdateRacklotType) GetId ¶
func (x *UpdateRacklotType) GetId() *wrappers.UInt32Value
func (*UpdateRacklotType) GetLength ¶
func (x *UpdateRacklotType) GetLength() *wrappers.UInt32Value
func (*UpdateRacklotType) GetName ¶
func (x *UpdateRacklotType) GetName() *wrappers.StringValue
func (*UpdateRacklotType) GetProperties ¶
func (x *UpdateRacklotType) GetProperties() string
func (*UpdateRacklotType) GetWidth ¶
func (x *UpdateRacklotType) GetWidth() *wrappers.UInt32Value
func (*UpdateRacklotType) ProtoMessage ¶
func (*UpdateRacklotType) ProtoMessage()
func (*UpdateRacklotType) ProtoReflect ¶
func (x *UpdateRacklotType) ProtoReflect() protoreflect.Message
func (*UpdateRacklotType) Reset ¶
func (x *UpdateRacklotType) Reset()
func (*UpdateRacklotType) String ¶
func (x *UpdateRacklotType) String() string
type UpdateRacklotTypeReq ¶
type UpdateRacklotTypeReq struct { Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Update *UpdateRacklotType `protobuf:"bytes,2,opt,name=update,proto3" json:"update,omitempty"` // contains filtered or unexported fields }
func (*UpdateRacklotTypeReq) Descriptor
deprecated
func (*UpdateRacklotTypeReq) Descriptor() ([]byte, []int)
Deprecated: Use UpdateRacklotTypeReq.ProtoReflect.Descriptor instead.
func (*UpdateRacklotTypeReq) GetId ¶
func (x *UpdateRacklotTypeReq) GetId() uint32
func (*UpdateRacklotTypeReq) GetUpdate ¶
func (x *UpdateRacklotTypeReq) GetUpdate() *UpdateRacklotType
func (*UpdateRacklotTypeReq) ProtoMessage ¶
func (*UpdateRacklotTypeReq) ProtoMessage()
func (*UpdateRacklotTypeReq) ProtoReflect ¶
func (x *UpdateRacklotTypeReq) ProtoReflect() protoreflect.Message
func (*UpdateRacklotTypeReq) Reset ¶
func (x *UpdateRacklotTypeReq) Reset()
func (*UpdateRacklotTypeReq) String ¶
func (x *UpdateRacklotTypeReq) String() string
type UpdateRacklotsReq ¶
type UpdateRacklotsReq struct { Ids []uint32 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"` Update *UpdateRacklot `protobuf:"bytes,2,opt,name=update,proto3" json:"update,omitempty"` // contains filtered or unexported fields }
func (*UpdateRacklotsReq) Descriptor
deprecated
func (*UpdateRacklotsReq) Descriptor() ([]byte, []int)
Deprecated: Use UpdateRacklotsReq.ProtoReflect.Descriptor instead.
func (*UpdateRacklotsReq) GetIds ¶
func (x *UpdateRacklotsReq) GetIds() []uint32
func (*UpdateRacklotsReq) GetUpdate ¶
func (x *UpdateRacklotsReq) GetUpdate() *UpdateRacklot
func (*UpdateRacklotsReq) ProtoMessage ¶
func (*UpdateRacklotsReq) ProtoMessage()
func (*UpdateRacklotsReq) ProtoReflect ¶
func (x *UpdateRacklotsReq) ProtoReflect() protoreflect.Message
func (*UpdateRacklotsReq) Reset ¶
func (x *UpdateRacklotsReq) Reset()
func (*UpdateRacklotsReq) String ¶
func (x *UpdateRacklotsReq) String() string
type UpdateResp ¶
type UpdateResp struct {
// contains filtered or unexported fields
}
func (*UpdateResp) Descriptor
deprecated
func (*UpdateResp) Descriptor() ([]byte, []int)
Deprecated: Use UpdateResp.ProtoReflect.Descriptor instead.
func (*UpdateResp) ProtoMessage ¶
func (*UpdateResp) ProtoMessage()
func (*UpdateResp) ProtoReflect ¶
func (x *UpdateResp) ProtoReflect() protoreflect.Message
func (*UpdateResp) Reset ¶
func (x *UpdateResp) Reset()
func (*UpdateResp) String ¶
func (x *UpdateResp) String() string