go_micro_srv_racktype

package
v2.3.3 Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2021 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_proto_racktype_racktype_proto protoreflect.FileDescriptor

Functions

func NewRackTypeServiceEndpoints

func NewRackTypeServiceEndpoints() []*api.Endpoint

func RegisterRackTypeServiceHandler

func RegisterRackTypeServiceHandler(s server.Server, hdlr RackTypeServiceHandler, opts ...server.HandlerOption) error

Types

type CellType

type CellType 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"`
	Length      uint32 `protobuf:"varint,4,opt,name=length,proto3" json:"length,omitempty"`
	Width       uint32 `protobuf:"varint,5,opt,name=width,proto3" json:"width,omitempty"`
	Height      uint32 `protobuf:"varint,6,opt,name=height,proto3" json:"height,omitempty"`
	Description string `protobuf:"bytes,8,opt,name=description,proto3" json:"description,omitempty"`
	IsValid     bool   `protobuf:"varint,9,opt,name=isValid,proto3" json:"isValid,omitempty"`
	Properties  string `protobuf:"bytes,10,opt,name=properties,proto3" json:"properties,omitempty"`
	// contains filtered or unexported fields
}

func (*CellType) Descriptor deprecated

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

Deprecated: Use CellType.ProtoReflect.Descriptor instead.

func (*CellType) GetDescription

func (x *CellType) GetDescription() string

func (*CellType) GetHeight

func (x *CellType) GetHeight() uint32

func (*CellType) GetId

func (x *CellType) GetId() uint32

func (*CellType) GetIsValid

func (x *CellType) GetIsValid() bool

func (*CellType) GetLength

func (x *CellType) GetLength() uint32

func (*CellType) GetName

func (x *CellType) GetName() string

func (*CellType) GetProperties

func (x *CellType) GetProperties() string

func (*CellType) GetWidth

func (x *CellType) GetWidth() uint32

func (*CellType) ProtoMessage

func (*CellType) ProtoMessage()

func (*CellType) ProtoReflect

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

func (*CellType) Reset

func (x *CellType) Reset()

func (*CellType) String

func (x *CellType) String() string

type CellTypeFilter

type CellTypeFilter struct {
	And    []*CellTypeFilter     `protobuf:"bytes,1,rep,name=and,proto3" json:"and,omitempty"`
	Or     []*CellTypeFilter     `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 (*CellTypeFilter) Descriptor deprecated

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

Deprecated: Use CellTypeFilter.ProtoReflect.Descriptor instead.

func (*CellTypeFilter) GetAnd

func (x *CellTypeFilter) GetAnd() []*CellTypeFilter

func (*CellTypeFilter) GetId

func (x *CellTypeFilter) GetId() *wrappers.UInt32Value

func (*CellTypeFilter) GetIdIn

func (x *CellTypeFilter) GetIdIn() []uint32

func (*CellTypeFilter) GetName

func (x *CellTypeFilter) GetName() *wrappers.StringValue

func (*CellTypeFilter) GetNameIn

func (x *CellTypeFilter) GetNameIn() []string

func (*CellTypeFilter) GetOr

func (x *CellTypeFilter) GetOr() []*CellTypeFilter

func (*CellTypeFilter) ProtoMessage

func (*CellTypeFilter) ProtoMessage()

func (*CellTypeFilter) ProtoReflect

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

func (*CellTypeFilter) Reset

func (x *CellTypeFilter) Reset()

func (*CellTypeFilter) String

func (x *CellTypeFilter) String() string

type CellTypeQuery

type CellTypeQuery 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  *CellTypeFilter `protobuf:"bytes,7,opt,name=filter,proto3" json:"filter,omitempty"`
	// contains filtered or unexported fields
}

func (*CellTypeQuery) Descriptor deprecated

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

Deprecated: Use CellTypeQuery.ProtoReflect.Descriptor instead.

func (*CellTypeQuery) GetFilter

func (x *CellTypeQuery) GetFilter() *CellTypeFilter

func (*CellTypeQuery) GetLimit

func (x *CellTypeQuery) GetLimit() uint32

func (*CellTypeQuery) GetOffset

func (x *CellTypeQuery) GetOffset() uint32

func (*CellTypeQuery) GetPage

func (x *CellTypeQuery) GetPage() uint32

func (*CellTypeQuery) GetPerPage

func (x *CellTypeQuery) GetPerPage() uint32

func (*CellTypeQuery) ProtoMessage

func (*CellTypeQuery) ProtoMessage()

func (*CellTypeQuery) ProtoReflect

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

func (*CellTypeQuery) Reset

func (x *CellTypeQuery) Reset()

func (*CellTypeQuery) String

func (x *CellTypeQuery) String() string

type CellTypes

type CellTypes struct {
	CellTypes  []*CellType `protobuf:"bytes,1,rep,name=cellTypes,proto3" json:"cellTypes,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"`
	Totals     uint32      `protobuf:"varint,4,opt,name=totals,proto3" json:"totals,omitempty"`
	// contains filtered or unexported fields
}

func (*CellTypes) Descriptor deprecated

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

Deprecated: Use CellTypes.ProtoReflect.Descriptor instead.

func (*CellTypes) GetCellTypes

func (x *CellTypes) GetCellTypes() []*CellType

func (*CellTypes) GetCurrpages

func (x *CellTypes) GetCurrpages() uint32

func (*CellTypes) GetTotalpages

func (x *CellTypes) GetTotalpages() uint32

func (*CellTypes) GetTotals

func (x *CellTypes) GetTotals() uint32

func (*CellTypes) ProtoMessage

func (*CellTypes) ProtoMessage()

func (*CellTypes) ProtoReflect

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

func (*CellTypes) Reset

func (x *CellTypes) Reset()

func (*CellTypes) String

func (x *CellTypes) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use IDReq.ProtoReflect.Descriptor instead.

func (*IDReq) GetId

func (x *IDReq) GetId() uint32

func (*IDReq) ProtoMessage

func (*IDReq) ProtoMessage()

func (*IDReq) ProtoReflect

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

func (*IDReq) Reset

func (x *IDReq) Reset()

func (*IDReq) String

func (x *IDReq) String() string

type RackCell

type RackCell struct {
	CellType uint32 `protobuf:"varint,1,opt,name=cellType,proto3" json:"cellType,omitempty"`
	Row      uint32 `protobuf:"varint,2,opt,name=row,proto3" json:"row,omitempty"`
	Column   uint32 `protobuf:"varint,3,opt,name=column,proto3" json:"column,omitempty"`
	// contains filtered or unexported fields
}

func (*RackCell) Descriptor deprecated

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

Deprecated: Use RackCell.ProtoReflect.Descriptor instead.

func (*RackCell) GetCellType

func (x *RackCell) GetCellType() uint32

func (*RackCell) GetColumn

func (x *RackCell) GetColumn() uint32

func (*RackCell) GetRow

func (x *RackCell) GetRow() uint32

func (*RackCell) ProtoMessage

func (*RackCell) ProtoMessage()

func (*RackCell) ProtoReflect

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

func (*RackCell) Reset

func (x *RackCell) Reset()

func (*RackCell) String

func (x *RackCell) String() string

type RackType

type RackType 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"`
	Length uint32 `protobuf:"varint,4,opt,name=length,proto3" json:"length,omitempty"`
	Width  uint32 `protobuf:"varint,5,opt,name=width,proto3" json:"width,omitempty"`
	Height uint32 `protobuf:"varint,6,opt,name=height,proto3" json:"height,omitempty"`
	Layers uint32 `protobuf:"varint,7,opt,name=layers,proto3" json:"layers,omitempty"`
	// 拣货面(A、B两面或者只有一面)
	PickingSurface uint32 `protobuf:"varint,9,opt,name=pickingSurface,proto3" json:"pickingSurface,omitempty"`
	Description    string `protobuf:"bytes,10,opt,name=description,proto3" json:"description,omitempty"`
	//储位数量
	Cells      []*RackCell `protobuf:"bytes,12,rep,name=cells,proto3" json:"cells,omitempty"`
	CellOption string      `protobuf:"bytes,13,opt,name=cellOption,proto3" json:"cellOption,omitempty"`
	// contains filtered or unexported fields
}

func (*RackType) Descriptor deprecated

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

Deprecated: Use RackType.ProtoReflect.Descriptor instead.

func (*RackType) GetCellOption

func (x *RackType) GetCellOption() string

func (*RackType) GetCells

func (x *RackType) GetCells() []*RackCell

func (*RackType) GetDescription

func (x *RackType) GetDescription() string

func (*RackType) GetHeight

func (x *RackType) GetHeight() uint32

func (*RackType) GetId

func (x *RackType) GetId() uint32

func (*RackType) GetLayers

func (x *RackType) GetLayers() uint32

func (*RackType) GetLength

func (x *RackType) GetLength() uint32

func (*RackType) GetName

func (x *RackType) GetName() string

func (*RackType) GetPickingSurface

func (x *RackType) GetPickingSurface() uint32

func (*RackType) GetWidth

func (x *RackType) GetWidth() uint32

func (*RackType) ProtoMessage

func (*RackType) ProtoMessage()

func (*RackType) ProtoReflect

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

func (*RackType) Reset

func (x *RackType) Reset()

func (*RackType) String

func (x *RackType) String() string

type RackTypeFilter

type RackTypeFilter struct {
	And    []*RackTypeFilter     `protobuf:"bytes,1,rep,name=and,proto3" json:"and,omitempty"`
	Or     []*RackTypeFilter     `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 (*RackTypeFilter) Descriptor deprecated

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

Deprecated: Use RackTypeFilter.ProtoReflect.Descriptor instead.

func (*RackTypeFilter) GetAnd

func (x *RackTypeFilter) GetAnd() []*RackTypeFilter

func (*RackTypeFilter) GetId

func (x *RackTypeFilter) GetId() *wrappers.UInt32Value

func (*RackTypeFilter) GetIdIn

func (x *RackTypeFilter) GetIdIn() []uint32

func (*RackTypeFilter) GetName

func (x *RackTypeFilter) GetName() *wrappers.StringValue

func (*RackTypeFilter) GetNameIn

func (x *RackTypeFilter) GetNameIn() []string

func (*RackTypeFilter) GetOr

func (x *RackTypeFilter) GetOr() []*RackTypeFilter

func (*RackTypeFilter) ProtoMessage

func (*RackTypeFilter) ProtoMessage()

func (*RackTypeFilter) ProtoReflect

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

func (*RackTypeFilter) Reset

func (x *RackTypeFilter) Reset()

func (*RackTypeFilter) String

func (x *RackTypeFilter) String() string

type RackTypeQuery

type RackTypeQuery 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  *RackTypeFilter `protobuf:"bytes,7,opt,name=filter,proto3" json:"filter,omitempty"`
	// contains filtered or unexported fields
}

func (*RackTypeQuery) Descriptor deprecated

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

Deprecated: Use RackTypeQuery.ProtoReflect.Descriptor instead.

func (*RackTypeQuery) GetFilter

func (x *RackTypeQuery) GetFilter() *RackTypeFilter

func (*RackTypeQuery) GetLimit

func (x *RackTypeQuery) GetLimit() uint32

func (*RackTypeQuery) GetOffset

func (x *RackTypeQuery) GetOffset() uint32

func (*RackTypeQuery) GetPage

func (x *RackTypeQuery) GetPage() uint32

func (*RackTypeQuery) GetPerPage

func (x *RackTypeQuery) GetPerPage() uint32

func (*RackTypeQuery) ProtoMessage

func (*RackTypeQuery) ProtoMessage()

func (*RackTypeQuery) ProtoReflect

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

func (*RackTypeQuery) Reset

func (x *RackTypeQuery) Reset()

func (*RackTypeQuery) String

func (x *RackTypeQuery) String() string

type RackTypeService

type RackTypeService interface {
	AddRackType(ctx context.Context, in *RackType, opts ...client.CallOption) (*Response, error)
	DeleteRackType(ctx context.Context, in *IDReq, opts ...client.CallOption) (*Response, error)
	UpdateRackType(ctx context.Context, in *UpdateRackTypeReq, opts ...client.CallOption) (*Response, error)
	GetRackTypes(ctx context.Context, in *RackTypeQuery, opts ...client.CallOption) (*RackTypes, error)
	GetRackType(ctx context.Context, in *IDReq, opts ...client.CallOption) (*RackType, error)
	AddCellType(ctx context.Context, in *CellType, opts ...client.CallOption) (*Response, error)
	DeleteCellType(ctx context.Context, in *IDReq, opts ...client.CallOption) (*Response, error)
	UpdateCellType(ctx context.Context, in *UpdateCellTypeReq, opts ...client.CallOption) (*Response, error)
	GetCellType(ctx context.Context, in *IDReq, opts ...client.CallOption) (*CellType, error)
	GetCellTypes(ctx context.Context, in *CellTypeQuery, opts ...client.CallOption) (*CellTypes, error)
}

func NewRackTypeService

func NewRackTypeService(name string, c client.Client) RackTypeService

type RackTypeServiceHandler

type RackTypeServiceHandler interface {
	AddRackType(context.Context, *RackType, *Response) error
	DeleteRackType(context.Context, *IDReq, *Response) error
	UpdateRackType(context.Context, *UpdateRackTypeReq, *Response) error
	GetRackTypes(context.Context, *RackTypeQuery, *RackTypes) error
	GetRackType(context.Context, *IDReq, *RackType) error
	AddCellType(context.Context, *CellType, *Response) error
	DeleteCellType(context.Context, *IDReq, *Response) error
	UpdateCellType(context.Context, *UpdateCellTypeReq, *Response) error
	GetCellType(context.Context, *IDReq, *CellType) error
	GetCellTypes(context.Context, *CellTypeQuery, *CellTypes) error
}

type RackTypes

type RackTypes struct {
	RackTypes  []*RackType `protobuf:"bytes,1,rep,name=rackTypes,proto3" json:"rackTypes,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"`
	Totals     uint32      `protobuf:"varint,4,opt,name=totals,proto3" json:"totals,omitempty"`
	// contains filtered or unexported fields
}

func (*RackTypes) Descriptor deprecated

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

Deprecated: Use RackTypes.ProtoReflect.Descriptor instead.

func (*RackTypes) GetCurrpages

func (x *RackTypes) GetCurrpages() uint32

func (*RackTypes) GetRackTypes

func (x *RackTypes) GetRackTypes() []*RackType

func (*RackTypes) GetTotalpages

func (x *RackTypes) GetTotalpages() uint32

func (*RackTypes) GetTotals

func (x *RackTypes) GetTotals() uint32

func (*RackTypes) ProtoMessage

func (*RackTypes) ProtoMessage()

func (*RackTypes) ProtoReflect

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

func (*RackTypes) Reset

func (x *RackTypes) Reset()

func (*RackTypes) String

func (x *RackTypes) String() string

type Response

type Response struct {
	// contains filtered or unexported fields
}

func (*Response) Descriptor deprecated

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

Deprecated: Use Response.ProtoReflect.Descriptor instead.

func (*Response) ProtoMessage

func (*Response) ProtoMessage()

func (*Response) ProtoReflect

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

func (*Response) Reset

func (x *Response) Reset()

func (*Response) String

func (x *Response) String() string

type UpdateCellType

type UpdateCellType 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"`
	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"`
	Height      *wrappers.UInt32Value `protobuf:"bytes,6,opt,name=height,proto3" json:"height,omitempty"`
	Description *wrappers.StringValue `protobuf:"bytes,9,opt,name=description,proto3" json:"description,omitempty"`
	IsValid     *wrappers.BoolValue   `protobuf:"bytes,10,opt,name=isValid,proto3" json:"isValid,omitempty"`
	Properties  string                `protobuf:"bytes,11,opt,name=properties,proto3" json:"properties,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateCellType) Descriptor deprecated

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

Deprecated: Use UpdateCellType.ProtoReflect.Descriptor instead.

func (*UpdateCellType) GetDescription

func (x *UpdateCellType) GetDescription() *wrappers.StringValue

func (*UpdateCellType) GetHeight

func (x *UpdateCellType) GetHeight() *wrappers.UInt32Value

func (*UpdateCellType) GetId

func (x *UpdateCellType) GetId() *wrappers.UInt32Value

func (*UpdateCellType) GetIsValid

func (x *UpdateCellType) GetIsValid() *wrappers.BoolValue

func (*UpdateCellType) GetLength

func (x *UpdateCellType) GetLength() *wrappers.UInt32Value

func (*UpdateCellType) GetName

func (x *UpdateCellType) GetName() *wrappers.StringValue

func (*UpdateCellType) GetProperties

func (x *UpdateCellType) GetProperties() string

func (*UpdateCellType) GetWidth

func (x *UpdateCellType) GetWidth() *wrappers.UInt32Value

func (*UpdateCellType) ProtoMessage

func (*UpdateCellType) ProtoMessage()

func (*UpdateCellType) ProtoReflect

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

func (*UpdateCellType) Reset

func (x *UpdateCellType) Reset()

func (*UpdateCellType) String

func (x *UpdateCellType) String() string

type UpdateCellTypeReq

type UpdateCellTypeReq struct {
	Id     uint32          `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Update *UpdateCellType `protobuf:"bytes,2,opt,name=update,proto3" json:"update,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateCellTypeReq) Descriptor deprecated

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

Deprecated: Use UpdateCellTypeReq.ProtoReflect.Descriptor instead.

func (*UpdateCellTypeReq) GetId

func (x *UpdateCellTypeReq) GetId() uint32

func (*UpdateCellTypeReq) GetUpdate

func (x *UpdateCellTypeReq) GetUpdate() *UpdateCellType

func (*UpdateCellTypeReq) ProtoMessage

func (*UpdateCellTypeReq) ProtoMessage()

func (*UpdateCellTypeReq) ProtoReflect

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

func (*UpdateCellTypeReq) Reset

func (x *UpdateCellTypeReq) Reset()

func (*UpdateCellTypeReq) String

func (x *UpdateCellTypeReq) String() string

type UpdateRackType

type UpdateRackType 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"`
	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"`
	Height         *wrappers.UInt32Value `protobuf:"bytes,6,opt,name=height,proto3" json:"height,omitempty"`
	Layers         *wrappers.UInt32Value `protobuf:"bytes,7,opt,name=layers,proto3" json:"layers,omitempty"`
	PickingSurface *wrappers.UInt32Value `protobuf:"bytes,8,opt,name=pickingSurface,proto3" json:"pickingSurface,omitempty"`
	Description    *wrappers.StringValue `protobuf:"bytes,9,opt,name=description,proto3" json:"description,omitempty"`
	Cells          []*RackCell           `protobuf:"bytes,12,rep,name=cells,proto3" json:"cells,omitempty"`
	CellOption     string                `protobuf:"bytes,13,opt,name=cellOption,proto3" json:"cellOption,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateRackType) Descriptor deprecated

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

Deprecated: Use UpdateRackType.ProtoReflect.Descriptor instead.

func (*UpdateRackType) GetCellOption

func (x *UpdateRackType) GetCellOption() string

func (*UpdateRackType) GetCells

func (x *UpdateRackType) GetCells() []*RackCell

func (*UpdateRackType) GetDescription

func (x *UpdateRackType) GetDescription() *wrappers.StringValue

func (*UpdateRackType) GetHeight

func (x *UpdateRackType) GetHeight() *wrappers.UInt32Value

func (*UpdateRackType) GetId

func (x *UpdateRackType) GetId() *wrappers.UInt32Value

func (*UpdateRackType) GetLayers

func (x *UpdateRackType) GetLayers() *wrappers.UInt32Value

func (*UpdateRackType) GetLength

func (x *UpdateRackType) GetLength() *wrappers.UInt32Value

func (*UpdateRackType) GetName

func (x *UpdateRackType) GetName() *wrappers.StringValue

func (*UpdateRackType) GetPickingSurface

func (x *UpdateRackType) GetPickingSurface() *wrappers.UInt32Value

func (*UpdateRackType) GetWidth

func (x *UpdateRackType) GetWidth() *wrappers.UInt32Value

func (*UpdateRackType) ProtoMessage

func (*UpdateRackType) ProtoMessage()

func (*UpdateRackType) ProtoReflect

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

func (*UpdateRackType) Reset

func (x *UpdateRackType) Reset()

func (*UpdateRackType) String

func (x *UpdateRackType) String() string

type UpdateRackTypeReq

type UpdateRackTypeReq struct {
	Id     uint32          `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Update *UpdateRackType `protobuf:"bytes,2,opt,name=update,proto3" json:"update,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateRackTypeReq) Descriptor deprecated

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

Deprecated: Use UpdateRackTypeReq.ProtoReflect.Descriptor instead.

func (*UpdateRackTypeReq) GetId

func (x *UpdateRackTypeReq) GetId() uint32

func (*UpdateRackTypeReq) GetUpdate

func (x *UpdateRackTypeReq) GetUpdate() *UpdateRackType

func (*UpdateRackTypeReq) ProtoMessage

func (*UpdateRackTypeReq) ProtoMessage()

func (*UpdateRackTypeReq) ProtoReflect

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

func (*UpdateRackTypeReq) Reset

func (x *UpdateRackTypeReq) Reset()

func (*UpdateRackTypeReq) String

func (x *UpdateRackTypeReq) String() string

Jump to

Keyboard shortcuts

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