Versions in this module Expand all Collapse all v2 v2.3.3 Mar 12, 2021 Changes in this version + var File_proto_rack_rack_proto protoreflect.FileDescriptor + func NewRackServiceEndpoints() []*api.Endpoint + func RegisterRackServiceHandler(s server.Server, hdlr RackServiceHandler, opts ...server.HandlerOption) error + type Cell struct + Column uint32 + Height uint32 + Id uint32 + IsOccupied bool + IsValid bool + Length uint32 + MaterialID int64 + Name string + Properties string + RackID uint32 + Row uint32 + Status int32 + Tag string + Type *CellType + Width uint32 + func (*Cell) Descriptor() ([]byte, []int) + func (*Cell) ProtoMessage() + func (x *Cell) GetColumn() uint32 + func (x *Cell) GetHeight() uint32 + func (x *Cell) GetId() uint32 + func (x *Cell) GetIsOccupied() bool + func (x *Cell) GetIsValid() bool + func (x *Cell) GetLength() uint32 + func (x *Cell) GetMaterialID() int64 + func (x *Cell) GetName() string + func (x *Cell) GetProperties() string + func (x *Cell) GetRackID() uint32 + func (x *Cell) GetRow() uint32 + func (x *Cell) GetStatus() int32 + func (x *Cell) GetTag() string + func (x *Cell) GetType() *CellType + func (x *Cell) GetWidth() uint32 + func (x *Cell) ProtoReflect() protoreflect.Message + func (x *Cell) Reset() + func (x *Cell) String() string + type CellFilter struct + And []*CellFilter + Id *wrappers.UInt32Value + IdIn []uint32 + IsHasMaterial *wrappers.BoolValue + IsOccupied *wrappers.BoolValue + IsValid *wrappers.BoolValue + MaterialID *wrappers.Int64Value + MaterialIDIn []int64 + Name *wrappers.StringValue + NameIn []string + Or []*CellFilter + Properties []*PropertyFilter + RackID *wrappers.UInt32Value + Type *CellTypeFilter + func (*CellFilter) Descriptor() ([]byte, []int) + func (*CellFilter) ProtoMessage() + func (x *CellFilter) GetAnd() []*CellFilter + func (x *CellFilter) GetId() *wrappers.UInt32Value + func (x *CellFilter) GetIdIn() []uint32 + func (x *CellFilter) GetIsHasMaterial() *wrappers.BoolValue + func (x *CellFilter) GetIsOccupied() *wrappers.BoolValue + func (x *CellFilter) GetIsValid() *wrappers.BoolValue + func (x *CellFilter) GetMaterialID() *wrappers.Int64Value + func (x *CellFilter) GetMaterialIDIn() []int64 + func (x *CellFilter) GetName() *wrappers.StringValue + func (x *CellFilter) GetNameIn() []string + func (x *CellFilter) GetOr() []*CellFilter + func (x *CellFilter) GetProperties() []*PropertyFilter + func (x *CellFilter) GetRackID() *wrappers.UInt32Value + func (x *CellFilter) GetType() *CellTypeFilter + func (x *CellFilter) ProtoReflect() protoreflect.Message + func (x *CellFilter) Reset() + func (x *CellFilter) String() string + type CellQuery struct + Filter *CellFilter + Limit uint32 + Offset uint32 + Page uint32 + PerPage uint32 + func (*CellQuery) Descriptor() ([]byte, []int) + func (*CellQuery) ProtoMessage() + func (x *CellQuery) GetFilter() *CellFilter + func (x *CellQuery) GetLimit() uint32 + func (x *CellQuery) GetOffset() uint32 + func (x *CellQuery) GetPage() uint32 + func (x *CellQuery) GetPerPage() uint32 + func (x *CellQuery) ProtoReflect() protoreflect.Message + func (x *CellQuery) Reset() + func (x *CellQuery) String() string + type CellReport struct + InvalidTotal uint32 + MaterialTotal uint32 + NoMaterialTotal uint32 + Total uint32 + ValidTotal uint32 + func (*CellReport) Descriptor() ([]byte, []int) + func (*CellReport) ProtoMessage() + func (x *CellReport) GetInvalidTotal() uint32 + func (x *CellReport) GetMaterialTotal() uint32 + func (x *CellReport) GetNoMaterialTotal() uint32 + func (x *CellReport) GetTotal() uint32 + func (x *CellReport) GetValidTotal() uint32 + func (x *CellReport) ProtoReflect() protoreflect.Message + func (x *CellReport) Reset() + func (x *CellReport) String() string + type CellReportReq struct + func (*CellReportReq) Descriptor() ([]byte, []int) + func (*CellReportReq) ProtoMessage() + func (x *CellReportReq) ProtoReflect() protoreflect.Message + func (x *CellReportReq) Reset() + func (x *CellReportReq) String() string + type CellStatusReq struct + Id uint32 + Status int32 + func (*CellStatusReq) Descriptor() ([]byte, []int) + func (*CellStatusReq) ProtoMessage() + func (x *CellStatusReq) GetId() uint32 + func (x *CellStatusReq) GetStatus() int32 + func (x *CellStatusReq) ProtoReflect() protoreflect.Message + func (x *CellStatusReq) Reset() + func (x *CellStatusReq) String() string + type CellType struct + Description string + Height uint32 + Id uint32 + IsValid bool + Length uint32 + Name string + Properties string + Width uint32 + func (*CellType) Descriptor() ([]byte, []int) + func (*CellType) ProtoMessage() + func (x *CellType) GetDescription() string + func (x *CellType) GetHeight() uint32 + func (x *CellType) GetId() uint32 + func (x *CellType) GetIsValid() bool + func (x *CellType) GetLength() uint32 + func (x *CellType) GetName() string + func (x *CellType) GetProperties() string + func (x *CellType) GetWidth() uint32 + func (x *CellType) ProtoReflect() protoreflect.Message + func (x *CellType) Reset() + func (x *CellType) String() string + type CellTypeFilter struct + And []*CellTypeFilter + Id *wrappers.UInt32Value + IdIn []uint32 + Name *wrappers.StringValue + NameIn []string + Or []*CellTypeFilter + func (*CellTypeFilter) Descriptor() ([]byte, []int) + func (*CellTypeFilter) ProtoMessage() + func (x *CellTypeFilter) GetAnd() []*CellTypeFilter + func (x *CellTypeFilter) GetId() *wrappers.UInt32Value + func (x *CellTypeFilter) GetIdIn() []uint32 + func (x *CellTypeFilter) GetName() *wrappers.StringValue + func (x *CellTypeFilter) GetNameIn() []string + func (x *CellTypeFilter) GetOr() []*CellTypeFilter + func (x *CellTypeFilter) ProtoReflect() protoreflect.Message + func (x *CellTypeFilter) Reset() + func (x *CellTypeFilter) String() string + type Cells struct + Cells []*Cell + Currpages uint32 + Totalpages uint32 + Totals uint32 + func (*Cells) Descriptor() ([]byte, []int) + func (*Cells) ProtoMessage() + func (x *Cells) GetCells() []*Cell + func (x *Cells) GetCurrpages() uint32 + func (x *Cells) GetTotalpages() uint32 + func (x *Cells) GetTotals() uint32 + func (x *Cells) ProtoReflect() protoreflect.Message + func (x *Cells) Reset() + func (x *Cells) String() string + type CellsReq struct + Cells []*Cell + RackID uint32 + func (*CellsReq) Descriptor() ([]byte, []int) + func (*CellsReq) ProtoMessage() + func (x *CellsReq) GetCells() []*Cell + func (x *CellsReq) GetRackID() uint32 + func (x *CellsReq) ProtoReflect() protoreflect.Message + func (x *CellsReq) Reset() + func (x *CellsReq) String() string + type FlagReq struct + Flag bool + Id uint32 + func (*FlagReq) Descriptor() ([]byte, []int) + func (*FlagReq) ProtoMessage() + func (x *FlagReq) GetFlag() bool + func (x *FlagReq) GetId() uint32 + func (x *FlagReq) ProtoReflect() protoreflect.Message + func (x *FlagReq) Reset() + func (x *FlagReq) String() string + type IDReq struct + Id uint32 + func (*IDReq) Descriptor() ([]byte, []int) + func (*IDReq) ProtoMessage() + func (x *IDReq) GetId() uint32 + func (x *IDReq) ProtoReflect() protoreflect.Message + func (x *IDReq) Reset() + func (x *IDReq) String() string + type IDsReq struct + Ids []uint32 + func (*IDsReq) Descriptor() ([]byte, []int) + func (*IDsReq) ProtoMessage() + func (x *IDsReq) GetIds() []uint32 + func (x *IDsReq) ProtoReflect() protoreflect.Message + func (x *IDsReq) Reset() + func (x *IDsReq) String() string + type LogLevelRequest struct + func (*LogLevelRequest) Descriptor() ([]byte, []int) + func (*LogLevelRequest) ProtoMessage() + func (x *LogLevelRequest) ProtoReflect() protoreflect.Message + func (x *LogLevelRequest) Reset() + func (x *LogLevelRequest) String() string + type LogResponse struct + Name string + func (*LogResponse) Descriptor() ([]byte, []int) + func (*LogResponse) ProtoMessage() + func (x *LogResponse) GetName() string + func (x *LogResponse) ProtoReflect() protoreflect.Message + func (x *LogResponse) Reset() + func (x *LogResponse) String() string + type Loglevel struct + Level uint32 + Name string + func (*Loglevel) Descriptor() ([]byte, []int) + func (*Loglevel) ProtoMessage() + func (x *Loglevel) GetLevel() uint32 + func (x *Loglevel) GetName() string + func (x *Loglevel) ProtoReflect() protoreflect.Message + func (x *Loglevel) Reset() + func (x *Loglevel) String() string + type MaterialReq struct + CellID uint32 + MaterialID int64 + MaterialType string + RackID uint32 + func (*MaterialReq) Descriptor() ([]byte, []int) + func (*MaterialReq) ProtoMessage() + func (x *MaterialReq) GetCellID() uint32 + func (x *MaterialReq) GetMaterialID() int64 + func (x *MaterialReq) GetMaterialType() string + func (x *MaterialReq) GetRackID() uint32 + func (x *MaterialReq) ProtoReflect() protoreflect.Message + func (x *MaterialReq) Reset() + func (x *MaterialReq) String() string + type PropertiesReq struct + Id uint32 + Properties string + func (*PropertiesReq) Descriptor() ([]byte, []int) + func (*PropertiesReq) ProtoMessage() + func (x *PropertiesReq) GetId() uint32 + func (x *PropertiesReq) GetProperties() string + func (x *PropertiesReq) ProtoReflect() protoreflect.Message + func (x *PropertiesReq) Reset() + func (x *PropertiesReq) String() string + type Property struct + Key string + Value string + func (*Property) Descriptor() ([]byte, []int) + func (*Property) ProtoMessage() + func (x *Property) GetKey() string + func (x *Property) GetValue() string + func (x *Property) ProtoReflect() protoreflect.Message + func (x *Property) Reset() + func (x *Property) String() string + type PropertyFilter struct + Key string + Type string + Value string + func (*PropertyFilter) Descriptor() ([]byte, []int) + func (*PropertyFilter) ProtoMessage() + func (x *PropertyFilter) GetKey() string + func (x *PropertyFilter) GetType() string + func (x *PropertyFilter) GetValue() string + func (x *PropertyFilter) ProtoReflect() protoreflect.Message + func (x *PropertyFilter) Reset() + func (x *PropertyFilter) String() string + type Rack struct + Cells []*Cell + Description string + Height uint32 + Id uint32 + IsOccupied bool + IsValid bool + Layers uint32 + Length uint32 + Name string + PickingSurface uint32 + RacklotID uint32 + Status uint32 + Type *RackType + Width uint32 + func (*Rack) Descriptor() ([]byte, []int) + func (*Rack) ProtoMessage() + func (x *Rack) GetCells() []*Cell + func (x *Rack) GetDescription() string + func (x *Rack) GetHeight() uint32 + func (x *Rack) GetId() uint32 + func (x *Rack) GetIsOccupied() bool + func (x *Rack) GetIsValid() bool + func (x *Rack) GetLayers() uint32 + func (x *Rack) GetLength() uint32 + func (x *Rack) GetName() string + func (x *Rack) GetPickingSurface() uint32 + func (x *Rack) GetRacklotID() uint32 + func (x *Rack) GetStatus() uint32 + func (x *Rack) GetType() *RackType + func (x *Rack) GetWidth() uint32 + func (x *Rack) ProtoReflect() protoreflect.Message + func (x *Rack) Reset() + func (x *Rack) String() string + type RackFilter struct + And []*RackFilter + Cell *CellFilter + HasBindRacklot *wrappers.BoolValue + IdIn []uint32 + IsOccupied *wrappers.BoolValue + IsValid *wrappers.BoolValue + Or []*RackFilter + RacklotID *wrappers.UInt32Value + RacklotIdIn []uint32 + Type *RackTypeFilter + func (*RackFilter) Descriptor() ([]byte, []int) + func (*RackFilter) ProtoMessage() + func (x *RackFilter) GetAnd() []*RackFilter + func (x *RackFilter) GetCell() *CellFilter + func (x *RackFilter) GetHasBindRacklot() *wrappers.BoolValue + func (x *RackFilter) GetIdIn() []uint32 + func (x *RackFilter) GetIsOccupied() *wrappers.BoolValue + func (x *RackFilter) GetIsValid() *wrappers.BoolValue + func (x *RackFilter) GetOr() []*RackFilter + func (x *RackFilter) GetRacklotID() *wrappers.UInt32Value + func (x *RackFilter) GetRacklotIdIn() []uint32 + func (x *RackFilter) GetType() *RackTypeFilter + func (x *RackFilter) ProtoReflect() protoreflect.Message + func (x *RackFilter) Reset() + func (x *RackFilter) String() string + type RackQuery struct + Filter *RackFilter + Limit uint32 + Offset uint32 + Page uint32 + PerPage uint32 + func (*RackQuery) Descriptor() ([]byte, []int) + func (*RackQuery) ProtoMessage() + func (x *RackQuery) GetFilter() *RackFilter + func (x *RackQuery) GetLimit() uint32 + func (x *RackQuery) GetOffset() uint32 + func (x *RackQuery) GetPage() uint32 + func (x *RackQuery) GetPerPage() uint32 + func (x *RackQuery) ProtoReflect() protoreflect.Message + func (x *RackQuery) Reset() + func (x *RackQuery) String() string + type RackReport struct + MaterialTotal uint32 + NoMaterialTotal uint32 + Total uint32 + func (*RackReport) Descriptor() ([]byte, []int) + func (*RackReport) ProtoMessage() + func (x *RackReport) GetMaterialTotal() uint32 + func (x *RackReport) GetNoMaterialTotal() uint32 + func (x *RackReport) GetTotal() uint32 + func (x *RackReport) ProtoReflect() protoreflect.Message + func (x *RackReport) Reset() + func (x *RackReport) String() string + type RackReportReq struct + func (*RackReportReq) Descriptor() ([]byte, []int) + func (*RackReportReq) ProtoMessage() + func (x *RackReportReq) ProtoReflect() protoreflect.Message + func (x *RackReportReq) Reset() + func (x *RackReportReq) String() string + type RackService interface + AddCell func(ctx context.Context, in *Cell, opts ...client.CallOption) (*Response, error) + AddCellProperties func(ctx context.Context, in *PropertiesReq, opts ...client.CallOption) (*Response, error) + AddRack func(ctx context.Context, in *Rack, opts ...client.CallOption) (*Response, error) + BatchAddCells func(ctx context.Context, in *Cells, opts ...client.CallOption) (*Response, error) + BatchAddRacks func(ctx context.Context, in *Racks, opts ...client.CallOption) (*Response, error) + BatchDeleteCells func(ctx context.Context, in *IDsReq, opts ...client.CallOption) (*Response, error) + BatchDeleteRacks func(ctx context.Context, in *IDsReq, opts ...client.CallOption) (*Response, error) + BindMaterial func(ctx context.Context, in *MaterialReq, opts ...client.CallOption) (*Response, error) + BindRacklot func(ctx context.Context, in *RacklotReq, opts ...client.CallOption) (*Response, error) + DeleteCell func(ctx context.Context, in *IDReq, opts ...client.CallOption) (*Response, error) + DeleteRack func(ctx context.Context, in *IDReq, opts ...client.CallOption) (*Response, error) + DisableCells func(ctx context.Context, in *IDsReq, opts ...client.CallOption) (*Response, error) + DisableRacks func(ctx context.Context, in *IDsReq, opts ...client.CallOption) (*Response, error) + EnableCells func(ctx context.Context, in *IDsReq, opts ...client.CallOption) (*Response, error) + EnableRacks func(ctx context.Context, in *IDsReq, opts ...client.CallOption) (*Response, error) + GetCell func(ctx context.Context, in *IDReq, opts ...client.CallOption) (*Cell, error) + GetCellReport func(ctx context.Context, in *CellReportReq, opts ...client.CallOption) (*CellReport, error) + GetCells func(ctx context.Context, in *CellQuery, opts ...client.CallOption) (*Cells, error) + GetLogLevel func(ctx context.Context, in *LogLevelRequest, opts ...client.CallOption) (*Loglevel, error) + GetRack func(ctx context.Context, in *IDReq, opts ...client.CallOption) (*Rack, error) + GetRackReport func(ctx context.Context, in *RackReportReq, opts ...client.CallOption) (*RackReport, error) + GetRacks func(ctx context.Context, in *RackQuery, opts ...client.CallOption) (*Racks, error) + OccupyCell func(ctx context.Context, in *IDReq, opts ...client.CallOption) (*Response, error) + OccupyRack func(ctx context.Context, in *IDReq, opts ...client.CallOption) (*Response, error) + ReleaseCell func(ctx context.Context, in *IDReq, opts ...client.CallOption) (*Response, error) + ReleaseRack func(ctx context.Context, in *IDReq, opts ...client.CallOption) (*Response, error) + SetCellStatus func(ctx context.Context, in *CellStatusReq, opts ...client.CallOption) (*Response, error) + SetLogLevel func(ctx context.Context, in *Loglevel, opts ...client.CallOption) (*LogResponse, error) + UnbindMaterial func(ctx context.Context, in *IDReq, opts ...client.CallOption) (*Response, error) + UnbindRacklot func(ctx context.Context, in *IDReq, opts ...client.CallOption) (*Response, error) + UpdateCell func(ctx context.Context, in *UpdateCellReq, opts ...client.CallOption) (*Response, error) + UpdateRack func(ctx context.Context, in *UpdateRackReq, opts ...client.CallOption) (*Response, error) + func NewRackService(name string, c client.Client) RackService + type RackServiceHandler interface + AddCell func(context.Context, *Cell, *Response) error + AddCellProperties func(context.Context, *PropertiesReq, *Response) error + AddRack func(context.Context, *Rack, *Response) error + BatchAddCells func(context.Context, *Cells, *Response) error + BatchAddRacks func(context.Context, *Racks, *Response) error + BatchDeleteCells func(context.Context, *IDsReq, *Response) error + BatchDeleteRacks func(context.Context, *IDsReq, *Response) error + BindMaterial func(context.Context, *MaterialReq, *Response) error + BindRacklot func(context.Context, *RacklotReq, *Response) error + DeleteCell func(context.Context, *IDReq, *Response) error + DeleteRack func(context.Context, *IDReq, *Response) error + DisableCells func(context.Context, *IDsReq, *Response) error + DisableRacks func(context.Context, *IDsReq, *Response) error + EnableCells func(context.Context, *IDsReq, *Response) error + EnableRacks func(context.Context, *IDsReq, *Response) error + GetCell func(context.Context, *IDReq, *Cell) error + GetCellReport func(context.Context, *CellReportReq, *CellReport) error + GetCells func(context.Context, *CellQuery, *Cells) error + GetLogLevel func(context.Context, *LogLevelRequest, *Loglevel) error + GetRack func(context.Context, *IDReq, *Rack) error + GetRackReport func(context.Context, *RackReportReq, *RackReport) error + GetRacks func(context.Context, *RackQuery, *Racks) error + OccupyCell func(context.Context, *IDReq, *Response) error + OccupyRack func(context.Context, *IDReq, *Response) error + ReleaseCell func(context.Context, *IDReq, *Response) error + ReleaseRack func(context.Context, *IDReq, *Response) error + SetCellStatus func(context.Context, *CellStatusReq, *Response) error + SetLogLevel func(context.Context, *Loglevel, *LogResponse) error + UnbindMaterial func(context.Context, *IDReq, *Response) error + UnbindRacklot func(context.Context, *IDReq, *Response) error + UpdateCell func(context.Context, *UpdateCellReq, *Response) error + UpdateRack func(context.Context, *UpdateRackReq, *Response) error + type RackType struct + Id uint32 + Name string + func (*RackType) Descriptor() ([]byte, []int) + func (*RackType) ProtoMessage() + func (x *RackType) GetId() uint32 + func (x *RackType) GetName() string + func (x *RackType) ProtoReflect() protoreflect.Message + func (x *RackType) Reset() + func (x *RackType) String() string + type RackTypeFilter struct + And []*RackTypeFilter + Id *wrappers.UInt32Value + IdIn []uint32 + Name *wrappers.StringValue + NameIn []string + Or []*RackTypeFilter + func (*RackTypeFilter) Descriptor() ([]byte, []int) + func (*RackTypeFilter) ProtoMessage() + func (x *RackTypeFilter) GetAnd() []*RackTypeFilter + func (x *RackTypeFilter) GetId() *wrappers.UInt32Value + func (x *RackTypeFilter) GetIdIn() []uint32 + func (x *RackTypeFilter) GetName() *wrappers.StringValue + func (x *RackTypeFilter) GetNameIn() []string + func (x *RackTypeFilter) GetOr() []*RackTypeFilter + func (x *RackTypeFilter) ProtoReflect() protoreflect.Message + func (x *RackTypeFilter) Reset() + func (x *RackTypeFilter) String() string + type RackTypeQuery struct + Filter *RackTypeFilter + Limit uint32 + Offset uint32 + Page uint32 + PerPage uint32 + func (*RackTypeQuery) Descriptor() ([]byte, []int) + func (*RackTypeQuery) ProtoMessage() + func (x *RackTypeQuery) GetFilter() *RackTypeFilter + func (x *RackTypeQuery) GetLimit() uint32 + func (x *RackTypeQuery) GetOffset() uint32 + func (x *RackTypeQuery) GetPage() uint32 + func (x *RackTypeQuery) GetPerPage() uint32 + func (x *RackTypeQuery) ProtoReflect() protoreflect.Message + func (x *RackTypeQuery) Reset() + func (x *RackTypeQuery) String() string + type RacklotReq struct + RackID uint32 + RacklotID uint32 + func (*RacklotReq) Descriptor() ([]byte, []int) + func (*RacklotReq) ProtoMessage() + func (x *RacklotReq) GetRackID() uint32 + func (x *RacklotReq) GetRacklotID() uint32 + func (x *RacklotReq) ProtoReflect() protoreflect.Message + func (x *RacklotReq) Reset() + func (x *RacklotReq) String() string + type Racks struct + Currpages uint32 + Racks []*Rack + Totalpages uint32 + Totals uint32 + func (*Racks) Descriptor() ([]byte, []int) + func (*Racks) ProtoMessage() + func (x *Racks) GetCurrpages() uint32 + func (x *Racks) GetRacks() []*Rack + func (x *Racks) GetTotalpages() uint32 + func (x *Racks) GetTotals() uint32 + func (x *Racks) ProtoReflect() protoreflect.Message + func (x *Racks) Reset() + func (x *Racks) String() string + type Response struct + func (*Response) Descriptor() ([]byte, []int) + func (*Response) ProtoMessage() + func (x *Response) ProtoReflect() protoreflect.Message + func (x *Response) Reset() + func (x *Response) String() string + type TypeReq struct + Id uint32 + Name string + Type uint32 + func (*TypeReq) Descriptor() ([]byte, []int) + func (*TypeReq) ProtoMessage() + func (x *TypeReq) GetId() uint32 + func (x *TypeReq) GetName() string + func (x *TypeReq) GetType() uint32 + func (x *TypeReq) ProtoReflect() protoreflect.Message + func (x *TypeReq) Reset() + func (x *TypeReq) String() string + type UpdateCell struct + CellCode *wrappers.UInt32Value + CellType *wrappers.UInt32Value + Height *wrappers.UInt32Value + Id *wrappers.UInt32Value + IsOccupied *wrappers.BoolValue + IsValid *wrappers.BoolValue + Layer *wrappers.UInt32Value + Length *wrappers.UInt32Value + MaterialID *wrappers.Int64Value + MaterialType *wrappers.StringValue + Name *wrappers.StringValue + Properties string + RackID *wrappers.UInt32Value + Status *wrappers.UInt32Value + Tag *wrappers.StringValue + Width *wrappers.UInt32Value + func (*UpdateCell) Descriptor() ([]byte, []int) + func (*UpdateCell) ProtoMessage() + func (x *UpdateCell) GetCellCode() *wrappers.UInt32Value + func (x *UpdateCell) GetCellType() *wrappers.UInt32Value + func (x *UpdateCell) GetHeight() *wrappers.UInt32Value + func (x *UpdateCell) GetId() *wrappers.UInt32Value + func (x *UpdateCell) GetIsOccupied() *wrappers.BoolValue + func (x *UpdateCell) GetIsValid() *wrappers.BoolValue + func (x *UpdateCell) GetLayer() *wrappers.UInt32Value + func (x *UpdateCell) GetLength() *wrappers.UInt32Value + func (x *UpdateCell) GetMaterialID() *wrappers.Int64Value + func (x *UpdateCell) GetMaterialType() *wrappers.StringValue + func (x *UpdateCell) GetName() *wrappers.StringValue + func (x *UpdateCell) GetProperties() string + func (x *UpdateCell) GetRackID() *wrappers.UInt32Value + func (x *UpdateCell) GetStatus() *wrappers.UInt32Value + func (x *UpdateCell) GetTag() *wrappers.StringValue + func (x *UpdateCell) GetWidth() *wrappers.UInt32Value + func (x *UpdateCell) ProtoReflect() protoreflect.Message + func (x *UpdateCell) Reset() + func (x *UpdateCell) String() string + type UpdateCellReq struct + Cell *UpdateCell + Id uint32 + func (*UpdateCellReq) Descriptor() ([]byte, []int) + func (*UpdateCellReq) ProtoMessage() + func (x *UpdateCellReq) GetCell() *UpdateCell + func (x *UpdateCellReq) GetId() uint32 + func (x *UpdateCellReq) ProtoReflect() protoreflect.Message + func (x *UpdateCellReq) Reset() + func (x *UpdateCellReq) String() string + type UpdateRack struct + Description *wrappers.StringValue + Height *wrappers.UInt32Value + Id *wrappers.UInt32Value + IsValid *wrappers.BoolValue + Layers *wrappers.UInt32Value + Length *wrappers.UInt32Value + Name *wrappers.StringValue + PickingSurface *wrappers.UInt32Value + RackType *wrappers.UInt32Value + Width *wrappers.UInt32Value + func (*UpdateRack) Descriptor() ([]byte, []int) + func (*UpdateRack) ProtoMessage() + func (x *UpdateRack) GetDescription() *wrappers.StringValue + func (x *UpdateRack) GetHeight() *wrappers.UInt32Value + func (x *UpdateRack) GetId() *wrappers.UInt32Value + func (x *UpdateRack) GetIsValid() *wrappers.BoolValue + func (x *UpdateRack) GetLayers() *wrappers.UInt32Value + func (x *UpdateRack) GetLength() *wrappers.UInt32Value + func (x *UpdateRack) GetName() *wrappers.StringValue + func (x *UpdateRack) GetPickingSurface() *wrappers.UInt32Value + func (x *UpdateRack) GetRackType() *wrappers.UInt32Value + func (x *UpdateRack) GetWidth() *wrappers.UInt32Value + func (x *UpdateRack) ProtoReflect() protoreflect.Message + func (x *UpdateRack) Reset() + func (x *UpdateRack) String() string + type UpdateRackReq struct + Id uint32 + Rack *UpdateRack + func (*UpdateRackReq) Descriptor() ([]byte, []int) + func (*UpdateRackReq) ProtoMessage() + func (x *UpdateRackReq) GetId() uint32 + func (x *UpdateRackReq) GetRack() *UpdateRack + func (x *UpdateRackReq) ProtoReflect() protoreflect.Message + func (x *UpdateRackReq) Reset() + func (x *UpdateRackReq) String() string