eb96aaa2ef
CI / changes (push) Successful in 37s
CI / ad (push) Successful in 44s
CI / admin (push) Successful in 39s
CI / bff (push) Successful in 32s
CI / chore (push) Successful in 38s
CI / express (push) Successful in 42s
CI / product (push) Successful in 43s
CI / sale (push) Successful in 42s
CI / task (push) Successful in 42s
CI / user (push) Successful in 42s
CI / wecom (push) Successful in 41s
566 lines
17 KiB
Go
566 lines
17 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// versions:
|
|
// protoc-gen-go v1.36.11
|
|
// protoc v4.25.8
|
|
// source: equipment/equipment.proto
|
|
|
|
package equipment
|
|
|
|
import (
|
|
_ "google.golang.org/genproto/googleapis/api/annotations"
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
reflect "reflect"
|
|
sync "sync"
|
|
unsafe "unsafe"
|
|
)
|
|
|
|
const (
|
|
// Verify that this generated code is sufficiently up-to-date.
|
|
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
|
|
// Verify that runtime/protoimpl is sufficiently up-to-date.
|
|
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
|
|
)
|
|
|
|
type Response struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
|
|
Msg string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
|
|
Data string `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *Response) Reset() {
|
|
*x = Response{}
|
|
mi := &file_equipment_equipment_proto_msgTypes[0]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *Response) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*Response) ProtoMessage() {}
|
|
|
|
func (x *Response) ProtoReflect() protoreflect.Message {
|
|
mi := &file_equipment_equipment_proto_msgTypes[0]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use Response.ProtoReflect.Descriptor instead.
|
|
func (*Response) Descriptor() ([]byte, []int) {
|
|
return file_equipment_equipment_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
func (x *Response) GetCode() int32 {
|
|
if x != nil {
|
|
return x.Code
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *Response) GetMsg() string {
|
|
if x != nil {
|
|
return x.Msg
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Response) GetData() string {
|
|
if x != nil {
|
|
return x.Data
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type CreateRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
HardwareVersion string `protobuf:"bytes,1,opt,name=hardware_version,json=hardwareVersion,proto3" json:"hardware_version,omitempty"`
|
|
Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
|
|
FirmwareSrc string `protobuf:"bytes,3,opt,name=firmware_src,json=firmwareSrc,proto3" json:"firmware_src,omitempty"`
|
|
Describe string `protobuf:"bytes,4,opt,name=describe,proto3" json:"describe,omitempty"`
|
|
Type int32 `protobuf:"varint,5,opt,name=type,proto3" json:"type,omitempty"`
|
|
SoftSrc string `protobuf:"bytes,6,opt,name=soft_src,json=softSrc,proto3" json:"soft_src,omitempty"`
|
|
AddSrc string `protobuf:"bytes,7,opt,name=add_src,json=addSrc,proto3" json:"add_src,omitempty"`
|
|
SoftConfig string `protobuf:"bytes,8,opt,name=soft_config,json=softConfig,proto3" json:"soft_config,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *CreateRequest) Reset() {
|
|
*x = CreateRequest{}
|
|
mi := &file_equipment_equipment_proto_msgTypes[1]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *CreateRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CreateRequest) ProtoMessage() {}
|
|
|
|
func (x *CreateRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_equipment_equipment_proto_msgTypes[1]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use CreateRequest.ProtoReflect.Descriptor instead.
|
|
func (*CreateRequest) Descriptor() ([]byte, []int) {
|
|
return file_equipment_equipment_proto_rawDescGZIP(), []int{1}
|
|
}
|
|
|
|
func (x *CreateRequest) GetHardwareVersion() string {
|
|
if x != nil {
|
|
return x.HardwareVersion
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CreateRequest) GetVersion() string {
|
|
if x != nil {
|
|
return x.Version
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CreateRequest) GetFirmwareSrc() string {
|
|
if x != nil {
|
|
return x.FirmwareSrc
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CreateRequest) GetDescribe() string {
|
|
if x != nil {
|
|
return x.Describe
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CreateRequest) GetType() int32 {
|
|
if x != nil {
|
|
return x.Type
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *CreateRequest) GetSoftSrc() string {
|
|
if x != nil {
|
|
return x.SoftSrc
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CreateRequest) GetAddSrc() string {
|
|
if x != nil {
|
|
return x.AddSrc
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CreateRequest) GetSoftConfig() string {
|
|
if x != nil {
|
|
return x.SoftConfig
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type EditRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
HardwareVersion string `protobuf:"bytes,2,opt,name=hardware_version,json=hardwareVersion,proto3" json:"hardware_version,omitempty"`
|
|
Version string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
|
|
FirmwareSrc string `protobuf:"bytes,4,opt,name=firmware_src,json=firmwareSrc,proto3" json:"firmware_src,omitempty"`
|
|
Describe string `protobuf:"bytes,5,opt,name=describe,proto3" json:"describe,omitempty"`
|
|
Type int32 `protobuf:"varint,6,opt,name=type,proto3" json:"type,omitempty"`
|
|
SoftSrc string `protobuf:"bytes,7,opt,name=soft_src,json=softSrc,proto3" json:"soft_src,omitempty"`
|
|
AddSrc string `protobuf:"bytes,8,opt,name=add_src,json=addSrc,proto3" json:"add_src,omitempty"`
|
|
SoftConfig string `protobuf:"bytes,9,opt,name=soft_config,json=softConfig,proto3" json:"soft_config,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *EditRequest) Reset() {
|
|
*x = EditRequest{}
|
|
mi := &file_equipment_equipment_proto_msgTypes[2]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *EditRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EditRequest) ProtoMessage() {}
|
|
|
|
func (x *EditRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_equipment_equipment_proto_msgTypes[2]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use EditRequest.ProtoReflect.Descriptor instead.
|
|
func (*EditRequest) Descriptor() ([]byte, []int) {
|
|
return file_equipment_equipment_proto_rawDescGZIP(), []int{2}
|
|
}
|
|
|
|
func (x *EditRequest) GetId() int64 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *EditRequest) GetHardwareVersion() string {
|
|
if x != nil {
|
|
return x.HardwareVersion
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *EditRequest) GetVersion() string {
|
|
if x != nil {
|
|
return x.Version
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *EditRequest) GetFirmwareSrc() string {
|
|
if x != nil {
|
|
return x.FirmwareSrc
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *EditRequest) GetDescribe() string {
|
|
if x != nil {
|
|
return x.Describe
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *EditRequest) GetType() int32 {
|
|
if x != nil {
|
|
return x.Type
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *EditRequest) GetSoftSrc() string {
|
|
if x != nil {
|
|
return x.SoftSrc
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *EditRequest) GetAddSrc() string {
|
|
if x != nil {
|
|
return x.AddSrc
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *EditRequest) GetSoftConfig() string {
|
|
if x != nil {
|
|
return x.SoftConfig
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type ItemsRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
Size int32 `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"`
|
|
Type int32 `protobuf:"varint,3,opt,name=type,proto3" json:"type,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *ItemsRequest) Reset() {
|
|
*x = ItemsRequest{}
|
|
mi := &file_equipment_equipment_proto_msgTypes[3]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *ItemsRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ItemsRequest) ProtoMessage() {}
|
|
|
|
func (x *ItemsRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_equipment_equipment_proto_msgTypes[3]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ItemsRequest.ProtoReflect.Descriptor instead.
|
|
func (*ItemsRequest) Descriptor() ([]byte, []int) {
|
|
return file_equipment_equipment_proto_rawDescGZIP(), []int{3}
|
|
}
|
|
|
|
func (x *ItemsRequest) GetPage() int32 {
|
|
if x != nil {
|
|
return x.Page
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ItemsRequest) GetSize() int32 {
|
|
if x != nil {
|
|
return x.Size
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ItemsRequest) GetType() int32 {
|
|
if x != nil {
|
|
return x.Type
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type IdRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *IdRequest) Reset() {
|
|
*x = IdRequest{}
|
|
mi := &file_equipment_equipment_proto_msgTypes[4]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *IdRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*IdRequest) ProtoMessage() {}
|
|
|
|
func (x *IdRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_equipment_equipment_proto_msgTypes[4]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use IdRequest.ProtoReflect.Descriptor instead.
|
|
func (*IdRequest) Descriptor() ([]byte, []int) {
|
|
return file_equipment_equipment_proto_rawDescGZIP(), []int{4}
|
|
}
|
|
|
|
func (x *IdRequest) GetId() int64 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type StatusRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
Status int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"`
|
|
Reason string `protobuf:"bytes,3,opt,name=reason,proto3" json:"reason,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *StatusRequest) Reset() {
|
|
*x = StatusRequest{}
|
|
mi := &file_equipment_equipment_proto_msgTypes[5]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *StatusRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*StatusRequest) ProtoMessage() {}
|
|
|
|
func (x *StatusRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_equipment_equipment_proto_msgTypes[5]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use StatusRequest.ProtoReflect.Descriptor instead.
|
|
func (*StatusRequest) Descriptor() ([]byte, []int) {
|
|
return file_equipment_equipment_proto_rawDescGZIP(), []int{5}
|
|
}
|
|
|
|
func (x *StatusRequest) GetId() int64 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *StatusRequest) GetStatus() int32 {
|
|
if x != nil {
|
|
return x.Status
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *StatusRequest) GetReason() string {
|
|
if x != nil {
|
|
return x.Reason
|
|
}
|
|
return ""
|
|
}
|
|
|
|
var File_equipment_equipment_proto protoreflect.FileDescriptor
|
|
|
|
const file_equipment_equipment_proto_rawDesc = "" +
|
|
"\n" +
|
|
"\x19equipment/equipment.proto\x12\tequipment\x1a\x1cgoogle/api/annotations.proto\"D\n" +
|
|
"\bResponse\x12\x12\n" +
|
|
"\x04code\x18\x01 \x01(\x05R\x04code\x12\x10\n" +
|
|
"\x03msg\x18\x02 \x01(\tR\x03msg\x12\x12\n" +
|
|
"\x04data\x18\x03 \x01(\tR\x04data\"\xfc\x01\n" +
|
|
"\rCreateRequest\x12)\n" +
|
|
"\x10hardware_version\x18\x01 \x01(\tR\x0fhardwareVersion\x12\x18\n" +
|
|
"\aversion\x18\x02 \x01(\tR\aversion\x12!\n" +
|
|
"\ffirmware_src\x18\x03 \x01(\tR\vfirmwareSrc\x12\x1a\n" +
|
|
"\bdescribe\x18\x04 \x01(\tR\bdescribe\x12\x12\n" +
|
|
"\x04type\x18\x05 \x01(\x05R\x04type\x12\x19\n" +
|
|
"\bsoft_src\x18\x06 \x01(\tR\asoftSrc\x12\x17\n" +
|
|
"\aadd_src\x18\a \x01(\tR\x06addSrc\x12\x1f\n" +
|
|
"\vsoft_config\x18\b \x01(\tR\n" +
|
|
"softConfig\"\x8a\x02\n" +
|
|
"\vEditRequest\x12\x0e\n" +
|
|
"\x02id\x18\x01 \x01(\x03R\x02id\x12)\n" +
|
|
"\x10hardware_version\x18\x02 \x01(\tR\x0fhardwareVersion\x12\x18\n" +
|
|
"\aversion\x18\x03 \x01(\tR\aversion\x12!\n" +
|
|
"\ffirmware_src\x18\x04 \x01(\tR\vfirmwareSrc\x12\x1a\n" +
|
|
"\bdescribe\x18\x05 \x01(\tR\bdescribe\x12\x12\n" +
|
|
"\x04type\x18\x06 \x01(\x05R\x04type\x12\x19\n" +
|
|
"\bsoft_src\x18\a \x01(\tR\asoftSrc\x12\x17\n" +
|
|
"\aadd_src\x18\b \x01(\tR\x06addSrc\x12\x1f\n" +
|
|
"\vsoft_config\x18\t \x01(\tR\n" +
|
|
"softConfig\"J\n" +
|
|
"\fItemsRequest\x12\x12\n" +
|
|
"\x04page\x18\x01 \x01(\x05R\x04page\x12\x12\n" +
|
|
"\x04size\x18\x02 \x01(\x05R\x04size\x12\x12\n" +
|
|
"\x04type\x18\x03 \x01(\x05R\x04type\"\x1b\n" +
|
|
"\tIdRequest\x12\x0e\n" +
|
|
"\x02id\x18\x01 \x01(\x03R\x02id\"O\n" +
|
|
"\rStatusRequest\x12\x0e\n" +
|
|
"\x02id\x18\x01 \x01(\x03R\x02id\x12\x16\n" +
|
|
"\x06status\x18\x02 \x01(\x05R\x06status\x12\x16\n" +
|
|
"\x06reason\x18\x03 \x01(\tR\x06reason2\xda\x03\n" +
|
|
"\tEquipment\x12[\n" +
|
|
"\x05Items\x12\x17.equipment.ItemsRequest\x1a\x13.equipment.Response\"$\x82\xd3\xe4\x93\x02\x1e:\x01*\x12\x19/admin/v3/equipment/items\x12V\n" +
|
|
"\x04Info\x12\x14.equipment.IdRequest\x1a\x13.equipment.Response\"#\x82\xd3\xe4\x93\x02\x1d:\x01*\x12\x18/admin/v3/equipment/info\x12^\n" +
|
|
"\x06Create\x12\x18.equipment.CreateRequest\x1a\x13.equipment.Response\"%\x82\xd3\xe4\x93\x02\x1f:\x01*\"\x1a/admin/v3/equipment/create\x12X\n" +
|
|
"\x04Edit\x12\x16.equipment.EditRequest\x1a\x13.equipment.Response\"#\x82\xd3\xe4\x93\x02\x1d:\x01*\"\x18/admin/v3/equipment/edit\x12^\n" +
|
|
"\x06Status\x12\x18.equipment.StatusRequest\x1a\x13.equipment.Response\"%\x82\xd3\xe4\x93\x02\x1f:\x01*\"\x1a/admin/v3/equipment/statusB\rZ\v./equipmentb\x06proto3"
|
|
|
|
var (
|
|
file_equipment_equipment_proto_rawDescOnce sync.Once
|
|
file_equipment_equipment_proto_rawDescData []byte
|
|
)
|
|
|
|
func file_equipment_equipment_proto_rawDescGZIP() []byte {
|
|
file_equipment_equipment_proto_rawDescOnce.Do(func() {
|
|
file_equipment_equipment_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_equipment_equipment_proto_rawDesc), len(file_equipment_equipment_proto_rawDesc)))
|
|
})
|
|
return file_equipment_equipment_proto_rawDescData
|
|
}
|
|
|
|
var file_equipment_equipment_proto_msgTypes = make([]protoimpl.MessageInfo, 6)
|
|
var file_equipment_equipment_proto_goTypes = []any{
|
|
(*Response)(nil), // 0: equipment.Response
|
|
(*CreateRequest)(nil), // 1: equipment.CreateRequest
|
|
(*EditRequest)(nil), // 2: equipment.EditRequest
|
|
(*ItemsRequest)(nil), // 3: equipment.ItemsRequest
|
|
(*IdRequest)(nil), // 4: equipment.IdRequest
|
|
(*StatusRequest)(nil), // 5: equipment.StatusRequest
|
|
}
|
|
var file_equipment_equipment_proto_depIdxs = []int32{
|
|
3, // 0: equipment.Equipment.Items:input_type -> equipment.ItemsRequest
|
|
4, // 1: equipment.Equipment.Info:input_type -> equipment.IdRequest
|
|
1, // 2: equipment.Equipment.Create:input_type -> equipment.CreateRequest
|
|
2, // 3: equipment.Equipment.Edit:input_type -> equipment.EditRequest
|
|
5, // 4: equipment.Equipment.Status:input_type -> equipment.StatusRequest
|
|
0, // 5: equipment.Equipment.Items:output_type -> equipment.Response
|
|
0, // 6: equipment.Equipment.Info:output_type -> equipment.Response
|
|
0, // 7: equipment.Equipment.Create:output_type -> equipment.Response
|
|
0, // 8: equipment.Equipment.Edit:output_type -> equipment.Response
|
|
0, // 9: equipment.Equipment.Status:output_type -> equipment.Response
|
|
5, // [5:10] is the sub-list for method output_type
|
|
0, // [0:5] is the sub-list for method input_type
|
|
0, // [0:0] is the sub-list for extension type_name
|
|
0, // [0:0] is the sub-list for extension extendee
|
|
0, // [0:0] is the sub-list for field type_name
|
|
}
|
|
|
|
func init() { file_equipment_equipment_proto_init() }
|
|
func file_equipment_equipment_proto_init() {
|
|
if File_equipment_equipment_proto != nil {
|
|
return
|
|
}
|
|
type x struct{}
|
|
out := protoimpl.TypeBuilder{
|
|
File: protoimpl.DescBuilder{
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
RawDescriptor: unsafe.Slice(unsafe.StringData(file_equipment_equipment_proto_rawDesc), len(file_equipment_equipment_proto_rawDesc)),
|
|
NumEnums: 0,
|
|
NumMessages: 6,
|
|
NumExtensions: 0,
|
|
NumServices: 1,
|
|
},
|
|
GoTypes: file_equipment_equipment_proto_goTypes,
|
|
DependencyIndexes: file_equipment_equipment_proto_depIdxs,
|
|
MessageInfos: file_equipment_equipment_proto_msgTypes,
|
|
}.Build()
|
|
File_equipment_equipment_proto = out.File
|
|
file_equipment_equipment_proto_goTypes = nil
|
|
file_equipment_equipment_proto_depIdxs = nil
|
|
}
|