custom

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 Client

Client is the client API for custom 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 GetAllSystemTreeResponse

type GetAllSystemTreeResponse struct {
	//
	//业务树
	Systems              []*cmdb_extend.SystemDependency `protobuf:"bytes,1,rep,name=systems,proto3" json:"systems" form:"systems"`
	XXX_NoUnkeyedLiteral struct{}                        `json:"-"`
	XXX_unrecognized     []byte                          `json:"-"`
	XXX_sizecache        int32                           `json:"-"`
}

GetAllSystemTree返回

func (*GetAllSystemTreeResponse) Descriptor

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

func (*GetAllSystemTreeResponse) GetSystems

func (*GetAllSystemTreeResponse) ProtoMessage

func (*GetAllSystemTreeResponse) ProtoMessage()

func (*GetAllSystemTreeResponse) Reset

func (m *GetAllSystemTreeResponse) Reset()

func (*GetAllSystemTreeResponse) String

func (m *GetAllSystemTreeResponse) String() string

func (*GetAllSystemTreeResponse) Validate

func (this *GetAllSystemTreeResponse) Validate() error

func (*GetAllSystemTreeResponse) XXX_DiscardUnknown

func (m *GetAllSystemTreeResponse) XXX_DiscardUnknown()

func (*GetAllSystemTreeResponse) XXX_Marshal

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

func (*GetAllSystemTreeResponse) XXX_Merge

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

func (*GetAllSystemTreeResponse) XXX_Size

func (m *GetAllSystemTreeResponse) XXX_Size() int

func (*GetAllSystemTreeResponse) XXX_Unmarshal

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

type GetAllSystemTreeResponseWrapper

type GetAllSystemTreeResponseWrapper 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                 *GetAllSystemTreeResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

GetAllSystemTreeApi返回

func (*GetAllSystemTreeResponseWrapper) Descriptor

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

func (*GetAllSystemTreeResponseWrapper) GetCode

func (*GetAllSystemTreeResponseWrapper) GetCodeExplain

func (m *GetAllSystemTreeResponseWrapper) GetCodeExplain() string

func (*GetAllSystemTreeResponseWrapper) GetData

func (*GetAllSystemTreeResponseWrapper) GetError

func (*GetAllSystemTreeResponseWrapper) ProtoMessage

func (*GetAllSystemTreeResponseWrapper) ProtoMessage()

func (*GetAllSystemTreeResponseWrapper) Reset

func (*GetAllSystemTreeResponseWrapper) String

func (*GetAllSystemTreeResponseWrapper) Validate

func (this *GetAllSystemTreeResponseWrapper) Validate() error

func (*GetAllSystemTreeResponseWrapper) XXX_DiscardUnknown

func (m *GetAllSystemTreeResponseWrapper) XXX_DiscardUnknown()

func (*GetAllSystemTreeResponseWrapper) XXX_Marshal

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

func (*GetAllSystemTreeResponseWrapper) XXX_Merge

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

func (*GetAllSystemTreeResponseWrapper) XXX_Size

func (m *GetAllSystemTreeResponseWrapper) XXX_Size() int

func (*GetAllSystemTreeResponseWrapper) XXX_Unmarshal

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

type GetComponentArchitectureRequest

type GetComponentArchitectureRequest struct {
	//
	//应用简称
	Abbreviation         string   `protobuf:"bytes,1,opt,name=abbreviation,proto3" json:"abbreviation" form:"abbreviation"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

GetComponentArchitecture请求

func (*GetComponentArchitectureRequest) Descriptor

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

func (*GetComponentArchitectureRequest) GetAbbreviation

func (m *GetComponentArchitectureRequest) GetAbbreviation() string

func (*GetComponentArchitectureRequest) ProtoMessage

func (*GetComponentArchitectureRequest) ProtoMessage()

func (*GetComponentArchitectureRequest) Reset

func (*GetComponentArchitectureRequest) String

func (*GetComponentArchitectureRequest) Validate

func (this *GetComponentArchitectureRequest) Validate() error

func (*GetComponentArchitectureRequest) XXX_DiscardUnknown

func (m *GetComponentArchitectureRequest) XXX_DiscardUnknown()

func (*GetComponentArchitectureRequest) XXX_Marshal

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

func (*GetComponentArchitectureRequest) XXX_Merge

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

func (*GetComponentArchitectureRequest) XXX_Size

func (m *GetComponentArchitectureRequest) XXX_Size() int

func (*GetComponentArchitectureRequest) XXX_Unmarshal

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

type GetComponentArchitectureResponseWrapper

type GetComponentArchitectureResponseWrapper 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                 *cmdb_extend.AppDependency `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

GetComponentArchitectureApi返回

func (*GetComponentArchitectureResponseWrapper) Descriptor

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

func (*GetComponentArchitectureResponseWrapper) GetCode

func (*GetComponentArchitectureResponseWrapper) GetCodeExplain

func (m *GetComponentArchitectureResponseWrapper) GetCodeExplain() string

func (*GetComponentArchitectureResponseWrapper) GetData

func (*GetComponentArchitectureResponseWrapper) GetError

func (*GetComponentArchitectureResponseWrapper) ProtoMessage

func (*GetComponentArchitectureResponseWrapper) Reset

func (*GetComponentArchitectureResponseWrapper) String

func (*GetComponentArchitectureResponseWrapper) Validate

func (*GetComponentArchitectureResponseWrapper) XXX_DiscardUnknown

func (m *GetComponentArchitectureResponseWrapper) XXX_DiscardUnknown()

func (*GetComponentArchitectureResponseWrapper) XXX_Marshal

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

func (*GetComponentArchitectureResponseWrapper) XXX_Merge

func (*GetComponentArchitectureResponseWrapper) XXX_Size

func (*GetComponentArchitectureResponseWrapper) XXX_Unmarshal

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

type GetIdcAllRackUnitRequest

type GetIdcAllRackUnitRequest struct {
	//
	//实例ID
	InstanceId           string   `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id" form:"instance_id"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

GetIdcAllRackUnit请求

func (*GetIdcAllRackUnitRequest) Descriptor

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

func (*GetIdcAllRackUnitRequest) GetInstanceId

func (m *GetIdcAllRackUnitRequest) GetInstanceId() string

func (*GetIdcAllRackUnitRequest) ProtoMessage

func (*GetIdcAllRackUnitRequest) ProtoMessage()

func (*GetIdcAllRackUnitRequest) Reset

func (m *GetIdcAllRackUnitRequest) Reset()

func (*GetIdcAllRackUnitRequest) String

func (m *GetIdcAllRackUnitRequest) String() string

func (*GetIdcAllRackUnitRequest) Validate

func (this *GetIdcAllRackUnitRequest) Validate() error

func (*GetIdcAllRackUnitRequest) XXX_DiscardUnknown

func (m *GetIdcAllRackUnitRequest) XXX_DiscardUnknown()

func (*GetIdcAllRackUnitRequest) XXX_Marshal

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

func (*GetIdcAllRackUnitRequest) XXX_Merge

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

func (*GetIdcAllRackUnitRequest) XXX_Size

func (m *GetIdcAllRackUnitRequest) XXX_Size() int

func (*GetIdcAllRackUnitRequest) XXX_Unmarshal

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

type GetIdcAllRackUnitResponseWrapper

type GetIdcAllRackUnitResponseWrapper 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:"-"`
}

GetIdcAllRackUnitApi返回

func (*GetIdcAllRackUnitResponseWrapper) Descriptor

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

func (*GetIdcAllRackUnitResponseWrapper) GetCode

func (*GetIdcAllRackUnitResponseWrapper) GetCodeExplain

func (m *GetIdcAllRackUnitResponseWrapper) GetCodeExplain() string

func (*GetIdcAllRackUnitResponseWrapper) GetData

func (*GetIdcAllRackUnitResponseWrapper) GetError

func (*GetIdcAllRackUnitResponseWrapper) ProtoMessage

func (*GetIdcAllRackUnitResponseWrapper) ProtoMessage()

func (*GetIdcAllRackUnitResponseWrapper) Reset

func (*GetIdcAllRackUnitResponseWrapper) String

func (*GetIdcAllRackUnitResponseWrapper) Validate

func (this *GetIdcAllRackUnitResponseWrapper) Validate() error

func (*GetIdcAllRackUnitResponseWrapper) XXX_DiscardUnknown

func (m *GetIdcAllRackUnitResponseWrapper) XXX_DiscardUnknown()

func (*GetIdcAllRackUnitResponseWrapper) XXX_Marshal

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

func (*GetIdcAllRackUnitResponseWrapper) XXX_Merge

func (*GetIdcAllRackUnitResponseWrapper) XXX_Size

func (m *GetIdcAllRackUnitResponseWrapper) XXX_Size() int

func (*GetIdcAllRackUnitResponseWrapper) XXX_Unmarshal

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

type GetIdcrackUnitRequest

type GetIdcrackUnitRequest struct {
	//
	//实例ID
	InstanceId           string   `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id" form:"instance_id"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

GetIdcrackUnit请求

func (*GetIdcrackUnitRequest) Descriptor

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

func (*GetIdcrackUnitRequest) GetInstanceId

func (m *GetIdcrackUnitRequest) GetInstanceId() string

func (*GetIdcrackUnitRequest) ProtoMessage

func (*GetIdcrackUnitRequest) ProtoMessage()

func (*GetIdcrackUnitRequest) Reset

func (m *GetIdcrackUnitRequest) Reset()

func (*GetIdcrackUnitRequest) String

func (m *GetIdcrackUnitRequest) String() string

func (*GetIdcrackUnitRequest) Validate

func (this *GetIdcrackUnitRequest) Validate() error

func (*GetIdcrackUnitRequest) XXX_DiscardUnknown

func (m *GetIdcrackUnitRequest) XXX_DiscardUnknown()

func (*GetIdcrackUnitRequest) XXX_Marshal

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

func (*GetIdcrackUnitRequest) XXX_Merge

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

func (*GetIdcrackUnitRequest) XXX_Size

func (m *GetIdcrackUnitRequest) XXX_Size() int

func (*GetIdcrackUnitRequest) XXX_Unmarshal

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

type GetIdcrackUnitResponseWrapper

type GetIdcrackUnitResponseWrapper 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                 *cmdb_extend.IdcrackUnitInfo `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

GetIdcrackUnitApi返回

func (*GetIdcrackUnitResponseWrapper) Descriptor

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

func (*GetIdcrackUnitResponseWrapper) GetCode

func (m *GetIdcrackUnitResponseWrapper) GetCode() int32

func (*GetIdcrackUnitResponseWrapper) GetCodeExplain

func (m *GetIdcrackUnitResponseWrapper) GetCodeExplain() string

func (*GetIdcrackUnitResponseWrapper) GetData

func (*GetIdcrackUnitResponseWrapper) GetError

func (m *GetIdcrackUnitResponseWrapper) GetError() string

func (*GetIdcrackUnitResponseWrapper) ProtoMessage

func (*GetIdcrackUnitResponseWrapper) ProtoMessage()

func (*GetIdcrackUnitResponseWrapper) Reset

func (m *GetIdcrackUnitResponseWrapper) Reset()

func (*GetIdcrackUnitResponseWrapper) String

func (*GetIdcrackUnitResponseWrapper) Validate

func (this *GetIdcrackUnitResponseWrapper) Validate() error

func (*GetIdcrackUnitResponseWrapper) XXX_DiscardUnknown

func (m *GetIdcrackUnitResponseWrapper) XXX_DiscardUnknown()

func (*GetIdcrackUnitResponseWrapper) XXX_Marshal

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

func (*GetIdcrackUnitResponseWrapper) XXX_Merge

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

func (*GetIdcrackUnitResponseWrapper) XXX_Size

func (m *GetIdcrackUnitResponseWrapper) XXX_Size() int

func (*GetIdcrackUnitResponseWrapper) XXX_Unmarshal

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

type GetOneSubSystemTreeRequest

type GetOneSubSystemTreeRequest struct {
	//
	//系统简称
	Abbreviation         string   `protobuf:"bytes,1,opt,name=abbreviation,proto3" json:"abbreviation" form:"abbreviation"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

GetOneSubSystemTree请求

func (*GetOneSubSystemTreeRequest) Descriptor

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

func (*GetOneSubSystemTreeRequest) GetAbbreviation

func (m *GetOneSubSystemTreeRequest) GetAbbreviation() string

func (*GetOneSubSystemTreeRequest) ProtoMessage

func (*GetOneSubSystemTreeRequest) ProtoMessage()

func (*GetOneSubSystemTreeRequest) Reset

func (m *GetOneSubSystemTreeRequest) Reset()

func (*GetOneSubSystemTreeRequest) String

func (m *GetOneSubSystemTreeRequest) String() string

func (*GetOneSubSystemTreeRequest) Validate

func (this *GetOneSubSystemTreeRequest) Validate() error

func (*GetOneSubSystemTreeRequest) XXX_DiscardUnknown

func (m *GetOneSubSystemTreeRequest) XXX_DiscardUnknown()

func (*GetOneSubSystemTreeRequest) XXX_Marshal

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

func (*GetOneSubSystemTreeRequest) XXX_Merge

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

func (*GetOneSubSystemTreeRequest) XXX_Size

func (m *GetOneSubSystemTreeRequest) XXX_Size() int

func (*GetOneSubSystemTreeRequest) XXX_Unmarshal

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

type GetOneSubSystemTreeResponseWrapper

type GetOneSubSystemTreeResponseWrapper 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                 *cmdb_extend.SubsystemDependency `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                         `json:"-"`
	XXX_unrecognized     []byte                           `json:"-"`
	XXX_sizecache        int32                            `json:"-"`
}

GetOneSubSystemTreeApi返回

func (*GetOneSubSystemTreeResponseWrapper) Descriptor

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

func (*GetOneSubSystemTreeResponseWrapper) GetCode

func (*GetOneSubSystemTreeResponseWrapper) GetCodeExplain

func (m *GetOneSubSystemTreeResponseWrapper) GetCodeExplain() string

func (*GetOneSubSystemTreeResponseWrapper) GetData

func (*GetOneSubSystemTreeResponseWrapper) GetError

func (*GetOneSubSystemTreeResponseWrapper) ProtoMessage

func (*GetOneSubSystemTreeResponseWrapper) ProtoMessage()

func (*GetOneSubSystemTreeResponseWrapper) Reset

func (*GetOneSubSystemTreeResponseWrapper) String

func (*GetOneSubSystemTreeResponseWrapper) Validate

func (this *GetOneSubSystemTreeResponseWrapper) Validate() error

func (*GetOneSubSystemTreeResponseWrapper) XXX_DiscardUnknown

func (m *GetOneSubSystemTreeResponseWrapper) XXX_DiscardUnknown()

func (*GetOneSubSystemTreeResponseWrapper) XXX_Marshal

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

func (*GetOneSubSystemTreeResponseWrapper) XXX_Merge

func (*GetOneSubSystemTreeResponseWrapper) XXX_Size

func (*GetOneSubSystemTreeResponseWrapper) XXX_Unmarshal

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

type GetOneSystemTreeRequest

type GetOneSystemTreeRequest struct {
	//
	//系统简称
	Abbreviation         string   `protobuf:"bytes,1,opt,name=abbreviation,proto3" json:"abbreviation" form:"abbreviation"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

GetOneSystemTree请求

func (*GetOneSystemTreeRequest) Descriptor

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

func (*GetOneSystemTreeRequest) GetAbbreviation

func (m *GetOneSystemTreeRequest) GetAbbreviation() string

func (*GetOneSystemTreeRequest) ProtoMessage

func (*GetOneSystemTreeRequest) ProtoMessage()

func (*GetOneSystemTreeRequest) Reset

func (m *GetOneSystemTreeRequest) Reset()

func (*GetOneSystemTreeRequest) String

func (m *GetOneSystemTreeRequest) String() string

func (*GetOneSystemTreeRequest) Validate

func (this *GetOneSystemTreeRequest) Validate() error

func (*GetOneSystemTreeRequest) XXX_DiscardUnknown

func (m *GetOneSystemTreeRequest) XXX_DiscardUnknown()

func (*GetOneSystemTreeRequest) XXX_Marshal

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

func (*GetOneSystemTreeRequest) XXX_Merge

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

func (*GetOneSystemTreeRequest) XXX_Size

func (m *GetOneSystemTreeRequest) XXX_Size() int

func (*GetOneSystemTreeRequest) XXX_Unmarshal

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

type GetOneSystemTreeResponseWrapper

type GetOneSystemTreeResponseWrapper 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                 *cmdb_extend.SystemDependency `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

GetOneSystemTreeApi返回

func (*GetOneSystemTreeResponseWrapper) Descriptor

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

func (*GetOneSystemTreeResponseWrapper) GetCode

func (*GetOneSystemTreeResponseWrapper) GetCodeExplain

func (m *GetOneSystemTreeResponseWrapper) GetCodeExplain() string

func (*GetOneSystemTreeResponseWrapper) GetData

func (*GetOneSystemTreeResponseWrapper) GetError

func (*GetOneSystemTreeResponseWrapper) ProtoMessage

func (*GetOneSystemTreeResponseWrapper) ProtoMessage()

func (*GetOneSystemTreeResponseWrapper) Reset

func (*GetOneSystemTreeResponseWrapper) String

func (*GetOneSystemTreeResponseWrapper) Validate

func (this *GetOneSystemTreeResponseWrapper) Validate() error

func (*GetOneSystemTreeResponseWrapper) XXX_DiscardUnknown

func (m *GetOneSystemTreeResponseWrapper) XXX_DiscardUnknown()

func (*GetOneSystemTreeResponseWrapper) XXX_Marshal

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

func (*GetOneSystemTreeResponseWrapper) XXX_Merge

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

func (*GetOneSystemTreeResponseWrapper) XXX_Size

func (m *GetOneSystemTreeResponseWrapper) XXX_Size() int

func (*GetOneSystemTreeResponseWrapper) XXX_Unmarshal

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

type ModifyIdcRackUnitCheckRequest

type ModifyIdcRackUnitCheckRequest struct {
	//
	//设备列表
	DeviceList           []*cmdb_extend.IdcrackUnitDevice `protobuf:"bytes,1,rep,name=deviceList,proto3" json:"deviceList" form:"deviceList"`
	XXX_NoUnkeyedLiteral struct{}                         `json:"-"`
	XXX_unrecognized     []byte                           `json:"-"`
	XXX_sizecache        int32                            `json:"-"`
}

ModifyIdcRackUnitCheck请求

func (*ModifyIdcRackUnitCheckRequest) Descriptor

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

func (*ModifyIdcRackUnitCheckRequest) GetDeviceList

func (*ModifyIdcRackUnitCheckRequest) ProtoMessage

func (*ModifyIdcRackUnitCheckRequest) ProtoMessage()

func (*ModifyIdcRackUnitCheckRequest) Reset

func (m *ModifyIdcRackUnitCheckRequest) Reset()

func (*ModifyIdcRackUnitCheckRequest) String

func (*ModifyIdcRackUnitCheckRequest) Validate

func (this *ModifyIdcRackUnitCheckRequest) Validate() error

func (*ModifyIdcRackUnitCheckRequest) XXX_DiscardUnknown

func (m *ModifyIdcRackUnitCheckRequest) XXX_DiscardUnknown()

func (*ModifyIdcRackUnitCheckRequest) XXX_Marshal

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

func (*ModifyIdcRackUnitCheckRequest) XXX_Merge

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

func (*ModifyIdcRackUnitCheckRequest) XXX_Size

func (m *ModifyIdcRackUnitCheckRequest) XXX_Size() int

func (*ModifyIdcRackUnitCheckRequest) XXX_Unmarshal

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

type ModifyIdcRackUnitCheckResponseWrapper

type ModifyIdcRackUnitCheckResponseWrapper 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:"-"`
}

ModifyIdcRackUnitCheckApi返回

func (*ModifyIdcRackUnitCheckResponseWrapper) Descriptor

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

func (*ModifyIdcRackUnitCheckResponseWrapper) GetCode

func (*ModifyIdcRackUnitCheckResponseWrapper) GetCodeExplain

func (m *ModifyIdcRackUnitCheckResponseWrapper) GetCodeExplain() string

func (*ModifyIdcRackUnitCheckResponseWrapper) GetData

func (*ModifyIdcRackUnitCheckResponseWrapper) GetError

func (*ModifyIdcRackUnitCheckResponseWrapper) ProtoMessage

func (*ModifyIdcRackUnitCheckResponseWrapper) ProtoMessage()

func (*ModifyIdcRackUnitCheckResponseWrapper) Reset

func (*ModifyIdcRackUnitCheckResponseWrapper) String

func (*ModifyIdcRackUnitCheckResponseWrapper) Validate

func (*ModifyIdcRackUnitCheckResponseWrapper) XXX_DiscardUnknown

func (m *ModifyIdcRackUnitCheckResponseWrapper) XXX_DiscardUnknown()

func (*ModifyIdcRackUnitCheckResponseWrapper) XXX_Marshal

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

func (*ModifyIdcRackUnitCheckResponseWrapper) XXX_Merge

func (*ModifyIdcRackUnitCheckResponseWrapper) XXX_Size

func (*ModifyIdcRackUnitCheckResponseWrapper) XXX_Unmarshal

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

type ModifyIdcRackUnitRequest

type ModifyIdcRackUnitRequest struct {
	//
	//设备列表
	DeviceList           []*cmdb_extend.IdcrackUnitDevice `protobuf:"bytes,1,rep,name=deviceList,proto3" json:"deviceList" form:"deviceList"`
	XXX_NoUnkeyedLiteral struct{}                         `json:"-"`
	XXX_unrecognized     []byte                           `json:"-"`
	XXX_sizecache        int32                            `json:"-"`
}

ModifyIdcRackUnit请求

func (*ModifyIdcRackUnitRequest) Descriptor

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

func (*ModifyIdcRackUnitRequest) GetDeviceList

func (*ModifyIdcRackUnitRequest) ProtoMessage

func (*ModifyIdcRackUnitRequest) ProtoMessage()

func (*ModifyIdcRackUnitRequest) Reset

func (m *ModifyIdcRackUnitRequest) Reset()

func (*ModifyIdcRackUnitRequest) String

func (m *ModifyIdcRackUnitRequest) String() string

func (*ModifyIdcRackUnitRequest) Validate

func (this *ModifyIdcRackUnitRequest) Validate() error

func (*ModifyIdcRackUnitRequest) XXX_DiscardUnknown

func (m *ModifyIdcRackUnitRequest) XXX_DiscardUnknown()

func (*ModifyIdcRackUnitRequest) XXX_Marshal

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

func (*ModifyIdcRackUnitRequest) XXX_Merge

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

func (*ModifyIdcRackUnitRequest) XXX_Size

func (m *ModifyIdcRackUnitRequest) XXX_Size() int

func (*ModifyIdcRackUnitRequest) XXX_Unmarshal

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

type ModifyIdcRackUnitResponseWrapper

type ModifyIdcRackUnitResponseWrapper 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:"-"`
}

ModifyIdcRackUnitApi返回

func (*ModifyIdcRackUnitResponseWrapper) Descriptor

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

func (*ModifyIdcRackUnitResponseWrapper) GetCode

func (*ModifyIdcRackUnitResponseWrapper) GetCodeExplain

func (m *ModifyIdcRackUnitResponseWrapper) GetCodeExplain() string

func (*ModifyIdcRackUnitResponseWrapper) GetData

func (*ModifyIdcRackUnitResponseWrapper) GetError

func (*ModifyIdcRackUnitResponseWrapper) ProtoMessage

func (*ModifyIdcRackUnitResponseWrapper) ProtoMessage()

func (*ModifyIdcRackUnitResponseWrapper) Reset

func (*ModifyIdcRackUnitResponseWrapper) String

func (*ModifyIdcRackUnitResponseWrapper) Validate

func (this *ModifyIdcRackUnitResponseWrapper) Validate() error

func (*ModifyIdcRackUnitResponseWrapper) XXX_DiscardUnknown

func (m *ModifyIdcRackUnitResponseWrapper) XXX_DiscardUnknown()

func (*ModifyIdcRackUnitResponseWrapper) XXX_Marshal

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

func (*ModifyIdcRackUnitResponseWrapper) XXX_Merge

func (*ModifyIdcRackUnitResponseWrapper) XXX_Size

func (m *ModifyIdcRackUnitResponseWrapper) XXX_Size() int

func (*ModifyIdcRackUnitResponseWrapper) XXX_Unmarshal

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

type QueryIdcRackUnitResponseWrapper

type QueryIdcRackUnitResponseWrapper 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:"-"`
}

QueryIdcRackUnitApi返回

func (*QueryIdcRackUnitResponseWrapper) Descriptor

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

func (*QueryIdcRackUnitResponseWrapper) GetCode

func (*QueryIdcRackUnitResponseWrapper) GetCodeExplain

func (m *QueryIdcRackUnitResponseWrapper) GetCodeExplain() string

func (*QueryIdcRackUnitResponseWrapper) GetData

func (*QueryIdcRackUnitResponseWrapper) GetError

func (*QueryIdcRackUnitResponseWrapper) ProtoMessage

func (*QueryIdcRackUnitResponseWrapper) ProtoMessage()

func (*QueryIdcRackUnitResponseWrapper) Reset

func (*QueryIdcRackUnitResponseWrapper) String

func (*QueryIdcRackUnitResponseWrapper) Validate

func (this *QueryIdcRackUnitResponseWrapper) Validate() error

func (*QueryIdcRackUnitResponseWrapper) XXX_DiscardUnknown

func (m *QueryIdcRackUnitResponseWrapper) XXX_DiscardUnknown()

func (*QueryIdcRackUnitResponseWrapper) XXX_Marshal

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

func (*QueryIdcRackUnitResponseWrapper) XXX_Merge

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

func (*QueryIdcRackUnitResponseWrapper) XXX_Size

func (m *QueryIdcRackUnitResponseWrapper) XXX_Size() int

func (*QueryIdcRackUnitResponseWrapper) XXX_Unmarshal

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

type ReleaseIdcRackUnitRequest

type ReleaseIdcRackUnitRequest struct {
	//
	//设备列表
	DeviceList           []*ReleaseIdcRackUnitRequest_DeviceList `protobuf:"bytes,1,rep,name=deviceList,proto3" json:"deviceList" form:"deviceList"`
	XXX_NoUnkeyedLiteral struct{}                                `json:"-"`
	XXX_unrecognized     []byte                                  `json:"-"`
	XXX_sizecache        int32                                   `json:"-"`
}

ReleaseIdcRackUnit请求

func (*ReleaseIdcRackUnitRequest) Descriptor

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

func (*ReleaseIdcRackUnitRequest) GetDeviceList

func (*ReleaseIdcRackUnitRequest) ProtoMessage

func (*ReleaseIdcRackUnitRequest) ProtoMessage()

func (*ReleaseIdcRackUnitRequest) Reset

func (m *ReleaseIdcRackUnitRequest) Reset()

func (*ReleaseIdcRackUnitRequest) String

func (m *ReleaseIdcRackUnitRequest) String() string

func (*ReleaseIdcRackUnitRequest) Validate

func (this *ReleaseIdcRackUnitRequest) Validate() error

func (*ReleaseIdcRackUnitRequest) XXX_DiscardUnknown

func (m *ReleaseIdcRackUnitRequest) XXX_DiscardUnknown()

func (*ReleaseIdcRackUnitRequest) XXX_Marshal

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

func (*ReleaseIdcRackUnitRequest) XXX_Merge

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

func (*ReleaseIdcRackUnitRequest) XXX_Size

func (m *ReleaseIdcRackUnitRequest) XXX_Size() int

func (*ReleaseIdcRackUnitRequest) XXX_Unmarshal

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

type ReleaseIdcRackUnitRequest_DeviceList

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

func (*ReleaseIdcRackUnitRequest_DeviceList) Descriptor

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

func (*ReleaseIdcRackUnitRequest_DeviceList) GetInstanceId

func (m *ReleaseIdcRackUnitRequest_DeviceList) GetInstanceId() string

func (*ReleaseIdcRackUnitRequest_DeviceList) GetObjectId

func (*ReleaseIdcRackUnitRequest_DeviceList) ProtoMessage

func (*ReleaseIdcRackUnitRequest_DeviceList) ProtoMessage()

func (*ReleaseIdcRackUnitRequest_DeviceList) Reset

func (*ReleaseIdcRackUnitRequest_DeviceList) String

func (*ReleaseIdcRackUnitRequest_DeviceList) Validate

func (*ReleaseIdcRackUnitRequest_DeviceList) XXX_DiscardUnknown

func (m *ReleaseIdcRackUnitRequest_DeviceList) XXX_DiscardUnknown()

func (*ReleaseIdcRackUnitRequest_DeviceList) XXX_Marshal

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

func (*ReleaseIdcRackUnitRequest_DeviceList) XXX_Merge

func (*ReleaseIdcRackUnitRequest_DeviceList) XXX_Size

func (*ReleaseIdcRackUnitRequest_DeviceList) XXX_Unmarshal

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

type ReleaseIdcRackUnitResponseWrapper

type ReleaseIdcRackUnitResponseWrapper 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:"-"`
}

ReleaseIdcRackUnitApi返回

func (*ReleaseIdcRackUnitResponseWrapper) Descriptor

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

func (*ReleaseIdcRackUnitResponseWrapper) GetCode

func (*ReleaseIdcRackUnitResponseWrapper) GetCodeExplain

func (m *ReleaseIdcRackUnitResponseWrapper) GetCodeExplain() string

func (*ReleaseIdcRackUnitResponseWrapper) GetData

func (*ReleaseIdcRackUnitResponseWrapper) GetError

func (*ReleaseIdcRackUnitResponseWrapper) ProtoMessage

func (*ReleaseIdcRackUnitResponseWrapper) ProtoMessage()

func (*ReleaseIdcRackUnitResponseWrapper) Reset

func (*ReleaseIdcRackUnitResponseWrapper) String

func (*ReleaseIdcRackUnitResponseWrapper) Validate

func (this *ReleaseIdcRackUnitResponseWrapper) Validate() error

func (*ReleaseIdcRackUnitResponseWrapper) XXX_DiscardUnknown

func (m *ReleaseIdcRackUnitResponseWrapper) XXX_DiscardUnknown()

func (*ReleaseIdcRackUnitResponseWrapper) XXX_Marshal

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

func (*ReleaseIdcRackUnitResponseWrapper) XXX_Merge

func (*ReleaseIdcRackUnitResponseWrapper) XXX_Size

func (m *ReleaseIdcRackUnitResponseWrapper) XXX_Size() int

func (*ReleaseIdcRackUnitResponseWrapper) XXX_Unmarshal

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

type Service

Service is the server API for custom service.

Jump to

Keyboard shortcuts

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