instance

package
v0.0.0-...-b63aa1a Latest Latest
Warning

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

Go to latest
Published: Dec 18, 2019 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterService

func RegisterService(s giraffe_micro.Server, srv Service)

Types

type AddClusterDeviceRequest

type AddClusterDeviceRequest struct {
	//
	//模型对象ID
	InstanceId string `protobuf:"bytes,1,opt,name=instanceId,proto3" json:"instanceId" form:"instanceId"`
	//
	//多个设备id,用;分隔
	DeviceIds            string   `protobuf:"bytes,2,opt,name=deviceIds,proto3" json:"deviceIds" form:"deviceIds"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

AddClusterDevice请求

func (*AddClusterDeviceRequest) Descriptor

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

func (*AddClusterDeviceRequest) GetDeviceIds

func (m *AddClusterDeviceRequest) GetDeviceIds() string

func (*AddClusterDeviceRequest) GetInstanceId

func (m *AddClusterDeviceRequest) GetInstanceId() string

func (*AddClusterDeviceRequest) ProtoMessage

func (*AddClusterDeviceRequest) ProtoMessage()

func (*AddClusterDeviceRequest) Reset

func (m *AddClusterDeviceRequest) Reset()

func (*AddClusterDeviceRequest) String

func (m *AddClusterDeviceRequest) String() string

func (*AddClusterDeviceRequest) Validate

func (this *AddClusterDeviceRequest) Validate() error

func (*AddClusterDeviceRequest) XXX_DiscardUnknown

func (m *AddClusterDeviceRequest) XXX_DiscardUnknown()

func (*AddClusterDeviceRequest) XXX_Marshal

func (m *AddClusterDeviceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AddClusterDeviceRequest) XXX_Merge

func (m *AddClusterDeviceRequest) XXX_Merge(src proto.Message)

func (*AddClusterDeviceRequest) XXX_Size

func (m *AddClusterDeviceRequest) XXX_Size() int

func (*AddClusterDeviceRequest) XXX_Unmarshal

func (m *AddClusterDeviceRequest) XXX_Unmarshal(b []byte) error

type AddClusterDeviceResponse

type AddClusterDeviceResponse struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//错误信息
	Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回消息
	Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message" form:"message"`
	//
	//实例Id
	Data                 string   `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

AddClusterDevice返回

func (*AddClusterDeviceResponse) Descriptor

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

func (*AddClusterDeviceResponse) GetCode

func (m *AddClusterDeviceResponse) GetCode() int32

func (*AddClusterDeviceResponse) GetData

func (m *AddClusterDeviceResponse) GetData() string

func (*AddClusterDeviceResponse) GetError

func (m *AddClusterDeviceResponse) GetError() string

func (*AddClusterDeviceResponse) GetMessage

func (m *AddClusterDeviceResponse) GetMessage() string

func (*AddClusterDeviceResponse) ProtoMessage

func (*AddClusterDeviceResponse) ProtoMessage()

func (*AddClusterDeviceResponse) Reset

func (m *AddClusterDeviceResponse) Reset()

func (*AddClusterDeviceResponse) String

func (m *AddClusterDeviceResponse) String() string

func (*AddClusterDeviceResponse) Validate

func (this *AddClusterDeviceResponse) Validate() error

func (*AddClusterDeviceResponse) XXX_DiscardUnknown

func (m *AddClusterDeviceResponse) XXX_DiscardUnknown()

func (*AddClusterDeviceResponse) XXX_Marshal

func (m *AddClusterDeviceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AddClusterDeviceResponse) XXX_Merge

func (m *AddClusterDeviceResponse) XXX_Merge(src proto.Message)

func (*AddClusterDeviceResponse) XXX_Size

func (m *AddClusterDeviceResponse) XXX_Size() int

func (*AddClusterDeviceResponse) XXX_Unmarshal

func (m *AddClusterDeviceResponse) XXX_Unmarshal(b []byte) error

type AddClusterDeviceResponseWrapper

type AddClusterDeviceResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *AddClusterDeviceResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

AddClusterDeviceApi返回

func (*AddClusterDeviceResponseWrapper) Descriptor

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

func (*AddClusterDeviceResponseWrapper) GetCode

func (*AddClusterDeviceResponseWrapper) GetCodeExplain

func (m *AddClusterDeviceResponseWrapper) GetCodeExplain() string

func (*AddClusterDeviceResponseWrapper) GetData

func (*AddClusterDeviceResponseWrapper) GetError

func (*AddClusterDeviceResponseWrapper) ProtoMessage

func (*AddClusterDeviceResponseWrapper) ProtoMessage()

func (*AddClusterDeviceResponseWrapper) Reset

func (*AddClusterDeviceResponseWrapper) String

func (*AddClusterDeviceResponseWrapper) Validate

func (this *AddClusterDeviceResponseWrapper) Validate() error

func (*AddClusterDeviceResponseWrapper) XXX_DiscardUnknown

func (m *AddClusterDeviceResponseWrapper) XXX_DiscardUnknown()

func (*AddClusterDeviceResponseWrapper) XXX_Marshal

func (m *AddClusterDeviceResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AddClusterDeviceResponseWrapper) XXX_Merge

func (m *AddClusterDeviceResponseWrapper) XXX_Merge(src proto.Message)

func (*AddClusterDeviceResponseWrapper) XXX_Size

func (m *AddClusterDeviceResponseWrapper) XXX_Size() int

func (*AddClusterDeviceResponseWrapper) XXX_Unmarshal

func (m *AddClusterDeviceResponseWrapper) XXX_Unmarshal(b []byte) error

type AppAddPackagesRequest

type AppAddPackagesRequest struct {
	//
	//应用实例Id
	InstanceId string `protobuf:"bytes,1,opt,name=instanceId,proto3" json:"instanceId" form:"instanceId"`
	//
	//程序包列表
	Packages             []*cmdb_extend.AppPackage `protobuf:"bytes,2,rep,name=packages,proto3" json:"packages" form:"packages"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

AppAddPackages请求

func (*AppAddPackagesRequest) Descriptor

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

func (*AppAddPackagesRequest) GetInstanceId

func (m *AppAddPackagesRequest) GetInstanceId() string

func (*AppAddPackagesRequest) GetPackages

func (m *AppAddPackagesRequest) GetPackages() []*cmdb_extend.AppPackage

func (*AppAddPackagesRequest) ProtoMessage

func (*AppAddPackagesRequest) ProtoMessage()

func (*AppAddPackagesRequest) Reset

func (m *AppAddPackagesRequest) Reset()

func (*AppAddPackagesRequest) String

func (m *AppAddPackagesRequest) String() string

func (*AppAddPackagesRequest) Validate

func (this *AppAddPackagesRequest) Validate() error

func (*AppAddPackagesRequest) XXX_DiscardUnknown

func (m *AppAddPackagesRequest) XXX_DiscardUnknown()

func (*AppAddPackagesRequest) XXX_Marshal

func (m *AppAddPackagesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AppAddPackagesRequest) XXX_Merge

func (m *AppAddPackagesRequest) XXX_Merge(src proto.Message)

func (*AppAddPackagesRequest) XXX_Size

func (m *AppAddPackagesRequest) XXX_Size() int

func (*AppAddPackagesRequest) XXX_Unmarshal

func (m *AppAddPackagesRequest) XXX_Unmarshal(b []byte) error

type AppAddPackagesResponseWrapper

type AppAddPackagesResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *types.Empty `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

AppAddPackagesApi返回

func (*AppAddPackagesResponseWrapper) Descriptor

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

func (*AppAddPackagesResponseWrapper) GetCode

func (m *AppAddPackagesResponseWrapper) GetCode() int32

func (*AppAddPackagesResponseWrapper) GetCodeExplain

func (m *AppAddPackagesResponseWrapper) GetCodeExplain() string

func (*AppAddPackagesResponseWrapper) GetData

func (*AppAddPackagesResponseWrapper) GetError

func (m *AppAddPackagesResponseWrapper) GetError() string

func (*AppAddPackagesResponseWrapper) ProtoMessage

func (*AppAddPackagesResponseWrapper) ProtoMessage()

func (*AppAddPackagesResponseWrapper) Reset

func (m *AppAddPackagesResponseWrapper) Reset()

func (*AppAddPackagesResponseWrapper) String

func (*AppAddPackagesResponseWrapper) Validate

func (this *AppAddPackagesResponseWrapper) Validate() error

func (*AppAddPackagesResponseWrapper) XXX_DiscardUnknown

func (m *AppAddPackagesResponseWrapper) XXX_DiscardUnknown()

func (*AppAddPackagesResponseWrapper) XXX_Marshal

func (m *AppAddPackagesResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AppAddPackagesResponseWrapper) XXX_Merge

func (m *AppAddPackagesResponseWrapper) XXX_Merge(src proto.Message)

func (*AppAddPackagesResponseWrapper) XXX_Size

func (m *AppAddPackagesResponseWrapper) XXX_Size() int

func (*AppAddPackagesResponseWrapper) XXX_Unmarshal

func (m *AppAddPackagesResponseWrapper) XXX_Unmarshal(b []byte) error

type AppDeletePackageRequest

type AppDeletePackageRequest struct {
	//
	//应用实例Id
	InstanceId string `protobuf:"bytes,1,opt,name=instanceId,proto3" json:"instanceId" form:"instanceId"`
	//
	//程序包Id
	PackageId string `protobuf:"bytes,2,opt,name=packageId,proto3" json:"packageId" form:"packageId"`
	//
	//安装路径
	InstallPath          string   `protobuf:"bytes,3,opt,name=installPath,proto3" json:"installPath" form:"installPath"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

AppDeletePackage请求

func (*AppDeletePackageRequest) Descriptor

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

func (*AppDeletePackageRequest) GetInstallPath

func (m *AppDeletePackageRequest) GetInstallPath() string

func (*AppDeletePackageRequest) GetInstanceId

func (m *AppDeletePackageRequest) GetInstanceId() string

func (*AppDeletePackageRequest) GetPackageId

func (m *AppDeletePackageRequest) GetPackageId() string

func (*AppDeletePackageRequest) ProtoMessage

func (*AppDeletePackageRequest) ProtoMessage()

func (*AppDeletePackageRequest) Reset

func (m *AppDeletePackageRequest) Reset()

func (*AppDeletePackageRequest) String

func (m *AppDeletePackageRequest) String() string

func (*AppDeletePackageRequest) Validate

func (this *AppDeletePackageRequest) Validate() error

func (*AppDeletePackageRequest) XXX_DiscardUnknown

func (m *AppDeletePackageRequest) XXX_DiscardUnknown()

func (*AppDeletePackageRequest) XXX_Marshal

func (m *AppDeletePackageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AppDeletePackageRequest) XXX_Merge

func (m *AppDeletePackageRequest) XXX_Merge(src proto.Message)

func (*AppDeletePackageRequest) XXX_Size

func (m *AppDeletePackageRequest) XXX_Size() int

func (*AppDeletePackageRequest) XXX_Unmarshal

func (m *AppDeletePackageRequest) XXX_Unmarshal(b []byte) error

type AppDeletePackageResponseWrapper

type AppDeletePackageResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *types.Empty `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

AppDeletePackageApi返回

func (*AppDeletePackageResponseWrapper) Descriptor

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

func (*AppDeletePackageResponseWrapper) GetCode

func (*AppDeletePackageResponseWrapper) GetCodeExplain

func (m *AppDeletePackageResponseWrapper) GetCodeExplain() string

func (*AppDeletePackageResponseWrapper) GetData

func (*AppDeletePackageResponseWrapper) GetError

func (*AppDeletePackageResponseWrapper) ProtoMessage

func (*AppDeletePackageResponseWrapper) ProtoMessage()

func (*AppDeletePackageResponseWrapper) Reset

func (*AppDeletePackageResponseWrapper) String

func (*AppDeletePackageResponseWrapper) Validate

func (this *AppDeletePackageResponseWrapper) Validate() error

func (*AppDeletePackageResponseWrapper) XXX_DiscardUnknown

func (m *AppDeletePackageResponseWrapper) XXX_DiscardUnknown()

func (*AppDeletePackageResponseWrapper) XXX_Marshal

func (m *AppDeletePackageResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AppDeletePackageResponseWrapper) XXX_Merge

func (m *AppDeletePackageResponseWrapper) XXX_Merge(src proto.Message)

func (*AppDeletePackageResponseWrapper) XXX_Size

func (m *AppDeletePackageResponseWrapper) XXX_Size() int

func (*AppDeletePackageResponseWrapper) XXX_Unmarshal

func (m *AppDeletePackageResponseWrapper) XXX_Unmarshal(b []byte) error

type AppSortPackagesRequest

type AppSortPackagesRequest struct {
	//
	//应用实例Id
	InstanceId string `protobuf:"bytes,1,opt,name=instanceId,proto3" json:"instanceId" form:"instanceId"`
	//
	//程序包信息
	Packages             []*AppSortPackagesRequest_Packages `protobuf:"bytes,2,rep,name=packages,proto3" json:"packages" form:"packages"`
	XXX_NoUnkeyedLiteral struct{}                           `json:"-"`
	XXX_unrecognized     []byte                             `json:"-"`
	XXX_sizecache        int32                              `json:"-"`
}

AppSortPackages请求

func (*AppSortPackagesRequest) Descriptor

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

func (*AppSortPackagesRequest) GetInstanceId

func (m *AppSortPackagesRequest) GetInstanceId() string

func (*AppSortPackagesRequest) GetPackages

func (*AppSortPackagesRequest) ProtoMessage

func (*AppSortPackagesRequest) ProtoMessage()

func (*AppSortPackagesRequest) Reset

func (m *AppSortPackagesRequest) Reset()

func (*AppSortPackagesRequest) String

func (m *AppSortPackagesRequest) String() string

func (*AppSortPackagesRequest) Validate

func (this *AppSortPackagesRequest) Validate() error

func (*AppSortPackagesRequest) XXX_DiscardUnknown

func (m *AppSortPackagesRequest) XXX_DiscardUnknown()

func (*AppSortPackagesRequest) XXX_Marshal

func (m *AppSortPackagesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AppSortPackagesRequest) XXX_Merge

func (m *AppSortPackagesRequest) XXX_Merge(src proto.Message)

func (*AppSortPackagesRequest) XXX_Size

func (m *AppSortPackagesRequest) XXX_Size() int

func (*AppSortPackagesRequest) XXX_Unmarshal

func (m *AppSortPackagesRequest) XXX_Unmarshal(b []byte) error

type AppSortPackagesRequest_Packages

type AppSortPackagesRequest_Packages struct {
	//
	//包ID
	PackageId string `protobuf:"bytes,1,opt,name=packageId,proto3" json:"packageId" form:"packageId"`
	//
	//安装路径
	InstallPath          string   `protobuf:"bytes,2,opt,name=installPath,proto3" json:"installPath" form:"installPath"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AppSortPackagesRequest_Packages) Descriptor

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

func (*AppSortPackagesRequest_Packages) GetInstallPath

func (m *AppSortPackagesRequest_Packages) GetInstallPath() string

func (*AppSortPackagesRequest_Packages) GetPackageId

func (m *AppSortPackagesRequest_Packages) GetPackageId() string

func (*AppSortPackagesRequest_Packages) ProtoMessage

func (*AppSortPackagesRequest_Packages) ProtoMessage()

func (*AppSortPackagesRequest_Packages) Reset

func (*AppSortPackagesRequest_Packages) String

func (*AppSortPackagesRequest_Packages) Validate

func (this *AppSortPackagesRequest_Packages) Validate() error

func (*AppSortPackagesRequest_Packages) XXX_DiscardUnknown

func (m *AppSortPackagesRequest_Packages) XXX_DiscardUnknown()

func (*AppSortPackagesRequest_Packages) XXX_Marshal

func (m *AppSortPackagesRequest_Packages) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AppSortPackagesRequest_Packages) XXX_Merge

func (m *AppSortPackagesRequest_Packages) XXX_Merge(src proto.Message)

func (*AppSortPackagesRequest_Packages) XXX_Size

func (m *AppSortPackagesRequest_Packages) XXX_Size() int

func (*AppSortPackagesRequest_Packages) XXX_Unmarshal

func (m *AppSortPackagesRequest_Packages) XXX_Unmarshal(b []byte) error

type AppSortPackagesResponseWrapper

type AppSortPackagesResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *types.Empty `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

AppSortPackagesApi返回

func (*AppSortPackagesResponseWrapper) Descriptor

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

func (*AppSortPackagesResponseWrapper) GetCode

func (*AppSortPackagesResponseWrapper) GetCodeExplain

func (m *AppSortPackagesResponseWrapper) GetCodeExplain() string

func (*AppSortPackagesResponseWrapper) GetData

func (*AppSortPackagesResponseWrapper) GetError

func (m *AppSortPackagesResponseWrapper) GetError() string

func (*AppSortPackagesResponseWrapper) ProtoMessage

func (*AppSortPackagesResponseWrapper) ProtoMessage()

func (*AppSortPackagesResponseWrapper) Reset

func (m *AppSortPackagesResponseWrapper) Reset()

func (*AppSortPackagesResponseWrapper) String

func (*AppSortPackagesResponseWrapper) Validate

func (this *AppSortPackagesResponseWrapper) Validate() error

func (*AppSortPackagesResponseWrapper) XXX_DiscardUnknown

func (m *AppSortPackagesResponseWrapper) XXX_DiscardUnknown()

func (*AppSortPackagesResponseWrapper) XXX_Marshal

func (m *AppSortPackagesResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AppSortPackagesResponseWrapper) XXX_Merge

func (m *AppSortPackagesResponseWrapper) XXX_Merge(src proto.Message)

func (*AppSortPackagesResponseWrapper) XXX_Size

func (m *AppSortPackagesResponseWrapper) XXX_Size() int

func (*AppSortPackagesResponseWrapper) XXX_Unmarshal

func (m *AppSortPackagesResponseWrapper) XXX_Unmarshal(b []byte) error

type AppUpdatePackageRequest

type AppUpdatePackageRequest struct {
	//
	//应用实例Id
	InstanceId string `protobuf:"bytes,1,opt,name=instanceId,proto3" json:"instanceId" form:"instanceId"`
	//
	//程序包信息(packageId, installPath, installPathNew, isMaster...)
	Package              *types.Struct `protobuf:"bytes,2,opt,name=package,proto3" json:"package" form:"package"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

AppUpdatePackage请求

func (*AppUpdatePackageRequest) Descriptor

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

func (*AppUpdatePackageRequest) GetInstanceId

func (m *AppUpdatePackageRequest) GetInstanceId() string

func (*AppUpdatePackageRequest) GetPackage

func (m *AppUpdatePackageRequest) GetPackage() *types.Struct

func (*AppUpdatePackageRequest) ProtoMessage

func (*AppUpdatePackageRequest) ProtoMessage()

func (*AppUpdatePackageRequest) Reset

func (m *AppUpdatePackageRequest) Reset()

func (*AppUpdatePackageRequest) String

func (m *AppUpdatePackageRequest) String() string

func (*AppUpdatePackageRequest) Validate

func (this *AppUpdatePackageRequest) Validate() error

func (*AppUpdatePackageRequest) XXX_DiscardUnknown

func (m *AppUpdatePackageRequest) XXX_DiscardUnknown()

func (*AppUpdatePackageRequest) XXX_Marshal

func (m *AppUpdatePackageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AppUpdatePackageRequest) XXX_Merge

func (m *AppUpdatePackageRequest) XXX_Merge(src proto.Message)

func (*AppUpdatePackageRequest) XXX_Size

func (m *AppUpdatePackageRequest) XXX_Size() int

func (*AppUpdatePackageRequest) XXX_Unmarshal

func (m *AppUpdatePackageRequest) XXX_Unmarshal(b []byte) error

type AppUpdatePackageResponseWrapper

type AppUpdatePackageResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *types.Empty `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

AppUpdatePackageApi返回

func (*AppUpdatePackageResponseWrapper) Descriptor

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

func (*AppUpdatePackageResponseWrapper) GetCode

func (*AppUpdatePackageResponseWrapper) GetCodeExplain

func (m *AppUpdatePackageResponseWrapper) GetCodeExplain() string

func (*AppUpdatePackageResponseWrapper) GetData

func (*AppUpdatePackageResponseWrapper) GetError

func (*AppUpdatePackageResponseWrapper) ProtoMessage

func (*AppUpdatePackageResponseWrapper) ProtoMessage()

func (*AppUpdatePackageResponseWrapper) Reset

func (*AppUpdatePackageResponseWrapper) String

func (*AppUpdatePackageResponseWrapper) Validate

func (this *AppUpdatePackageResponseWrapper) Validate() error

func (*AppUpdatePackageResponseWrapper) XXX_DiscardUnknown

func (m *AppUpdatePackageResponseWrapper) XXX_DiscardUnknown()

func (*AppUpdatePackageResponseWrapper) XXX_Marshal

func (m *AppUpdatePackageResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AppUpdatePackageResponseWrapper) XXX_Merge

func (m *AppUpdatePackageResponseWrapper) XXX_Merge(src proto.Message)

func (*AppUpdatePackageResponseWrapper) XXX_Size

func (m *AppUpdatePackageResponseWrapper) XXX_Size() int

func (*AppUpdatePackageResponseWrapper) XXX_Unmarshal

func (m *AppUpdatePackageResponseWrapper) XXX_Unmarshal(b []byte) error

type Client

type Client interface {
	AddClusterDevice(ctx context.Context, in *AddClusterDeviceRequest) (*AddClusterDeviceResponse, error)
	AppDeletePackage(ctx context.Context, in *AppDeletePackageRequest) (*types.Empty, error)
	AppUpdatePackage(ctx context.Context, in *AppUpdatePackageRequest) (*types.Empty, error)
	ClusterDeletePackage(ctx context.Context, in *ClusterDeletePackageRequest) (*types.Empty, error)
	ClusterUpdatePackage(ctx context.Context, in *ClusterUpdatePackageRequest) (*types.Empty, error)
	DeleteClusterDevice(ctx context.Context, in *DeleteClusterDeviceRequest) (*DeleteClusterDeviceResponse, error)
	GetInstance(ctx context.Context, in *GetInstanceRequest) (*types.Struct, error)
}

Client is the client API for instance service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewClient

func NewClient(c giraffe_micro.Client) Client

type ClusterAddPackagesRequest

type ClusterAddPackagesRequest struct {
	//
	//集群实例ID
	InstanceId string `protobuf:"bytes,1,opt,name=instanceId,proto3" json:"instanceId" form:"instanceId"`
	//
	//程序包列表
	Packages             []*cmdb_extend.ClusterPackage `protobuf:"bytes,2,rep,name=packages,proto3" json:"packages" form:"packages"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

ClusterAddPackages请求

func (*ClusterAddPackagesRequest) Descriptor

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

func (*ClusterAddPackagesRequest) GetInstanceId

func (m *ClusterAddPackagesRequest) GetInstanceId() string

func (*ClusterAddPackagesRequest) GetPackages

func (*ClusterAddPackagesRequest) ProtoMessage

func (*ClusterAddPackagesRequest) ProtoMessage()

func (*ClusterAddPackagesRequest) Reset

func (m *ClusterAddPackagesRequest) Reset()

func (*ClusterAddPackagesRequest) String

func (m *ClusterAddPackagesRequest) String() string

func (*ClusterAddPackagesRequest) Validate

func (this *ClusterAddPackagesRequest) Validate() error

func (*ClusterAddPackagesRequest) XXX_DiscardUnknown

func (m *ClusterAddPackagesRequest) XXX_DiscardUnknown()

func (*ClusterAddPackagesRequest) XXX_Marshal

func (m *ClusterAddPackagesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ClusterAddPackagesRequest) XXX_Merge

func (m *ClusterAddPackagesRequest) XXX_Merge(src proto.Message)

func (*ClusterAddPackagesRequest) XXX_Size

func (m *ClusterAddPackagesRequest) XXX_Size() int

func (*ClusterAddPackagesRequest) XXX_Unmarshal

func (m *ClusterAddPackagesRequest) XXX_Unmarshal(b []byte) error

type ClusterAddPackagesResponseWrapper

type ClusterAddPackagesResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *types.Empty `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

ClusterAddPackagesApi返回

func (*ClusterAddPackagesResponseWrapper) Descriptor

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

func (*ClusterAddPackagesResponseWrapper) GetCode

func (*ClusterAddPackagesResponseWrapper) GetCodeExplain

func (m *ClusterAddPackagesResponseWrapper) GetCodeExplain() string

func (*ClusterAddPackagesResponseWrapper) GetData

func (*ClusterAddPackagesResponseWrapper) GetError

func (*ClusterAddPackagesResponseWrapper) ProtoMessage

func (*ClusterAddPackagesResponseWrapper) ProtoMessage()

func (*ClusterAddPackagesResponseWrapper) Reset

func (*ClusterAddPackagesResponseWrapper) String

func (*ClusterAddPackagesResponseWrapper) Validate

func (this *ClusterAddPackagesResponseWrapper) Validate() error

func (*ClusterAddPackagesResponseWrapper) XXX_DiscardUnknown

func (m *ClusterAddPackagesResponseWrapper) XXX_DiscardUnknown()

func (*ClusterAddPackagesResponseWrapper) XXX_Marshal

func (m *ClusterAddPackagesResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ClusterAddPackagesResponseWrapper) XXX_Merge

func (*ClusterAddPackagesResponseWrapper) XXX_Size

func (m *ClusterAddPackagesResponseWrapper) XXX_Size() int

func (*ClusterAddPackagesResponseWrapper) XXX_Unmarshal

func (m *ClusterAddPackagesResponseWrapper) XXX_Unmarshal(b []byte) error

type ClusterDeletePackageRequest

type ClusterDeletePackageRequest struct {
	//
	//应用实例Id
	InstanceId string `protobuf:"bytes,1,opt,name=instanceId,proto3" json:"instanceId" form:"instanceId"`
	//
	//程序包Id列表,用;分隔
	PackageIds string `protobuf:"bytes,2,opt,name=packageIds,proto3" json:"packageIds" form:"packageIds"`
	//
	//安装路径
	InstallPath          string   `protobuf:"bytes,3,opt,name=installPath,proto3" json:"installPath" form:"installPath"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

ClusterDeletePackage请求

func (*ClusterDeletePackageRequest) Descriptor

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

func (*ClusterDeletePackageRequest) GetInstallPath

func (m *ClusterDeletePackageRequest) GetInstallPath() string

func (*ClusterDeletePackageRequest) GetInstanceId

func (m *ClusterDeletePackageRequest) GetInstanceId() string

func (*ClusterDeletePackageRequest) GetPackageIds

func (m *ClusterDeletePackageRequest) GetPackageIds() string

func (*ClusterDeletePackageRequest) ProtoMessage

func (*ClusterDeletePackageRequest) ProtoMessage()

func (*ClusterDeletePackageRequest) Reset

func (m *ClusterDeletePackageRequest) Reset()

func (*ClusterDeletePackageRequest) String

func (m *ClusterDeletePackageRequest) String() string

func (*ClusterDeletePackageRequest) Validate

func (this *ClusterDeletePackageRequest) Validate() error

func (*ClusterDeletePackageRequest) XXX_DiscardUnknown

func (m *ClusterDeletePackageRequest) XXX_DiscardUnknown()

func (*ClusterDeletePackageRequest) XXX_Marshal

func (m *ClusterDeletePackageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ClusterDeletePackageRequest) XXX_Merge

func (m *ClusterDeletePackageRequest) XXX_Merge(src proto.Message)

func (*ClusterDeletePackageRequest) XXX_Size

func (m *ClusterDeletePackageRequest) XXX_Size() int

func (*ClusterDeletePackageRequest) XXX_Unmarshal

func (m *ClusterDeletePackageRequest) XXX_Unmarshal(b []byte) error

type ClusterDeletePackageResponseWrapper

type ClusterDeletePackageResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *types.Empty `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

ClusterDeletePackageApi返回

func (*ClusterDeletePackageResponseWrapper) Descriptor

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

func (*ClusterDeletePackageResponseWrapper) GetCode

func (*ClusterDeletePackageResponseWrapper) GetCodeExplain

func (m *ClusterDeletePackageResponseWrapper) GetCodeExplain() string

func (*ClusterDeletePackageResponseWrapper) GetData

func (*ClusterDeletePackageResponseWrapper) GetError

func (*ClusterDeletePackageResponseWrapper) ProtoMessage

func (*ClusterDeletePackageResponseWrapper) ProtoMessage()

func (*ClusterDeletePackageResponseWrapper) Reset

func (*ClusterDeletePackageResponseWrapper) String

func (*ClusterDeletePackageResponseWrapper) Validate

func (this *ClusterDeletePackageResponseWrapper) Validate() error

func (*ClusterDeletePackageResponseWrapper) XXX_DiscardUnknown

func (m *ClusterDeletePackageResponseWrapper) XXX_DiscardUnknown()

func (*ClusterDeletePackageResponseWrapper) XXX_Marshal

func (m *ClusterDeletePackageResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ClusterDeletePackageResponseWrapper) XXX_Merge

func (*ClusterDeletePackageResponseWrapper) XXX_Size

func (*ClusterDeletePackageResponseWrapper) XXX_Unmarshal

func (m *ClusterDeletePackageResponseWrapper) XXX_Unmarshal(b []byte) error

type ClusterUpdatePackageRequest

type ClusterUpdatePackageRequest struct {
	//
	//集群实例Id
	InstanceId string `protobuf:"bytes,1,opt,name=instanceId,proto3" json:"instanceId" form:"instanceId"`
	//
	//程序包信息(packageId, installPath, installPathNew ...)
	Package              *types.Struct `protobuf:"bytes,2,opt,name=package,proto3" json:"package" form:"package"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

ClusterUpdatePackage请求

func (*ClusterUpdatePackageRequest) Descriptor

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

func (*ClusterUpdatePackageRequest) GetInstanceId

func (m *ClusterUpdatePackageRequest) GetInstanceId() string

func (*ClusterUpdatePackageRequest) GetPackage

func (m *ClusterUpdatePackageRequest) GetPackage() *types.Struct

func (*ClusterUpdatePackageRequest) ProtoMessage

func (*ClusterUpdatePackageRequest) ProtoMessage()

func (*ClusterUpdatePackageRequest) Reset

func (m *ClusterUpdatePackageRequest) Reset()

func (*ClusterUpdatePackageRequest) String

func (m *ClusterUpdatePackageRequest) String() string

func (*ClusterUpdatePackageRequest) Validate

func (this *ClusterUpdatePackageRequest) Validate() error

func (*ClusterUpdatePackageRequest) XXX_DiscardUnknown

func (m *ClusterUpdatePackageRequest) XXX_DiscardUnknown()

func (*ClusterUpdatePackageRequest) XXX_Marshal

func (m *ClusterUpdatePackageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ClusterUpdatePackageRequest) XXX_Merge

func (m *ClusterUpdatePackageRequest) XXX_Merge(src proto.Message)

func (*ClusterUpdatePackageRequest) XXX_Size

func (m *ClusterUpdatePackageRequest) XXX_Size() int

func (*ClusterUpdatePackageRequest) XXX_Unmarshal

func (m *ClusterUpdatePackageRequest) XXX_Unmarshal(b []byte) error

type ClusterUpdatePackageResponseWrapper

type ClusterUpdatePackageResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *types.Empty `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

ClusterUpdatePackageApi返回

func (*ClusterUpdatePackageResponseWrapper) Descriptor

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

func (*ClusterUpdatePackageResponseWrapper) GetCode

func (*ClusterUpdatePackageResponseWrapper) GetCodeExplain

func (m *ClusterUpdatePackageResponseWrapper) GetCodeExplain() string

func (*ClusterUpdatePackageResponseWrapper) GetData

func (*ClusterUpdatePackageResponseWrapper) GetError

func (*ClusterUpdatePackageResponseWrapper) ProtoMessage

func (*ClusterUpdatePackageResponseWrapper) ProtoMessage()

func (*ClusterUpdatePackageResponseWrapper) Reset

func (*ClusterUpdatePackageResponseWrapper) String

func (*ClusterUpdatePackageResponseWrapper) Validate

func (this *ClusterUpdatePackageResponseWrapper) Validate() error

func (*ClusterUpdatePackageResponseWrapper) XXX_DiscardUnknown

func (m *ClusterUpdatePackageResponseWrapper) XXX_DiscardUnknown()

func (*ClusterUpdatePackageResponseWrapper) XXX_Marshal

func (m *ClusterUpdatePackageResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ClusterUpdatePackageResponseWrapper) XXX_Merge

func (*ClusterUpdatePackageResponseWrapper) XXX_Size

func (*ClusterUpdatePackageResponseWrapper) XXX_Unmarshal

func (m *ClusterUpdatePackageResponseWrapper) XXX_Unmarshal(b []byte) error

type CreateInstancesRequest

type CreateInstancesRequest struct {
	//
	//模型Id
	ObjectId string `protobuf:"bytes,1,opt,name=objectId,proto3" json:"objectId" form:"objectId"`
	//
	//实例数据
	Instances            []*types.Struct `protobuf:"bytes,2,rep,name=instances,proto3" json:"instances" form:"instances"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

CreateInstances请求

func (*CreateInstancesRequest) Descriptor

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

func (*CreateInstancesRequest) GetInstances

func (m *CreateInstancesRequest) GetInstances() []*types.Struct

func (*CreateInstancesRequest) GetObjectId

func (m *CreateInstancesRequest) GetObjectId() string

func (*CreateInstancesRequest) ProtoMessage

func (*CreateInstancesRequest) ProtoMessage()

func (*CreateInstancesRequest) Reset

func (m *CreateInstancesRequest) Reset()

func (*CreateInstancesRequest) String

func (m *CreateInstancesRequest) String() string

func (*CreateInstancesRequest) Validate

func (this *CreateInstancesRequest) Validate() error

func (*CreateInstancesRequest) XXX_DiscardUnknown

func (m *CreateInstancesRequest) XXX_DiscardUnknown()

func (*CreateInstancesRequest) XXX_Marshal

func (m *CreateInstancesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateInstancesRequest) XXX_Merge

func (m *CreateInstancesRequest) XXX_Merge(src proto.Message)

func (*CreateInstancesRequest) XXX_Size

func (m *CreateInstancesRequest) XXX_Size() int

func (*CreateInstancesRequest) XXX_Unmarshal

func (m *CreateInstancesRequest) XXX_Unmarshal(b []byte) error

type CreateInstancesResponse

type CreateInstancesResponse struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//错误信息
	Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回消息
	Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message" form:"message"`
	//
	//实例Id列表
	Data                 []string `protobuf:"bytes,4,rep,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

CreateInstances返回

func (*CreateInstancesResponse) Descriptor

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

func (*CreateInstancesResponse) GetCode

func (m *CreateInstancesResponse) GetCode() int32

func (*CreateInstancesResponse) GetData

func (m *CreateInstancesResponse) GetData() []string

func (*CreateInstancesResponse) GetError

func (m *CreateInstancesResponse) GetError() string

func (*CreateInstancesResponse) GetMessage

func (m *CreateInstancesResponse) GetMessage() string

func (*CreateInstancesResponse) ProtoMessage

func (*CreateInstancesResponse) ProtoMessage()

func (*CreateInstancesResponse) Reset

func (m *CreateInstancesResponse) Reset()

func (*CreateInstancesResponse) String

func (m *CreateInstancesResponse) String() string

func (*CreateInstancesResponse) Validate

func (this *CreateInstancesResponse) Validate() error

func (*CreateInstancesResponse) XXX_DiscardUnknown

func (m *CreateInstancesResponse) XXX_DiscardUnknown()

func (*CreateInstancesResponse) XXX_Marshal

func (m *CreateInstancesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateInstancesResponse) XXX_Merge

func (m *CreateInstancesResponse) XXX_Merge(src proto.Message)

func (*CreateInstancesResponse) XXX_Size

func (m *CreateInstancesResponse) XXX_Size() int

func (*CreateInstancesResponse) XXX_Unmarshal

func (m *CreateInstancesResponse) XXX_Unmarshal(b []byte) error

type CreateInstancesResponseWrapper

type CreateInstancesResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *CreateInstancesResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

CreateInstancesApi返回

func (*CreateInstancesResponseWrapper) Descriptor

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

func (*CreateInstancesResponseWrapper) GetCode

func (*CreateInstancesResponseWrapper) GetCodeExplain

func (m *CreateInstancesResponseWrapper) GetCodeExplain() string

func (*CreateInstancesResponseWrapper) GetData

func (*CreateInstancesResponseWrapper) GetError

func (m *CreateInstancesResponseWrapper) GetError() string

func (*CreateInstancesResponseWrapper) ProtoMessage

func (*CreateInstancesResponseWrapper) ProtoMessage()

func (*CreateInstancesResponseWrapper) Reset

func (m *CreateInstancesResponseWrapper) Reset()

func (*CreateInstancesResponseWrapper) String

func (*CreateInstancesResponseWrapper) Validate

func (this *CreateInstancesResponseWrapper) Validate() error

func (*CreateInstancesResponseWrapper) XXX_DiscardUnknown

func (m *CreateInstancesResponseWrapper) XXX_DiscardUnknown()

func (*CreateInstancesResponseWrapper) XXX_Marshal

func (m *CreateInstancesResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateInstancesResponseWrapper) XXX_Merge

func (m *CreateInstancesResponseWrapper) XXX_Merge(src proto.Message)

func (*CreateInstancesResponseWrapper) XXX_Size

func (m *CreateInstancesResponseWrapper) XXX_Size() int

func (*CreateInstancesResponseWrapper) XXX_Unmarshal

func (m *CreateInstancesResponseWrapper) XXX_Unmarshal(b []byte) error

type DeleteClusterDeviceRequest

type DeleteClusterDeviceRequest struct {
	//
	//模型对象ID
	InstanceId string `protobuf:"bytes,1,opt,name=instanceId,proto3" json:"instanceId" form:"instanceId"`
	//
	//多个设备id,用;分隔
	DeviceIds            string   `protobuf:"bytes,2,opt,name=deviceIds,proto3" json:"deviceIds" form:"deviceIds"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

DeleteClusterDevice请求

func (*DeleteClusterDeviceRequest) Descriptor

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

func (*DeleteClusterDeviceRequest) GetDeviceIds

func (m *DeleteClusterDeviceRequest) GetDeviceIds() string

func (*DeleteClusterDeviceRequest) GetInstanceId

func (m *DeleteClusterDeviceRequest) GetInstanceId() string

func (*DeleteClusterDeviceRequest) ProtoMessage

func (*DeleteClusterDeviceRequest) ProtoMessage()

func (*DeleteClusterDeviceRequest) Reset

func (m *DeleteClusterDeviceRequest) Reset()

func (*DeleteClusterDeviceRequest) String

func (m *DeleteClusterDeviceRequest) String() string

func (*DeleteClusterDeviceRequest) Validate

func (this *DeleteClusterDeviceRequest) Validate() error

func (*DeleteClusterDeviceRequest) XXX_DiscardUnknown

func (m *DeleteClusterDeviceRequest) XXX_DiscardUnknown()

func (*DeleteClusterDeviceRequest) XXX_Marshal

func (m *DeleteClusterDeviceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteClusterDeviceRequest) XXX_Merge

func (m *DeleteClusterDeviceRequest) XXX_Merge(src proto.Message)

func (*DeleteClusterDeviceRequest) XXX_Size

func (m *DeleteClusterDeviceRequest) XXX_Size() int

func (*DeleteClusterDeviceRequest) XXX_Unmarshal

func (m *DeleteClusterDeviceRequest) XXX_Unmarshal(b []byte) error

type DeleteClusterDeviceResponse

type DeleteClusterDeviceResponse struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//错误信息
	Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回消息
	Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message" form:"message"`
	//
	//实例Id
	Data                 string   `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

DeleteClusterDevice返回

func (*DeleteClusterDeviceResponse) Descriptor

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

func (*DeleteClusterDeviceResponse) GetCode

func (m *DeleteClusterDeviceResponse) GetCode() int32

func (*DeleteClusterDeviceResponse) GetData

func (m *DeleteClusterDeviceResponse) GetData() string

func (*DeleteClusterDeviceResponse) GetError

func (m *DeleteClusterDeviceResponse) GetError() string

func (*DeleteClusterDeviceResponse) GetMessage

func (m *DeleteClusterDeviceResponse) GetMessage() string

func (*DeleteClusterDeviceResponse) ProtoMessage

func (*DeleteClusterDeviceResponse) ProtoMessage()

func (*DeleteClusterDeviceResponse) Reset

func (m *DeleteClusterDeviceResponse) Reset()

func (*DeleteClusterDeviceResponse) String

func (m *DeleteClusterDeviceResponse) String() string

func (*DeleteClusterDeviceResponse) Validate

func (this *DeleteClusterDeviceResponse) Validate() error

func (*DeleteClusterDeviceResponse) XXX_DiscardUnknown

func (m *DeleteClusterDeviceResponse) XXX_DiscardUnknown()

func (*DeleteClusterDeviceResponse) XXX_Marshal

func (m *DeleteClusterDeviceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteClusterDeviceResponse) XXX_Merge

func (m *DeleteClusterDeviceResponse) XXX_Merge(src proto.Message)

func (*DeleteClusterDeviceResponse) XXX_Size

func (m *DeleteClusterDeviceResponse) XXX_Size() int

func (*DeleteClusterDeviceResponse) XXX_Unmarshal

func (m *DeleteClusterDeviceResponse) XXX_Unmarshal(b []byte) error

type DeleteClusterDeviceResponseWrapper

type DeleteClusterDeviceResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *DeleteClusterDeviceResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

DeleteClusterDeviceApi返回

func (*DeleteClusterDeviceResponseWrapper) Descriptor

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

func (*DeleteClusterDeviceResponseWrapper) GetCode

func (*DeleteClusterDeviceResponseWrapper) GetCodeExplain

func (m *DeleteClusterDeviceResponseWrapper) GetCodeExplain() string

func (*DeleteClusterDeviceResponseWrapper) GetData

func (*DeleteClusterDeviceResponseWrapper) GetError

func (*DeleteClusterDeviceResponseWrapper) ProtoMessage

func (*DeleteClusterDeviceResponseWrapper) ProtoMessage()

func (*DeleteClusterDeviceResponseWrapper) Reset

func (*DeleteClusterDeviceResponseWrapper) String

func (*DeleteClusterDeviceResponseWrapper) Validate

func (this *DeleteClusterDeviceResponseWrapper) Validate() error

func (*DeleteClusterDeviceResponseWrapper) XXX_DiscardUnknown

func (m *DeleteClusterDeviceResponseWrapper) XXX_DiscardUnknown()

func (*DeleteClusterDeviceResponseWrapper) XXX_Marshal

func (m *DeleteClusterDeviceResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteClusterDeviceResponseWrapper) XXX_Merge

func (*DeleteClusterDeviceResponseWrapper) XXX_Size

func (*DeleteClusterDeviceResponseWrapper) XXX_Unmarshal

func (m *DeleteClusterDeviceResponseWrapper) XXX_Unmarshal(b []byte) error

type GetInstanceRequest

type GetInstanceRequest struct {
	//
	//模型Id
	ObjectId string `protobuf:"bytes,1,opt,name=objectId,proto3" json:"objectId" form:"objectId"`
	//
	//实例Id
	InstanceId           string   `protobuf:"bytes,2,opt,name=instanceId,proto3" json:"instanceId" form:"instanceId"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

GetInstance请求

func (*GetInstanceRequest) Descriptor

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

func (*GetInstanceRequest) GetInstanceId

func (m *GetInstanceRequest) GetInstanceId() string

func (*GetInstanceRequest) GetObjectId

func (m *GetInstanceRequest) GetObjectId() string

func (*GetInstanceRequest) ProtoMessage

func (*GetInstanceRequest) ProtoMessage()

func (*GetInstanceRequest) Reset

func (m *GetInstanceRequest) Reset()

func (*GetInstanceRequest) String

func (m *GetInstanceRequest) String() string

func (*GetInstanceRequest) Validate

func (this *GetInstanceRequest) Validate() error

func (*GetInstanceRequest) XXX_DiscardUnknown

func (m *GetInstanceRequest) XXX_DiscardUnknown()

func (*GetInstanceRequest) XXX_Marshal

func (m *GetInstanceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetInstanceRequest) XXX_Merge

func (m *GetInstanceRequest) XXX_Merge(src proto.Message)

func (*GetInstanceRequest) XXX_Size

func (m *GetInstanceRequest) XXX_Size() int

func (*GetInstanceRequest) XXX_Unmarshal

func (m *GetInstanceRequest) XXX_Unmarshal(b []byte) error

type GetInstanceResponseWrapper

type GetInstanceResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *types.Struct `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

GetInstanceApi返回

func (*GetInstanceResponseWrapper) Descriptor

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

func (*GetInstanceResponseWrapper) GetCode

func (m *GetInstanceResponseWrapper) GetCode() int32

func (*GetInstanceResponseWrapper) GetCodeExplain

func (m *GetInstanceResponseWrapper) GetCodeExplain() string

func (*GetInstanceResponseWrapper) GetData

func (m *GetInstanceResponseWrapper) GetData() *types.Struct

func (*GetInstanceResponseWrapper) GetError

func (m *GetInstanceResponseWrapper) GetError() string

func (*GetInstanceResponseWrapper) ProtoMessage

func (*GetInstanceResponseWrapper) ProtoMessage()

func (*GetInstanceResponseWrapper) Reset

func (m *GetInstanceResponseWrapper) Reset()

func (*GetInstanceResponseWrapper) String

func (m *GetInstanceResponseWrapper) String() string

func (*GetInstanceResponseWrapper) Validate

func (this *GetInstanceResponseWrapper) Validate() error

func (*GetInstanceResponseWrapper) XXX_DiscardUnknown

func (m *GetInstanceResponseWrapper) XXX_DiscardUnknown()

func (*GetInstanceResponseWrapper) XXX_Marshal

func (m *GetInstanceResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetInstanceResponseWrapper) XXX_Merge

func (m *GetInstanceResponseWrapper) XXX_Merge(src proto.Message)

func (*GetInstanceResponseWrapper) XXX_Size

func (m *GetInstanceResponseWrapper) XXX_Size() int

func (*GetInstanceResponseWrapper) XXX_Unmarshal

func (m *GetInstanceResponseWrapper) XXX_Unmarshal(b []byte) error

type GetInstancesRequest

type GetInstancesRequest struct {
	//
	//模型Id
	ObjectId string `protobuf:"bytes,1,opt,name=objectId,proto3" json:"objectId" form:"objectId"`
	//
	//实例Id列表,使用分号分隔
	InstanceIds string `protobuf:"bytes,2,opt,name=instanceIds,proto3" json:"instanceIds" form:"instanceIds"`
	//
	//页码
	Page int32 `protobuf:"varint,3,opt,name=page,proto3" json:"page" form:"page"`
	//
	//页大小
	PageSize int32 `protobuf:"varint,4,opt,name=pageSize,proto3" json:"pageSize" form:"pageSize"`
	//
	//查询参数
	Query                *types.Struct `protobuf:"bytes,5,opt,name=query,proto3" json:"query" form:"query"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

GetInstances请求

func (*GetInstancesRequest) Descriptor

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

func (*GetInstancesRequest) GetInstanceIds

func (m *GetInstancesRequest) GetInstanceIds() string

func (*GetInstancesRequest) GetObjectId

func (m *GetInstancesRequest) GetObjectId() string

func (*GetInstancesRequest) GetPage

func (m *GetInstancesRequest) GetPage() int32

func (*GetInstancesRequest) GetPageSize

func (m *GetInstancesRequest) GetPageSize() int32

func (*GetInstancesRequest) GetQuery

func (m *GetInstancesRequest) GetQuery() *types.Struct

func (*GetInstancesRequest) ProtoMessage

func (*GetInstancesRequest) ProtoMessage()

func (*GetInstancesRequest) Reset

func (m *GetInstancesRequest) Reset()

func (*GetInstancesRequest) String

func (m *GetInstancesRequest) String() string

func (*GetInstancesRequest) Validate

func (this *GetInstancesRequest) Validate() error

func (*GetInstancesRequest) XXX_DiscardUnknown

func (m *GetInstancesRequest) XXX_DiscardUnknown()

func (*GetInstancesRequest) XXX_Marshal

func (m *GetInstancesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetInstancesRequest) XXX_Merge

func (m *GetInstancesRequest) XXX_Merge(src proto.Message)

func (*GetInstancesRequest) XXX_Size

func (m *GetInstancesRequest) XXX_Size() int

func (*GetInstancesRequest) XXX_Unmarshal

func (m *GetInstancesRequest) XXX_Unmarshal(b []byte) error

type GetInstancesResponse

type GetInstancesResponse struct {
	//
	//页码
	Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page" form:"page"`
	//
	//页大小
	PageSize int32 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize" form:"pageSize"`
	//
	//总数
	Total int32 `protobuf:"varint,3,opt,name=total,proto3" json:"total" form:"total"`
	//
	//实例数据
	List                 []*types.Struct `protobuf:"bytes,4,rep,name=list,proto3" json:"list" form:"list"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

GetInstances返回

func (*GetInstancesResponse) Descriptor

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

func (*GetInstancesResponse) GetList

func (m *GetInstancesResponse) GetList() []*types.Struct

func (*GetInstancesResponse) GetPage

func (m *GetInstancesResponse) GetPage() int32

func (*GetInstancesResponse) GetPageSize

func (m *GetInstancesResponse) GetPageSize() int32

func (*GetInstancesResponse) GetTotal

func (m *GetInstancesResponse) GetTotal() int32

func (*GetInstancesResponse) ProtoMessage

func (*GetInstancesResponse) ProtoMessage()

func (*GetInstancesResponse) Reset

func (m *GetInstancesResponse) Reset()

func (*GetInstancesResponse) String

func (m *GetInstancesResponse) String() string

func (*GetInstancesResponse) Validate

func (this *GetInstancesResponse) Validate() error

func (*GetInstancesResponse) XXX_DiscardUnknown

func (m *GetInstancesResponse) XXX_DiscardUnknown()

func (*GetInstancesResponse) XXX_Marshal

func (m *GetInstancesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetInstancesResponse) XXX_Merge

func (m *GetInstancesResponse) XXX_Merge(src proto.Message)

func (*GetInstancesResponse) XXX_Size

func (m *GetInstancesResponse) XXX_Size() int

func (*GetInstancesResponse) XXX_Unmarshal

func (m *GetInstancesResponse) XXX_Unmarshal(b []byte) error

type GetInstancesResponseWrapper

type GetInstancesResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *GetInstancesResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

GetInstancesApi返回

func (*GetInstancesResponseWrapper) Descriptor

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

func (*GetInstancesResponseWrapper) GetCode

func (m *GetInstancesResponseWrapper) GetCode() int32

func (*GetInstancesResponseWrapper) GetCodeExplain

func (m *GetInstancesResponseWrapper) GetCodeExplain() string

func (*GetInstancesResponseWrapper) GetData

func (*GetInstancesResponseWrapper) GetError

func (m *GetInstancesResponseWrapper) GetError() string

func (*GetInstancesResponseWrapper) ProtoMessage

func (*GetInstancesResponseWrapper) ProtoMessage()

func (*GetInstancesResponseWrapper) Reset

func (m *GetInstancesResponseWrapper) Reset()

func (*GetInstancesResponseWrapper) String

func (m *GetInstancesResponseWrapper) String() string

func (*GetInstancesResponseWrapper) Validate

func (this *GetInstancesResponseWrapper) Validate() error

func (*GetInstancesResponseWrapper) XXX_DiscardUnknown

func (m *GetInstancesResponseWrapper) XXX_DiscardUnknown()

func (*GetInstancesResponseWrapper) XXX_Marshal

func (m *GetInstancesResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetInstancesResponseWrapper) XXX_Merge

func (m *GetInstancesResponseWrapper) XXX_Merge(src proto.Message)

func (*GetInstancesResponseWrapper) XXX_Size

func (m *GetInstancesResponseWrapper) XXX_Size() int

func (*GetInstancesResponseWrapper) XXX_Unmarshal

func (m *GetInstancesResponseWrapper) XXX_Unmarshal(b []byte) error

type ListInstanceRequest

type ListInstanceRequest struct {
	//
	//模型Id
	ObjectId string `protobuf:"bytes,1,opt,name=objectId,proto3" json:"objectId" form:"objectId"`
	//
	//页码
	Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page" form:"page"`
	//
	//页大小
	PageSize int32 `protobuf:"varint,3,opt,name=pageSize,proto3" json:"pageSize" form:"pageSize"`
	//
	//查询参数
	Query                *types.Struct `protobuf:"bytes,4,opt,name=query,proto3" json:"query" form:"query"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

ListInstance请求

func (*ListInstanceRequest) Descriptor

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

func (*ListInstanceRequest) GetObjectId

func (m *ListInstanceRequest) GetObjectId() string

func (*ListInstanceRequest) GetPage

func (m *ListInstanceRequest) GetPage() int32

func (*ListInstanceRequest) GetPageSize

func (m *ListInstanceRequest) GetPageSize() int32

func (*ListInstanceRequest) GetQuery

func (m *ListInstanceRequest) GetQuery() *types.Struct

func (*ListInstanceRequest) ProtoMessage

func (*ListInstanceRequest) ProtoMessage()

func (*ListInstanceRequest) Reset

func (m *ListInstanceRequest) Reset()

func (*ListInstanceRequest) String

func (m *ListInstanceRequest) String() string

func (*ListInstanceRequest) Validate

func (this *ListInstanceRequest) Validate() error

func (*ListInstanceRequest) XXX_DiscardUnknown

func (m *ListInstanceRequest) XXX_DiscardUnknown()

func (*ListInstanceRequest) XXX_Marshal

func (m *ListInstanceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListInstanceRequest) XXX_Merge

func (m *ListInstanceRequest) XXX_Merge(src proto.Message)

func (*ListInstanceRequest) XXX_Size

func (m *ListInstanceRequest) XXX_Size() int

func (*ListInstanceRequest) XXX_Unmarshal

func (m *ListInstanceRequest) XXX_Unmarshal(b []byte) error

type ListInstanceResponse

type ListInstanceResponse struct {
	//
	//页码
	Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page" form:"page"`
	//
	//页大小
	PageSize int32 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize" form:"pageSize"`
	//
	//总数
	Total int32 `protobuf:"varint,3,opt,name=total,proto3" json:"total" form:"total"`
	//
	//实例数据
	List                 []*types.Struct `protobuf:"bytes,4,rep,name=list,proto3" json:"list" form:"list"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

ListInstance返回

func (*ListInstanceResponse) Descriptor

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

func (*ListInstanceResponse) GetList

func (m *ListInstanceResponse) GetList() []*types.Struct

func (*ListInstanceResponse) GetPage

func (m *ListInstanceResponse) GetPage() int32

func (*ListInstanceResponse) GetPageSize

func (m *ListInstanceResponse) GetPageSize() int32

func (*ListInstanceResponse) GetTotal

func (m *ListInstanceResponse) GetTotal() int32

func (*ListInstanceResponse) ProtoMessage

func (*ListInstanceResponse) ProtoMessage()

func (*ListInstanceResponse) Reset

func (m *ListInstanceResponse) Reset()

func (*ListInstanceResponse) String

func (m *ListInstanceResponse) String() string

func (*ListInstanceResponse) Validate

func (this *ListInstanceResponse) Validate() error

func (*ListInstanceResponse) XXX_DiscardUnknown

func (m *ListInstanceResponse) XXX_DiscardUnknown()

func (*ListInstanceResponse) XXX_Marshal

func (m *ListInstanceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListInstanceResponse) XXX_Merge

func (m *ListInstanceResponse) XXX_Merge(src proto.Message)

func (*ListInstanceResponse) XXX_Size

func (m *ListInstanceResponse) XXX_Size() int

func (*ListInstanceResponse) XXX_Unmarshal

func (m *ListInstanceResponse) XXX_Unmarshal(b []byte) error

type ListInstanceResponseWrapper

type ListInstanceResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *ListInstanceResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

ListInstanceApi返回

func (*ListInstanceResponseWrapper) Descriptor

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

func (*ListInstanceResponseWrapper) GetCode

func (m *ListInstanceResponseWrapper) GetCode() int32

func (*ListInstanceResponseWrapper) GetCodeExplain

func (m *ListInstanceResponseWrapper) GetCodeExplain() string

func (*ListInstanceResponseWrapper) GetData

func (*ListInstanceResponseWrapper) GetError

func (m *ListInstanceResponseWrapper) GetError() string

func (*ListInstanceResponseWrapper) ProtoMessage

func (*ListInstanceResponseWrapper) ProtoMessage()

func (*ListInstanceResponseWrapper) Reset

func (m *ListInstanceResponseWrapper) Reset()

func (*ListInstanceResponseWrapper) String

func (m *ListInstanceResponseWrapper) String() string

func (*ListInstanceResponseWrapper) Validate

func (this *ListInstanceResponseWrapper) Validate() error

func (*ListInstanceResponseWrapper) XXX_DiscardUnknown

func (m *ListInstanceResponseWrapper) XXX_DiscardUnknown()

func (*ListInstanceResponseWrapper) XXX_Marshal

func (m *ListInstanceResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListInstanceResponseWrapper) XXX_Merge

func (m *ListInstanceResponseWrapper) XXX_Merge(src proto.Message)

func (*ListInstanceResponseWrapper) XXX_Size

func (m *ListInstanceResponseWrapper) XXX_Size() int

func (*ListInstanceResponseWrapper) XXX_Unmarshal

func (m *ListInstanceResponseWrapper) XXX_Unmarshal(b []byte) error

type Service

Service is the server API for instance service.

Jump to

Keyboard shortcuts

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