// Code generated by protoc-gen-go. DO NOT EDIT.
|
// source: device.proto
|
|
package device
|
|
import (
|
fmt "fmt"
|
proto "github.com/golang/protobuf/proto"
|
math "math"
|
)
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
var _ = proto.Marshal
|
var _ = fmt.Errorf
|
var _ = math.Inf
|
|
// This is a compile-time assertion to ensure that this generated file
|
// is compatible with the proto package it is being compiled against.
|
// A compilation error at this line likely means your copy of the
|
// proto package needs to be updated.
|
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
|
|
type AddDeviceReq struct {
|
DevIds []string `protobuf:"bytes,1,rep,name=devIds,proto3" json:"devIds,omitempty"`
|
UserId string `protobuf:"bytes,2,opt,name=userId,proto3" json:"userId,omitempty"`
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
XXX_unrecognized []byte `json:"-"`
|
XXX_sizecache int32 `json:"-"`
|
}
|
|
func (m *AddDeviceReq) Reset() { *m = AddDeviceReq{} }
|
func (m *AddDeviceReq) String() string { return proto.CompactTextString(m) }
|
func (*AddDeviceReq) ProtoMessage() {}
|
func (*AddDeviceReq) Descriptor() ([]byte, []int) {
|
return fileDescriptor_870276a56ac00da5, []int{0}
|
}
|
|
func (m *AddDeviceReq) XXX_Unmarshal(b []byte) error {
|
return xxx_messageInfo_AddDeviceReq.Unmarshal(m, b)
|
}
|
func (m *AddDeviceReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
return xxx_messageInfo_AddDeviceReq.Marshal(b, m, deterministic)
|
}
|
func (m *AddDeviceReq) XXX_Merge(src proto.Message) {
|
xxx_messageInfo_AddDeviceReq.Merge(m, src)
|
}
|
func (m *AddDeviceReq) XXX_Size() int {
|
return xxx_messageInfo_AddDeviceReq.Size(m)
|
}
|
func (m *AddDeviceReq) XXX_DiscardUnknown() {
|
xxx_messageInfo_AddDeviceReq.DiscardUnknown(m)
|
}
|
|
var xxx_messageInfo_AddDeviceReq proto.InternalMessageInfo
|
|
func (m *AddDeviceReq) GetDevIds() []string {
|
if m != nil {
|
return m.DevIds
|
}
|
return nil
|
}
|
|
func (m *AddDeviceReq) GetUserId() string {
|
if m != nil {
|
return m.UserId
|
}
|
return ""
|
}
|
|
type AddDeviceReply struct {
|
SuccessList []string `protobuf:"bytes,1,rep,name=successList,proto3" json:"successList,omitempty"`
|
FailList []string `protobuf:"bytes,2,rep,name=failList,proto3" json:"failList,omitempty"`
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
XXX_unrecognized []byte `json:"-"`
|
XXX_sizecache int32 `json:"-"`
|
}
|
|
func (m *AddDeviceReply) Reset() { *m = AddDeviceReply{} }
|
func (m *AddDeviceReply) String() string { return proto.CompactTextString(m) }
|
func (*AddDeviceReply) ProtoMessage() {}
|
func (*AddDeviceReply) Descriptor() ([]byte, []int) {
|
return fileDescriptor_870276a56ac00da5, []int{1}
|
}
|
|
func (m *AddDeviceReply) XXX_Unmarshal(b []byte) error {
|
return xxx_messageInfo_AddDeviceReply.Unmarshal(m, b)
|
}
|
func (m *AddDeviceReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
return xxx_messageInfo_AddDeviceReply.Marshal(b, m, deterministic)
|
}
|
func (m *AddDeviceReply) XXX_Merge(src proto.Message) {
|
xxx_messageInfo_AddDeviceReply.Merge(m, src)
|
}
|
func (m *AddDeviceReply) XXX_Size() int {
|
return xxx_messageInfo_AddDeviceReply.Size(m)
|
}
|
func (m *AddDeviceReply) XXX_DiscardUnknown() {
|
xxx_messageInfo_AddDeviceReply.DiscardUnknown(m)
|
}
|
|
var xxx_messageInfo_AddDeviceReply proto.InternalMessageInfo
|
|
func (m *AddDeviceReply) GetSuccessList() []string {
|
if m != nil {
|
return m.SuccessList
|
}
|
return nil
|
}
|
|
func (m *AddDeviceReply) GetFailList() []string {
|
if m != nil {
|
return m.FailList
|
}
|
return nil
|
}
|
|
type GetDeviceListReq struct {
|
StartTime string `protobuf:"bytes,1,opt,name=startTime,proto3" json:"startTime,omitempty"`
|
EndTime string `protobuf:"bytes,2,opt,name=endTime,proto3" json:"endTime,omitempty"`
|
InputText string `protobuf:"bytes,3,opt,name=inputText,proto3" json:"inputText,omitempty"`
|
Page int32 `protobuf:"varint,4,opt,name=page,proto3" json:"page,omitempty"`
|
Size int32 `protobuf:"varint,5,opt,name=size,proto3" json:"size,omitempty"`
|
OrderName string `protobuf:"bytes,6,opt,name=orderName,proto3" json:"orderName,omitempty"`
|
OrderType string `protobuf:"bytes,7,opt,name=orderType,proto3" json:"orderType,omitempty"`
|
UserId string `protobuf:"bytes,8,opt,name=userId,proto3" json:"userId,omitempty"`
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
XXX_unrecognized []byte `json:"-"`
|
XXX_sizecache int32 `json:"-"`
|
}
|
|
func (m *GetDeviceListReq) Reset() { *m = GetDeviceListReq{} }
|
func (m *GetDeviceListReq) String() string { return proto.CompactTextString(m) }
|
func (*GetDeviceListReq) ProtoMessage() {}
|
func (*GetDeviceListReq) Descriptor() ([]byte, []int) {
|
return fileDescriptor_870276a56ac00da5, []int{2}
|
}
|
|
func (m *GetDeviceListReq) XXX_Unmarshal(b []byte) error {
|
return xxx_messageInfo_GetDeviceListReq.Unmarshal(m, b)
|
}
|
func (m *GetDeviceListReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
return xxx_messageInfo_GetDeviceListReq.Marshal(b, m, deterministic)
|
}
|
func (m *GetDeviceListReq) XXX_Merge(src proto.Message) {
|
xxx_messageInfo_GetDeviceListReq.Merge(m, src)
|
}
|
func (m *GetDeviceListReq) XXX_Size() int {
|
return xxx_messageInfo_GetDeviceListReq.Size(m)
|
}
|
func (m *GetDeviceListReq) XXX_DiscardUnknown() {
|
xxx_messageInfo_GetDeviceListReq.DiscardUnknown(m)
|
}
|
|
var xxx_messageInfo_GetDeviceListReq proto.InternalMessageInfo
|
|
func (m *GetDeviceListReq) GetStartTime() string {
|
if m != nil {
|
return m.StartTime
|
}
|
return ""
|
}
|
|
func (m *GetDeviceListReq) GetEndTime() string {
|
if m != nil {
|
return m.EndTime
|
}
|
return ""
|
}
|
|
func (m *GetDeviceListReq) GetInputText() string {
|
if m != nil {
|
return m.InputText
|
}
|
return ""
|
}
|
|
func (m *GetDeviceListReq) GetPage() int32 {
|
if m != nil {
|
return m.Page
|
}
|
return 0
|
}
|
|
func (m *GetDeviceListReq) GetSize() int32 {
|
if m != nil {
|
return m.Size
|
}
|
return 0
|
}
|
|
func (m *GetDeviceListReq) GetOrderName() string {
|
if m != nil {
|
return m.OrderName
|
}
|
return ""
|
}
|
|
func (m *GetDeviceListReq) GetOrderType() string {
|
if m != nil {
|
return m.OrderType
|
}
|
return ""
|
}
|
|
func (m *GetDeviceListReq) GetUserId() string {
|
if m != nil {
|
return m.UserId
|
}
|
return ""
|
}
|
|
type DeviceInfo struct {
|
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
|
InstallActivateCode string `protobuf:"bytes,2,opt,name=installActivateCode,proto3" json:"installActivateCode,omitempty"`
|
InstallProductName string `protobuf:"bytes,3,opt,name=installProductName,proto3" json:"installProductName,omitempty"`
|
InstallTime string `protobuf:"bytes,4,opt,name=installTime,proto3" json:"installTime,omitempty"`
|
InstallUserId string `protobuf:"bytes,5,opt,name=installUserId,proto3" json:"installUserId,omitempty"`
|
InstallUsername string `protobuf:"bytes,6,opt,name=installUsername,proto3" json:"installUsername,omitempty"`
|
DevId string `protobuf:"bytes,7,opt,name=devId,proto3" json:"devId,omitempty"`
|
DevIp string `protobuf:"bytes,8,opt,name=devIp,proto3" json:"devIp,omitempty"`
|
DevCpu string `protobuf:"bytes,9,opt,name=devCpu,proto3" json:"devCpu,omitempty"`
|
DevGpu string `protobuf:"bytes,10,opt,name=devGpu,proto3" json:"devGpu,omitempty"`
|
DevAddress string `protobuf:"bytes,11,opt,name=devAddress,proto3" json:"devAddress,omitempty"`
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
XXX_unrecognized []byte `json:"-"`
|
XXX_sizecache int32 `json:"-"`
|
}
|
|
func (m *DeviceInfo) Reset() { *m = DeviceInfo{} }
|
func (m *DeviceInfo) String() string { return proto.CompactTextString(m) }
|
func (*DeviceInfo) ProtoMessage() {}
|
func (*DeviceInfo) Descriptor() ([]byte, []int) {
|
return fileDescriptor_870276a56ac00da5, []int{3}
|
}
|
|
func (m *DeviceInfo) XXX_Unmarshal(b []byte) error {
|
return xxx_messageInfo_DeviceInfo.Unmarshal(m, b)
|
}
|
func (m *DeviceInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
return xxx_messageInfo_DeviceInfo.Marshal(b, m, deterministic)
|
}
|
func (m *DeviceInfo) XXX_Merge(src proto.Message) {
|
xxx_messageInfo_DeviceInfo.Merge(m, src)
|
}
|
func (m *DeviceInfo) XXX_Size() int {
|
return xxx_messageInfo_DeviceInfo.Size(m)
|
}
|
func (m *DeviceInfo) XXX_DiscardUnknown() {
|
xxx_messageInfo_DeviceInfo.DiscardUnknown(m)
|
}
|
|
var xxx_messageInfo_DeviceInfo proto.InternalMessageInfo
|
|
func (m *DeviceInfo) GetId() string {
|
if m != nil {
|
return m.Id
|
}
|
return ""
|
}
|
|
func (m *DeviceInfo) GetInstallActivateCode() string {
|
if m != nil {
|
return m.InstallActivateCode
|
}
|
return ""
|
}
|
|
func (m *DeviceInfo) GetInstallProductName() string {
|
if m != nil {
|
return m.InstallProductName
|
}
|
return ""
|
}
|
|
func (m *DeviceInfo) GetInstallTime() string {
|
if m != nil {
|
return m.InstallTime
|
}
|
return ""
|
}
|
|
func (m *DeviceInfo) GetInstallUserId() string {
|
if m != nil {
|
return m.InstallUserId
|
}
|
return ""
|
}
|
|
func (m *DeviceInfo) GetInstallUsername() string {
|
if m != nil {
|
return m.InstallUsername
|
}
|
return ""
|
}
|
|
func (m *DeviceInfo) GetDevId() string {
|
if m != nil {
|
return m.DevId
|
}
|
return ""
|
}
|
|
func (m *DeviceInfo) GetDevIp() string {
|
if m != nil {
|
return m.DevIp
|
}
|
return ""
|
}
|
|
func (m *DeviceInfo) GetDevCpu() string {
|
if m != nil {
|
return m.DevCpu
|
}
|
return ""
|
}
|
|
func (m *DeviceInfo) GetDevGpu() string {
|
if m != nil {
|
return m.DevGpu
|
}
|
return ""
|
}
|
|
func (m *DeviceInfo) GetDevAddress() string {
|
if m != nil {
|
return m.DevAddress
|
}
|
return ""
|
}
|
|
type GetDeviceListReply struct {
|
Total int32 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
List []*DeviceInfo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
XXX_unrecognized []byte `json:"-"`
|
XXX_sizecache int32 `json:"-"`
|
}
|
|
func (m *GetDeviceListReply) Reset() { *m = GetDeviceListReply{} }
|
func (m *GetDeviceListReply) String() string { return proto.CompactTextString(m) }
|
func (*GetDeviceListReply) ProtoMessage() {}
|
func (*GetDeviceListReply) Descriptor() ([]byte, []int) {
|
return fileDescriptor_870276a56ac00da5, []int{4}
|
}
|
|
func (m *GetDeviceListReply) XXX_Unmarshal(b []byte) error {
|
return xxx_messageInfo_GetDeviceListReply.Unmarshal(m, b)
|
}
|
func (m *GetDeviceListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
return xxx_messageInfo_GetDeviceListReply.Marshal(b, m, deterministic)
|
}
|
func (m *GetDeviceListReply) XXX_Merge(src proto.Message) {
|
xxx_messageInfo_GetDeviceListReply.Merge(m, src)
|
}
|
func (m *GetDeviceListReply) XXX_Size() int {
|
return xxx_messageInfo_GetDeviceListReply.Size(m)
|
}
|
func (m *GetDeviceListReply) XXX_DiscardUnknown() {
|
xxx_messageInfo_GetDeviceListReply.DiscardUnknown(m)
|
}
|
|
var xxx_messageInfo_GetDeviceListReply proto.InternalMessageInfo
|
|
func (m *GetDeviceListReply) GetTotal() int32 {
|
if m != nil {
|
return m.Total
|
}
|
return 0
|
}
|
|
func (m *GetDeviceListReply) GetList() []*DeviceInfo {
|
if m != nil {
|
return m.List
|
}
|
return nil
|
}
|
|
type UnbindReq struct {
|
Ids []string `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty"`
|
UserId string `protobuf:"bytes,2,opt,name=userId,proto3" json:"userId,omitempty"`
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
XXX_unrecognized []byte `json:"-"`
|
XXX_sizecache int32 `json:"-"`
|
}
|
|
func (m *UnbindReq) Reset() { *m = UnbindReq{} }
|
func (m *UnbindReq) String() string { return proto.CompactTextString(m) }
|
func (*UnbindReq) ProtoMessage() {}
|
func (*UnbindReq) Descriptor() ([]byte, []int) {
|
return fileDescriptor_870276a56ac00da5, []int{5}
|
}
|
|
func (m *UnbindReq) XXX_Unmarshal(b []byte) error {
|
return xxx_messageInfo_UnbindReq.Unmarshal(m, b)
|
}
|
func (m *UnbindReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
return xxx_messageInfo_UnbindReq.Marshal(b, m, deterministic)
|
}
|
func (m *UnbindReq) XXX_Merge(src proto.Message) {
|
xxx_messageInfo_UnbindReq.Merge(m, src)
|
}
|
func (m *UnbindReq) XXX_Size() int {
|
return xxx_messageInfo_UnbindReq.Size(m)
|
}
|
func (m *UnbindReq) XXX_DiscardUnknown() {
|
xxx_messageInfo_UnbindReq.DiscardUnknown(m)
|
}
|
|
var xxx_messageInfo_UnbindReq proto.InternalMessageInfo
|
|
func (m *UnbindReq) GetIds() []string {
|
if m != nil {
|
return m.Ids
|
}
|
return nil
|
}
|
|
func (m *UnbindReq) GetUserId() string {
|
if m != nil {
|
return m.UserId
|
}
|
return ""
|
}
|
|
type UnbindReply struct {
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
XXX_unrecognized []byte `json:"-"`
|
XXX_sizecache int32 `json:"-"`
|
}
|
|
func (m *UnbindReply) Reset() { *m = UnbindReply{} }
|
func (m *UnbindReply) String() string { return proto.CompactTextString(m) }
|
func (*UnbindReply) ProtoMessage() {}
|
func (*UnbindReply) Descriptor() ([]byte, []int) {
|
return fileDescriptor_870276a56ac00da5, []int{6}
|
}
|
|
func (m *UnbindReply) XXX_Unmarshal(b []byte) error {
|
return xxx_messageInfo_UnbindReply.Unmarshal(m, b)
|
}
|
func (m *UnbindReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
return xxx_messageInfo_UnbindReply.Marshal(b, m, deterministic)
|
}
|
func (m *UnbindReply) XXX_Merge(src proto.Message) {
|
xxx_messageInfo_UnbindReply.Merge(m, src)
|
}
|
func (m *UnbindReply) XXX_Size() int {
|
return xxx_messageInfo_UnbindReply.Size(m)
|
}
|
func (m *UnbindReply) XXX_DiscardUnknown() {
|
xxx_messageInfo_UnbindReply.DiscardUnknown(m)
|
}
|
|
var xxx_messageInfo_UnbindReply proto.InternalMessageInfo
|
|
type InstallReq struct {
|
MachineCode string `protobuf:"bytes,1,opt,name=machineCode,proto3" json:"machineCode,omitempty"`
|
ActivateCode string `protobuf:"bytes,2,opt,name=activateCode,proto3" json:"activateCode,omitempty"`
|
DevIp string `protobuf:"bytes,3,opt,name=devIp,proto3" json:"devIp,omitempty"`
|
DevCpu string `protobuf:"bytes,4,opt,name=devCpu,proto3" json:"devCpu,omitempty"`
|
DevGpu string `protobuf:"bytes,5,opt,name=devGpu,proto3" json:"devGpu,omitempty"`
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
XXX_unrecognized []byte `json:"-"`
|
XXX_sizecache int32 `json:"-"`
|
}
|
|
func (m *InstallReq) Reset() { *m = InstallReq{} }
|
func (m *InstallReq) String() string { return proto.CompactTextString(m) }
|
func (*InstallReq) ProtoMessage() {}
|
func (*InstallReq) Descriptor() ([]byte, []int) {
|
return fileDescriptor_870276a56ac00da5, []int{7}
|
}
|
|
func (m *InstallReq) XXX_Unmarshal(b []byte) error {
|
return xxx_messageInfo_InstallReq.Unmarshal(m, b)
|
}
|
func (m *InstallReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
return xxx_messageInfo_InstallReq.Marshal(b, m, deterministic)
|
}
|
func (m *InstallReq) XXX_Merge(src proto.Message) {
|
xxx_messageInfo_InstallReq.Merge(m, src)
|
}
|
func (m *InstallReq) XXX_Size() int {
|
return xxx_messageInfo_InstallReq.Size(m)
|
}
|
func (m *InstallReq) XXX_DiscardUnknown() {
|
xxx_messageInfo_InstallReq.DiscardUnknown(m)
|
}
|
|
var xxx_messageInfo_InstallReq proto.InternalMessageInfo
|
|
func (m *InstallReq) GetMachineCode() string {
|
if m != nil {
|
return m.MachineCode
|
}
|
return ""
|
}
|
|
func (m *InstallReq) GetActivateCode() string {
|
if m != nil {
|
return m.ActivateCode
|
}
|
return ""
|
}
|
|
func (m *InstallReq) GetDevIp() string {
|
if m != nil {
|
return m.DevIp
|
}
|
return ""
|
}
|
|
func (m *InstallReq) GetDevCpu() string {
|
if m != nil {
|
return m.DevCpu
|
}
|
return ""
|
}
|
|
func (m *InstallReq) GetDevGpu() string {
|
if m != nil {
|
return m.DevGpu
|
}
|
return ""
|
}
|
|
type InstallReply struct {
|
Status int32 `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
XXX_unrecognized []byte `json:"-"`
|
XXX_sizecache int32 `json:"-"`
|
}
|
|
func (m *InstallReply) Reset() { *m = InstallReply{} }
|
func (m *InstallReply) String() string { return proto.CompactTextString(m) }
|
func (*InstallReply) ProtoMessage() {}
|
func (*InstallReply) Descriptor() ([]byte, []int) {
|
return fileDescriptor_870276a56ac00da5, []int{8}
|
}
|
|
func (m *InstallReply) XXX_Unmarshal(b []byte) error {
|
return xxx_messageInfo_InstallReply.Unmarshal(m, b)
|
}
|
func (m *InstallReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
return xxx_messageInfo_InstallReply.Marshal(b, m, deterministic)
|
}
|
func (m *InstallReply) XXX_Merge(src proto.Message) {
|
xxx_messageInfo_InstallReply.Merge(m, src)
|
}
|
func (m *InstallReply) XXX_Size() int {
|
return xxx_messageInfo_InstallReply.Size(m)
|
}
|
func (m *InstallReply) XXX_DiscardUnknown() {
|
xxx_messageInfo_InstallReply.DiscardUnknown(m)
|
}
|
|
var xxx_messageInfo_InstallReply proto.InternalMessageInfo
|
|
func (m *InstallReply) GetStatus() int32 {
|
if m != nil {
|
return m.Status
|
}
|
return 0
|
}
|
|
type GetAllDeviceMenuReq struct {
|
UserId string `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"`
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
XXX_unrecognized []byte `json:"-"`
|
XXX_sizecache int32 `json:"-"`
|
}
|
|
func (m *GetAllDeviceMenuReq) Reset() { *m = GetAllDeviceMenuReq{} }
|
func (m *GetAllDeviceMenuReq) String() string { return proto.CompactTextString(m) }
|
func (*GetAllDeviceMenuReq) ProtoMessage() {}
|
func (*GetAllDeviceMenuReq) Descriptor() ([]byte, []int) {
|
return fileDescriptor_870276a56ac00da5, []int{9}
|
}
|
|
func (m *GetAllDeviceMenuReq) XXX_Unmarshal(b []byte) error {
|
return xxx_messageInfo_GetAllDeviceMenuReq.Unmarshal(m, b)
|
}
|
func (m *GetAllDeviceMenuReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
return xxx_messageInfo_GetAllDeviceMenuReq.Marshal(b, m, deterministic)
|
}
|
func (m *GetAllDeviceMenuReq) XXX_Merge(src proto.Message) {
|
xxx_messageInfo_GetAllDeviceMenuReq.Merge(m, src)
|
}
|
func (m *GetAllDeviceMenuReq) XXX_Size() int {
|
return xxx_messageInfo_GetAllDeviceMenuReq.Size(m)
|
}
|
func (m *GetAllDeviceMenuReq) XXX_DiscardUnknown() {
|
xxx_messageInfo_GetAllDeviceMenuReq.DiscardUnknown(m)
|
}
|
|
var xxx_messageInfo_GetAllDeviceMenuReq proto.InternalMessageInfo
|
|
func (m *GetAllDeviceMenuReq) GetUserId() string {
|
if m != nil {
|
return m.UserId
|
}
|
return ""
|
}
|
|
type DeviceMenu struct {
|
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
|
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
XXX_unrecognized []byte `json:"-"`
|
XXX_sizecache int32 `json:"-"`
|
}
|
|
func (m *DeviceMenu) Reset() { *m = DeviceMenu{} }
|
func (m *DeviceMenu) String() string { return proto.CompactTextString(m) }
|
func (*DeviceMenu) ProtoMessage() {}
|
func (*DeviceMenu) Descriptor() ([]byte, []int) {
|
return fileDescriptor_870276a56ac00da5, []int{10}
|
}
|
|
func (m *DeviceMenu) XXX_Unmarshal(b []byte) error {
|
return xxx_messageInfo_DeviceMenu.Unmarshal(m, b)
|
}
|
func (m *DeviceMenu) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
return xxx_messageInfo_DeviceMenu.Marshal(b, m, deterministic)
|
}
|
func (m *DeviceMenu) XXX_Merge(src proto.Message) {
|
xxx_messageInfo_DeviceMenu.Merge(m, src)
|
}
|
func (m *DeviceMenu) XXX_Size() int {
|
return xxx_messageInfo_DeviceMenu.Size(m)
|
}
|
func (m *DeviceMenu) XXX_DiscardUnknown() {
|
xxx_messageInfo_DeviceMenu.DiscardUnknown(m)
|
}
|
|
var xxx_messageInfo_DeviceMenu proto.InternalMessageInfo
|
|
func (m *DeviceMenu) GetId() string {
|
if m != nil {
|
return m.Id
|
}
|
return ""
|
}
|
|
func (m *DeviceMenu) GetName() string {
|
if m != nil {
|
return m.Name
|
}
|
return ""
|
}
|
|
type GetAllDeviceMenuReply struct {
|
Menus []*DeviceMenu `protobuf:"bytes,1,rep,name=menus,proto3" json:"menus,omitempty"`
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
XXX_unrecognized []byte `json:"-"`
|
XXX_sizecache int32 `json:"-"`
|
}
|
|
func (m *GetAllDeviceMenuReply) Reset() { *m = GetAllDeviceMenuReply{} }
|
func (m *GetAllDeviceMenuReply) String() string { return proto.CompactTextString(m) }
|
func (*GetAllDeviceMenuReply) ProtoMessage() {}
|
func (*GetAllDeviceMenuReply) Descriptor() ([]byte, []int) {
|
return fileDescriptor_870276a56ac00da5, []int{11}
|
}
|
|
func (m *GetAllDeviceMenuReply) XXX_Unmarshal(b []byte) error {
|
return xxx_messageInfo_GetAllDeviceMenuReply.Unmarshal(m, b)
|
}
|
func (m *GetAllDeviceMenuReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
return xxx_messageInfo_GetAllDeviceMenuReply.Marshal(b, m, deterministic)
|
}
|
func (m *GetAllDeviceMenuReply) XXX_Merge(src proto.Message) {
|
xxx_messageInfo_GetAllDeviceMenuReply.Merge(m, src)
|
}
|
func (m *GetAllDeviceMenuReply) XXX_Size() int {
|
return xxx_messageInfo_GetAllDeviceMenuReply.Size(m)
|
}
|
func (m *GetAllDeviceMenuReply) XXX_DiscardUnknown() {
|
xxx_messageInfo_GetAllDeviceMenuReply.DiscardUnknown(m)
|
}
|
|
var xxx_messageInfo_GetAllDeviceMenuReply proto.InternalMessageInfo
|
|
func (m *GetAllDeviceMenuReply) GetMenus() []*DeviceMenu {
|
if m != nil {
|
return m.Menus
|
}
|
return nil
|
}
|
|
func init() {
|
proto.RegisterType((*AddDeviceReq)(nil), "device.AddDeviceReq")
|
proto.RegisterType((*AddDeviceReply)(nil), "device.AddDeviceReply")
|
proto.RegisterType((*GetDeviceListReq)(nil), "device.GetDeviceListReq")
|
proto.RegisterType((*DeviceInfo)(nil), "device.DeviceInfo")
|
proto.RegisterType((*GetDeviceListReply)(nil), "device.GetDeviceListReply")
|
proto.RegisterType((*UnbindReq)(nil), "device.UnbindReq")
|
proto.RegisterType((*UnbindReply)(nil), "device.UnbindReply")
|
proto.RegisterType((*InstallReq)(nil), "device.InstallReq")
|
proto.RegisterType((*InstallReply)(nil), "device.InstallReply")
|
proto.RegisterType((*GetAllDeviceMenuReq)(nil), "device.GetAllDeviceMenuReq")
|
proto.RegisterType((*DeviceMenu)(nil), "device.DeviceMenu")
|
proto.RegisterType((*GetAllDeviceMenuReply)(nil), "device.GetAllDeviceMenuReply")
|
}
|
|
func init() { proto.RegisterFile("device.proto", fileDescriptor_870276a56ac00da5) }
|
|
var fileDescriptor_870276a56ac00da5 = []byte{
|
// 665 bytes of a gzipped FileDescriptorProto
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x95, 0xdd, 0x6a, 0xdb, 0x4c,
|
0x10, 0x86, 0x3f, 0xd9, 0x96, 0x13, 0x8f, 0xed, 0x7c, 0xe9, 0xc4, 0x0d, 0x8b, 0xfa, 0x83, 0x11,
|
0x25, 0xf8, 0xa4, 0x21, 0xa4, 0xe4, 0xa8, 0x50, 0x30, 0x29, 0x18, 0x43, 0x1b, 0x82, 0x9b, 0x5c,
|
0x80, 0xe2, 0xdd, 0xb4, 0x0b, 0xb2, 0xa4, 0x6a, 0x57, 0xa1, 0xee, 0x95, 0xf4, 0xba, 0x7a, 0x0d,
|
0x3d, 0xec, 0x45, 0x94, 0xdd, 0x59, 0xc9, 0xf2, 0xdf, 0x51, 0x76, 0x9e, 0xd9, 0x19, 0xef, 0xbc,
|
0xfb, 0x6a, 0x03, 0x3d, 0x2e, 0x9e, 0xe4, 0x5c, 0x9c, 0x67, 0x79, 0xaa, 0x53, 0x6c, 0x53, 0x14,
|
0x7e, 0x80, 0xde, 0x98, 0xf3, 0x8f, 0x36, 0x98, 0x89, 0xef, 0x78, 0x0a, 0x26, 0x33, 0xe5, 0x8a,
|
0x79, 0xc3, 0xe6, 0xa8, 0x33, 0x73, 0x91, 0xe1, 0x85, 0x12, 0xf9, 0x94, 0xb3, 0xc6, 0xd0, 0x33,
|
0x9c, 0xa2, 0xf0, 0x06, 0x8e, 0x6a, 0xf5, 0x59, 0xbc, 0xc4, 0x21, 0x74, 0x55, 0x31, 0x9f, 0x0b,
|
0xa5, 0x3e, 0x49, 0xa5, 0x5d, 0x9b, 0x3a, 0xc2, 0x00, 0x0e, 0x1f, 0x23, 0x19, 0xdb, 0x74, 0xc3,
|
0xa6, 0xab, 0x38, 0xfc, 0xe3, 0xc1, 0xf1, 0x44, 0x68, 0x6a, 0x68, 0x88, 0x39, 0xd4, 0x4b, 0xe8,
|
0x28, 0x1d, 0xe5, 0xfa, 0x4e, 0x2e, 0x04, 0xf3, 0xec, 0xef, 0xaf, 0x00, 0x32, 0x38, 0x10, 0x09,
|
0xb7, 0x39, 0x3a, 0x5b, 0x19, 0x9a, 0x3a, 0x99, 0x64, 0x85, 0xbe, 0x13, 0x3f, 0x34, 0x6b, 0x52,
|
0x5d, 0x05, 0x10, 0xa1, 0x95, 0x45, 0x5f, 0x05, 0x6b, 0x0d, 0xbd, 0x91, 0x3f, 0xb3, 0x6b, 0xc3,
|
0x94, 0xfc, 0x29, 0x98, 0x4f, 0xcc, 0xac, 0x4d, 0x97, 0x34, 0xe7, 0x22, 0xbf, 0x89, 0x16, 0x82,
|
0xb5, 0xa9, 0x4b, 0x05, 0xaa, 0xec, 0xdd, 0x32, 0x13, 0xec, 0xa0, 0x96, 0x35, 0xa0, 0x26, 0xdb,
|
0xe1, 0x9a, 0x6c, 0x7f, 0x1b, 0x00, 0x34, 0xe3, 0x34, 0x79, 0x4c, 0xf1, 0x08, 0x1a, 0x92, 0xbb,
|
0xc9, 0x1a, 0x92, 0xe3, 0x05, 0x9c, 0xc8, 0x44, 0xe9, 0x28, 0x8e, 0xc7, 0x73, 0x2d, 0x9f, 0x22,
|
0x2d, 0xae, 0x53, 0x5e, 0x8e, 0xb7, 0x2b, 0x85, 0xe7, 0x80, 0x0e, 0xdf, 0xe6, 0x29, 0x2f, 0xe6,
|
0xda, 0x9e, 0x96, 0x66, 0xde, 0x91, 0x31, 0xb7, 0xe4, 0xa8, 0x15, 0xae, 0x65, 0x37, 0xd6, 0x11,
|
0xbe, 0x81, 0xbe, 0x0b, 0xef, 0x69, 0x02, 0xdf, 0xee, 0x59, 0x87, 0x38, 0x82, 0xff, 0x6b, 0x20,
|
0x59, 0x49, 0xb4, 0x89, 0x71, 0x00, 0xbe, 0xf5, 0x92, 0x13, 0x89, 0x82, 0x92, 0x66, 0x4e, 0x1f,
|
0x0a, 0x9c, 0x0b, 0xaf, 0xb3, 0x82, 0x75, 0x48, 0x36, 0x8a, 0x1c, 0x9f, 0x64, 0x05, 0x83, 0x8a,
|
0x4f, 0xb2, 0x02, 0x5f, 0x03, 0x70, 0xf1, 0x34, 0xe6, 0x3c, 0x17, 0x4a, 0xb1, 0xae, 0xcd, 0xd5,
|
0x48, 0x38, 0x03, 0xdc, 0x30, 0x95, 0x71, 0xea, 0x00, 0x7c, 0x9d, 0xea, 0x28, 0xb6, 0xc2, 0xfb,
|
0x33, 0x0a, 0xf0, 0x0c, 0x5a, 0x71, 0xe9, 0xcc, 0xee, 0x25, 0x9e, 0xbb, 0xcf, 0x66, 0x75, 0x5b,
|
0x33, 0x9b, 0x0f, 0xaf, 0xa0, 0x73, 0x9f, 0x3c, 0xc8, 0x84, 0x1b, 0x87, 0x1e, 0x43, 0x53, 0x56,
|
0xdf, 0x8c, 0x59, 0xee, 0xfd, 0x60, 0xfa, 0xd0, 0x2d, 0xcb, 0xb2, 0x78, 0x19, 0xfe, 0xf2, 0x00,
|
0xa6, 0xa4, 0x94, 0xe9, 0x33, 0x84, 0xee, 0x22, 0x9a, 0x7f, 0x93, 0x09, 0x5d, 0x38, 0x39, 0xa2,
|
0x8e, 0x30, 0x84, 0x5e, 0xb4, 0xed, 0x89, 0x35, 0xb6, 0x12, 0xb5, 0xb9, 0x5b, 0xd4, 0xd6, 0x1e,
|
0x51, 0xfd, 0xba, 0xa8, 0xe1, 0x19, 0xf4, 0xaa, 0x93, 0x19, 0xb9, 0x4e, 0xa1, 0xad, 0x74, 0xa4,
|
0x0b, 0xe5, 0xf4, 0x72, 0x51, 0xf8, 0x16, 0x4e, 0x26, 0x42, 0x8f, 0xe3, 0x98, 0x24, 0xfa, 0x2c,
|
0x92, 0xc2, 0xbd, 0x24, 0x4e, 0x00, 0x6f, 0x4d, 0x80, 0x8b, 0xd2, 0xf9, 0x66, 0xe3, 0x96, 0xf3,
|
0x11, 0x5a, 0xd6, 0x44, 0x34, 0x96, 0x5d, 0x87, 0x63, 0x78, 0xbe, 0xfd, 0x03, 0xe6, 0x44, 0x23,
|
0xf0, 0x17, 0x22, 0x29, 0x48, 0xf7, 0xad, 0xbb, 0xb2, 0xfb, 0x68, 0xc3, 0xe5, 0xef, 0x06, 0xf4,
|
0x89, 0x7e, 0x11, 0xb9, 0xf9, 0x83, 0xef, 0xa1, 0x53, 0x3d, 0x5c, 0x38, 0x28, 0x2b, 0xeb, 0x6f,
|
0x61, 0x70, 0xba, 0x83, 0x9a, 0x3b, 0xfb, 0x0f, 0x27, 0xd0, 0x5f, 0xf3, 0x13, 0xb2, 0x72, 0xeb,
|
0xe6, 0xdb, 0x15, 0x04, 0x7b, 0x32, 0xd4, 0xe8, 0xd6, 0xbe, 0x76, 0x6b, 0xa3, 0xe1, 0x8b, 0x5a,
|
0xc5, 0xa6, 0xaa, 0xc1, 0xab, 0xfd, 0x49, 0xea, 0x78, 0x09, 0x6d, 0xf2, 0x17, 0x3e, 0x2b, 0xb7,
|
0x56, 0x36, 0x0d, 0x4e, 0x36, 0x11, 0xd5, 0x5c, 0xc1, 0x81, 0xbb, 0x69, 0xac, 0x34, 0x5c, 0x99,
|
0x32, 0x18, 0x6c, 0x31, 0x5b, 0xf6, 0xd0, 0xb6, 0xff, 0x4a, 0xde, 0xfd, 0x0b, 0x00, 0x00, 0xff,
|
0xff, 0x7b, 0x80, 0xd2, 0xc5, 0x5a, 0x06, 0x00, 0x00,
|
}
|