admin_task

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 CallbackAdminTaskRequest

type CallbackAdminTaskRequest struct {
	//
	//任务ID
	TaskId string `protobuf:"bytes,1,opt,name=taskId,proto3" json:"taskId" form:"taskId"`
	//
	//任务执行状态
	Status string `protobuf:"bytes,2,opt,name=status,proto3" json:"status" form:"status"`
	//
	//最后一个出错的目标机器action的退出码
	Code int32 `protobuf:"varint,3,opt,name=code,proto3" json:"code" form:"code"`
	//
	//任务的各个目标机器的执行结果详情
	TargetsLog []*easy_command.TargetLog `protobuf:"bytes,4,rep,name=targetsLog,proto3" json:"targetsLog" form:"targetsLog"`
	//
	//任务名称
	Name                 string   `protobuf:"bytes,5,opt,name=name,proto3" json:"name" form:"name"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

CallbackAdminTask请求

func (*CallbackAdminTaskRequest) Descriptor

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

func (*CallbackAdminTaskRequest) GetCode

func (m *CallbackAdminTaskRequest) GetCode() int32

func (*CallbackAdminTaskRequest) GetName

func (m *CallbackAdminTaskRequest) GetName() string

func (*CallbackAdminTaskRequest) GetStatus

func (m *CallbackAdminTaskRequest) GetStatus() string

func (*CallbackAdminTaskRequest) GetTargetsLog

func (m *CallbackAdminTaskRequest) GetTargetsLog() []*easy_command.TargetLog

func (*CallbackAdminTaskRequest) GetTaskId

func (m *CallbackAdminTaskRequest) GetTaskId() string

func (*CallbackAdminTaskRequest) ProtoMessage

func (*CallbackAdminTaskRequest) ProtoMessage()

func (*CallbackAdminTaskRequest) Reset

func (m *CallbackAdminTaskRequest) Reset()

func (*CallbackAdminTaskRequest) String

func (m *CallbackAdminTaskRequest) String() string

func (*CallbackAdminTaskRequest) Validate

func (this *CallbackAdminTaskRequest) Validate() error

func (*CallbackAdminTaskRequest) XXX_DiscardUnknown

func (m *CallbackAdminTaskRequest) XXX_DiscardUnknown()

func (*CallbackAdminTaskRequest) XXX_Marshal

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

func (*CallbackAdminTaskRequest) XXX_Merge

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

func (*CallbackAdminTaskRequest) XXX_Size

func (m *CallbackAdminTaskRequest) XXX_Size() int

func (*CallbackAdminTaskRequest) XXX_Unmarshal

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

type CallbackAdminTaskResponse

type CallbackAdminTaskResponse struct {
	//
	//返回接受状态
	Status               string   `protobuf:"bytes,1,opt,name=status,proto3" json:"status" form:"status"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

CallbackAdminTask返回

func (*CallbackAdminTaskResponse) Descriptor

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

func (*CallbackAdminTaskResponse) GetStatus

func (m *CallbackAdminTaskResponse) GetStatus() string

func (*CallbackAdminTaskResponse) ProtoMessage

func (*CallbackAdminTaskResponse) ProtoMessage()

func (*CallbackAdminTaskResponse) Reset

func (m *CallbackAdminTaskResponse) Reset()

func (*CallbackAdminTaskResponse) String

func (m *CallbackAdminTaskResponse) String() string

func (*CallbackAdminTaskResponse) Validate

func (this *CallbackAdminTaskResponse) Validate() error

func (*CallbackAdminTaskResponse) XXX_DiscardUnknown

func (m *CallbackAdminTaskResponse) XXX_DiscardUnknown()

func (*CallbackAdminTaskResponse) XXX_Marshal

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

func (*CallbackAdminTaskResponse) XXX_Merge

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

func (*CallbackAdminTaskResponse) XXX_Size

func (m *CallbackAdminTaskResponse) XXX_Size() int

func (*CallbackAdminTaskResponse) XXX_Unmarshal

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

type CallbackAdminTaskResponseWrapper

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

CallbackAdminTaskApi返回

func (*CallbackAdminTaskResponseWrapper) Descriptor

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

func (*CallbackAdminTaskResponseWrapper) GetCode

func (*CallbackAdminTaskResponseWrapper) GetCodeExplain

func (m *CallbackAdminTaskResponseWrapper) GetCodeExplain() string

func (*CallbackAdminTaskResponseWrapper) GetData

func (*CallbackAdminTaskResponseWrapper) GetError

func (*CallbackAdminTaskResponseWrapper) ProtoMessage

func (*CallbackAdminTaskResponseWrapper) ProtoMessage()

func (*CallbackAdminTaskResponseWrapper) Reset

func (*CallbackAdminTaskResponseWrapper) String

func (*CallbackAdminTaskResponseWrapper) Validate

func (this *CallbackAdminTaskResponseWrapper) Validate() error

func (*CallbackAdminTaskResponseWrapper) XXX_DiscardUnknown

func (m *CallbackAdminTaskResponseWrapper) XXX_DiscardUnknown()

func (*CallbackAdminTaskResponseWrapper) XXX_Marshal

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

func (*CallbackAdminTaskResponseWrapper) XXX_Merge

func (*CallbackAdminTaskResponseWrapper) XXX_Size

func (m *CallbackAdminTaskResponseWrapper) XXX_Size() int

func (*CallbackAdminTaskResponseWrapper) XXX_Unmarshal

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

type CallbackAdminTaskV1Request

type CallbackAdminTaskV1Request struct {
	//
	//任务ID
	TaskId string `protobuf:"bytes,1,opt,name=taskId,proto3" json:"taskId" form:"taskId"`
	//
	//任务执行状态
	Status string `protobuf:"bytes,2,opt,name=status,proto3" json:"status" form:"status"`
	//
	//最后一个出错的目标机器action的退出码
	Code int32 `protobuf:"varint,3,opt,name=code,proto3" json:"code" form:"code"`
	//
	//任务的各个目标机器的执行结果详情
	TargetsLog []*easy_command.TargetLog `protobuf:"bytes,4,rep,name=targetsLog,proto3" json:"targetsLog" form:"targetsLog"`
	//
	//任务名称
	Name                 string   `protobuf:"bytes,5,opt,name=name,proto3" json:"name" form:"name"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

CallbackAdminTaskV1请求

func (*CallbackAdminTaskV1Request) Descriptor

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

func (*CallbackAdminTaskV1Request) GetCode

func (m *CallbackAdminTaskV1Request) GetCode() int32

func (*CallbackAdminTaskV1Request) GetName

func (m *CallbackAdminTaskV1Request) GetName() string

func (*CallbackAdminTaskV1Request) GetStatus

func (m *CallbackAdminTaskV1Request) GetStatus() string

func (*CallbackAdminTaskV1Request) GetTargetsLog

func (m *CallbackAdminTaskV1Request) GetTargetsLog() []*easy_command.TargetLog

func (*CallbackAdminTaskV1Request) GetTaskId

func (m *CallbackAdminTaskV1Request) GetTaskId() string

func (*CallbackAdminTaskV1Request) ProtoMessage

func (*CallbackAdminTaskV1Request) ProtoMessage()

func (*CallbackAdminTaskV1Request) Reset

func (m *CallbackAdminTaskV1Request) Reset()

func (*CallbackAdminTaskV1Request) String

func (m *CallbackAdminTaskV1Request) String() string

func (*CallbackAdminTaskV1Request) Validate

func (this *CallbackAdminTaskV1Request) Validate() error

func (*CallbackAdminTaskV1Request) XXX_DiscardUnknown

func (m *CallbackAdminTaskV1Request) XXX_DiscardUnknown()

func (*CallbackAdminTaskV1Request) XXX_Marshal

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

func (*CallbackAdminTaskV1Request) XXX_Merge

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

func (*CallbackAdminTaskV1Request) XXX_Size

func (m *CallbackAdminTaskV1Request) XXX_Size() int

func (*CallbackAdminTaskV1Request) XXX_Unmarshal

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

type CallbackAdminTaskV1Response

type CallbackAdminTaskV1Response struct {
	//
	//返回接受状态
	Status               string   `protobuf:"bytes,1,opt,name=status,proto3" json:"status" form:"status"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

CallbackAdminTaskV1返回

func (*CallbackAdminTaskV1Response) Descriptor

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

func (*CallbackAdminTaskV1Response) GetStatus

func (m *CallbackAdminTaskV1Response) GetStatus() string

func (*CallbackAdminTaskV1Response) ProtoMessage

func (*CallbackAdminTaskV1Response) ProtoMessage()

func (*CallbackAdminTaskV1Response) Reset

func (m *CallbackAdminTaskV1Response) Reset()

func (*CallbackAdminTaskV1Response) String

func (m *CallbackAdminTaskV1Response) String() string

func (*CallbackAdminTaskV1Response) Validate

func (this *CallbackAdminTaskV1Response) Validate() error

func (*CallbackAdminTaskV1Response) XXX_DiscardUnknown

func (m *CallbackAdminTaskV1Response) XXX_DiscardUnknown()

func (*CallbackAdminTaskV1Response) XXX_Marshal

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

func (*CallbackAdminTaskV1Response) XXX_Merge

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

func (*CallbackAdminTaskV1Response) XXX_Size

func (m *CallbackAdminTaskV1Response) XXX_Size() int

func (*CallbackAdminTaskV1Response) XXX_Unmarshal

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

type CallbackAdminTaskV1ResponseWrapper

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

CallbackAdminTaskV1Api返回

func (*CallbackAdminTaskV1ResponseWrapper) Descriptor

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

func (*CallbackAdminTaskV1ResponseWrapper) GetCode

func (*CallbackAdminTaskV1ResponseWrapper) GetCodeExplain

func (m *CallbackAdminTaskV1ResponseWrapper) GetCodeExplain() string

func (*CallbackAdminTaskV1ResponseWrapper) GetData

func (*CallbackAdminTaskV1ResponseWrapper) GetError

func (*CallbackAdminTaskV1ResponseWrapper) ProtoMessage

func (*CallbackAdminTaskV1ResponseWrapper) ProtoMessage()

func (*CallbackAdminTaskV1ResponseWrapper) Reset

func (*CallbackAdminTaskV1ResponseWrapper) String

func (*CallbackAdminTaskV1ResponseWrapper) Validate

func (this *CallbackAdminTaskV1ResponseWrapper) Validate() error

func (*CallbackAdminTaskV1ResponseWrapper) XXX_DiscardUnknown

func (m *CallbackAdminTaskV1ResponseWrapper) XXX_DiscardUnknown()

func (*CallbackAdminTaskV1ResponseWrapper) XXX_Marshal

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

func (*CallbackAdminTaskV1ResponseWrapper) XXX_Merge

func (*CallbackAdminTaskV1ResponseWrapper) XXX_Size

func (*CallbackAdminTaskV1ResponseWrapper) XXX_Unmarshal

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

type Client

Client is the client API for admin_task 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 GetDeployTaskV1Request

type GetDeployTaskV1Request struct {
	//
	//TaskId
	CmdTaskId            string   `protobuf:"bytes,1,opt,name=cmdTaskId,proto3" json:"cmdTaskId" form:"cmdTaskId"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

GetDeployTaskV1请求

func (*GetDeployTaskV1Request) Descriptor

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

func (*GetDeployTaskV1Request) GetCmdTaskId

func (m *GetDeployTaskV1Request) GetCmdTaskId() string

func (*GetDeployTaskV1Request) ProtoMessage

func (*GetDeployTaskV1Request) ProtoMessage()

func (*GetDeployTaskV1Request) Reset

func (m *GetDeployTaskV1Request) Reset()

func (*GetDeployTaskV1Request) String

func (m *GetDeployTaskV1Request) String() string

func (*GetDeployTaskV1Request) Validate

func (this *GetDeployTaskV1Request) Validate() error

func (*GetDeployTaskV1Request) XXX_DiscardUnknown

func (m *GetDeployTaskV1Request) XXX_DiscardUnknown()

func (*GetDeployTaskV1Request) XXX_Marshal

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

func (*GetDeployTaskV1Request) XXX_Merge

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

func (*GetDeployTaskV1Request) XXX_Size

func (m *GetDeployTaskV1Request) XXX_Size() int

func (*GetDeployTaskV1Request) XXX_Unmarshal

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

type GetDeployTaskV1Response

type GetDeployTaskV1Response struct {
	//
	//任务对象
	TargetId string `protobuf:"bytes,1,opt,name=targetId,proto3" json:"targetId" form:"targetId"`
	//
	//任务对象名称
	TargetName string `protobuf:"bytes,2,opt,name=targetName,proto3" json:"targetName" form:"targetName"`
	//
	//执行用户
	Creator string `protobuf:"bytes,3,opt,name=creator,proto3" json:"creator" form:"creator"`
	//
	//任务状态
	Status string `protobuf:"bytes,4,opt,name=status,proto3" json:"status" form:"status"`
	//
	//创建时间
	Ctime int32 `protobuf:"varint,5,opt,name=ctime,proto3" json:"ctime" form:"ctime"`
	//
	//结束时间
	Etime int32 `protobuf:"varint,6,opt,name=etime,proto3" json:"etime" form:"etime"`
	//
	//部署信息
	DeployList           []*GetDeployTaskV1Response_DeployList `protobuf:"bytes,7,rep,name=deployList,proto3" json:"deployList" form:"deployList"`
	XXX_NoUnkeyedLiteral struct{}                              `json:"-"`
	XXX_unrecognized     []byte                                `json:"-"`
	XXX_sizecache        int32                                 `json:"-"`
}

GetDeployTaskV1返回

func (*GetDeployTaskV1Response) Descriptor

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

func (*GetDeployTaskV1Response) GetCreator

func (m *GetDeployTaskV1Response) GetCreator() string

func (*GetDeployTaskV1Response) GetCtime

func (m *GetDeployTaskV1Response) GetCtime() int32

func (*GetDeployTaskV1Response) GetDeployList

func (*GetDeployTaskV1Response) GetEtime

func (m *GetDeployTaskV1Response) GetEtime() int32

func (*GetDeployTaskV1Response) GetStatus

func (m *GetDeployTaskV1Response) GetStatus() string

func (*GetDeployTaskV1Response) GetTargetId

func (m *GetDeployTaskV1Response) GetTargetId() string

func (*GetDeployTaskV1Response) GetTargetName

func (m *GetDeployTaskV1Response) GetTargetName() string

func (*GetDeployTaskV1Response) ProtoMessage

func (*GetDeployTaskV1Response) ProtoMessage()

func (*GetDeployTaskV1Response) Reset

func (m *GetDeployTaskV1Response) Reset()

func (*GetDeployTaskV1Response) String

func (m *GetDeployTaskV1Response) String() string

func (*GetDeployTaskV1Response) Validate

func (this *GetDeployTaskV1Response) Validate() error

func (*GetDeployTaskV1Response) XXX_DiscardUnknown

func (m *GetDeployTaskV1Response) XXX_DiscardUnknown()

func (*GetDeployTaskV1Response) XXX_Marshal

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

func (*GetDeployTaskV1Response) XXX_Merge

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

func (*GetDeployTaskV1Response) XXX_Size

func (m *GetDeployTaskV1Response) XXX_Size() int

func (*GetDeployTaskV1Response) XXX_Unmarshal

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

type GetDeployTaskV1ResponseWrapper

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

GetDeployTaskV1Api返回

func (*GetDeployTaskV1ResponseWrapper) Descriptor

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

func (*GetDeployTaskV1ResponseWrapper) GetCode

func (*GetDeployTaskV1ResponseWrapper) GetCodeExplain

func (m *GetDeployTaskV1ResponseWrapper) GetCodeExplain() string

func (*GetDeployTaskV1ResponseWrapper) GetData

func (*GetDeployTaskV1ResponseWrapper) GetError

func (m *GetDeployTaskV1ResponseWrapper) GetError() string

func (*GetDeployTaskV1ResponseWrapper) ProtoMessage

func (*GetDeployTaskV1ResponseWrapper) ProtoMessage()

func (*GetDeployTaskV1ResponseWrapper) Reset

func (m *GetDeployTaskV1ResponseWrapper) Reset()

func (*GetDeployTaskV1ResponseWrapper) String

func (*GetDeployTaskV1ResponseWrapper) Validate

func (this *GetDeployTaskV1ResponseWrapper) Validate() error

func (*GetDeployTaskV1ResponseWrapper) XXX_DiscardUnknown

func (m *GetDeployTaskV1ResponseWrapper) XXX_DiscardUnknown()

func (*GetDeployTaskV1ResponseWrapper) XXX_Marshal

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

func (*GetDeployTaskV1ResponseWrapper) XXX_Merge

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

func (*GetDeployTaskV1ResponseWrapper) XXX_Size

func (m *GetDeployTaskV1ResponseWrapper) XXX_Size() int

func (*GetDeployTaskV1ResponseWrapper) XXX_Unmarshal

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

type GetDeployTaskV1Response_DeployList

type GetDeployTaskV1Response_DeployList struct {
	//
	//AgentID
	AgentId string `protobuf:"bytes,1,opt,name=agentId,proto3" json:"agentId" form:"agentId"`
	//
	//ip
	Ip string `protobuf:"bytes,2,opt,name=ip,proto3" json:"ip" form:"ip"`
	//
	//部署路径
	DeployPath []string `protobuf:"bytes,3,rep,name=deployPath,proto3" json:"deployPath" form:"deployPath"`
	//
	//插件包ID
	AgentPluginId string `protobuf:"bytes,4,opt,name=agentPluginId,proto3" json:"agentPluginId" form:"agentPluginId"`
	//
	//插件包名称
	AgentPluginName string `protobuf:"bytes,5,opt,name=agentPluginName,proto3" json:"agentPluginName" form:"agentPluginName"`
	//
	//插件包部署前名称
	PreVersionName string `protobuf:"bytes,6,opt,name=preVersionName,proto3" json:"preVersionName" form:"preVersionName"`
	//
	//插件包版本名称
	PluginVersionName string `protobuf:"bytes,7,opt,name=pluginVersionName,proto3" json:"pluginVersionName" form:"pluginVersionName"`
	//
	//插件包部署状态
	Status               string   `protobuf:"bytes,8,opt,name=status,proto3" json:"status" form:"status"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetDeployTaskV1Response_DeployList) Descriptor

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

func (*GetDeployTaskV1Response_DeployList) GetAgentId

func (*GetDeployTaskV1Response_DeployList) GetAgentPluginId

func (m *GetDeployTaskV1Response_DeployList) GetAgentPluginId() string

func (*GetDeployTaskV1Response_DeployList) GetAgentPluginName

func (m *GetDeployTaskV1Response_DeployList) GetAgentPluginName() string

func (*GetDeployTaskV1Response_DeployList) GetDeployPath

func (m *GetDeployTaskV1Response_DeployList) GetDeployPath() []string

func (*GetDeployTaskV1Response_DeployList) GetIp

func (*GetDeployTaskV1Response_DeployList) GetPluginVersionName

func (m *GetDeployTaskV1Response_DeployList) GetPluginVersionName() string

func (*GetDeployTaskV1Response_DeployList) GetPreVersionName

func (m *GetDeployTaskV1Response_DeployList) GetPreVersionName() string

func (*GetDeployTaskV1Response_DeployList) GetStatus

func (*GetDeployTaskV1Response_DeployList) ProtoMessage

func (*GetDeployTaskV1Response_DeployList) ProtoMessage()

func (*GetDeployTaskV1Response_DeployList) Reset

func (*GetDeployTaskV1Response_DeployList) String

func (*GetDeployTaskV1Response_DeployList) Validate

func (this *GetDeployTaskV1Response_DeployList) Validate() error

func (*GetDeployTaskV1Response_DeployList) XXX_DiscardUnknown

func (m *GetDeployTaskV1Response_DeployList) XXX_DiscardUnknown()

func (*GetDeployTaskV1Response_DeployList) XXX_Marshal

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

func (*GetDeployTaskV1Response_DeployList) XXX_Merge

func (*GetDeployTaskV1Response_DeployList) XXX_Size

func (*GetDeployTaskV1Response_DeployList) XXX_Unmarshal

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

type GetTaskRequest

type GetTaskRequest struct {
	//
	//ID
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id" form:"id"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

GetTask请求

func (*GetTaskRequest) Descriptor

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

func (*GetTaskRequest) GetId

func (m *GetTaskRequest) GetId() string

func (*GetTaskRequest) ProtoMessage

func (*GetTaskRequest) ProtoMessage()

func (*GetTaskRequest) Reset

func (m *GetTaskRequest) Reset()

func (*GetTaskRequest) String

func (m *GetTaskRequest) String() string

func (*GetTaskRequest) Validate

func (this *GetTaskRequest) Validate() error

func (*GetTaskRequest) XXX_DiscardUnknown

func (m *GetTaskRequest) XXX_DiscardUnknown()

func (*GetTaskRequest) XXX_Marshal

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

func (*GetTaskRequest) XXX_Merge

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

func (*GetTaskRequest) XXX_Size

func (m *GetTaskRequest) XXX_Size() int

func (*GetTaskRequest) XXX_Unmarshal

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

type GetTaskResponseWrapper

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

GetTaskApi返回

func (*GetTaskResponseWrapper) Descriptor

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

func (*GetTaskResponseWrapper) GetCode

func (m *GetTaskResponseWrapper) GetCode() int32

func (*GetTaskResponseWrapper) GetCodeExplain

func (m *GetTaskResponseWrapper) GetCodeExplain() string

func (*GetTaskResponseWrapper) GetData

func (*GetTaskResponseWrapper) GetError

func (m *GetTaskResponseWrapper) GetError() string

func (*GetTaskResponseWrapper) ProtoMessage

func (*GetTaskResponseWrapper) ProtoMessage()

func (*GetTaskResponseWrapper) Reset

func (m *GetTaskResponseWrapper) Reset()

func (*GetTaskResponseWrapper) String

func (m *GetTaskResponseWrapper) String() string

func (*GetTaskResponseWrapper) Validate

func (this *GetTaskResponseWrapper) Validate() error

func (*GetTaskResponseWrapper) XXX_DiscardUnknown

func (m *GetTaskResponseWrapper) XXX_DiscardUnknown()

func (*GetTaskResponseWrapper) XXX_Marshal

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

func (*GetTaskResponseWrapper) XXX_Merge

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

func (*GetTaskResponseWrapper) XXX_Size

func (m *GetTaskResponseWrapper) XXX_Size() int

func (*GetTaskResponseWrapper) XXX_Unmarshal

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

type InstallPluginTaskRequest

type InstallPluginTaskRequest struct {
	//
	//插件部署任务的详情数据
	Targets []*InstallPluginTaskRequest_Targets `protobuf:"bytes,1,rep,name=targets,proto3" json:"targets" form:"targets"`
	//
	//部署类型
	TaskType string `protobuf:"bytes,2,opt,name=taskType,proto3" json:"taskType" form:"taskType"`
	//
	//每批次数量
	BatchNum int32 `protobuf:"varint,3,opt,name=batchNum,proto3" json:"batchNum" form:"batchNum"`
	//
	//每批时间间隔
	BatchInterval        int32    `protobuf:"varint,4,opt,name=batchInterval,proto3" json:"batchInterval" form:"batchInterval"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

InstallPluginTask请求

func (*InstallPluginTaskRequest) Descriptor

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

func (*InstallPluginTaskRequest) GetBatchInterval

func (m *InstallPluginTaskRequest) GetBatchInterval() int32

func (*InstallPluginTaskRequest) GetBatchNum

func (m *InstallPluginTaskRequest) GetBatchNum() int32

func (*InstallPluginTaskRequest) GetTargets

func (*InstallPluginTaskRequest) GetTaskType

func (m *InstallPluginTaskRequest) GetTaskType() string

func (*InstallPluginTaskRequest) ProtoMessage

func (*InstallPluginTaskRequest) ProtoMessage()

func (*InstallPluginTaskRequest) Reset

func (m *InstallPluginTaskRequest) Reset()

func (*InstallPluginTaskRequest) String

func (m *InstallPluginTaskRequest) String() string

func (*InstallPluginTaskRequest) Validate

func (this *InstallPluginTaskRequest) Validate() error

func (*InstallPluginTaskRequest) XXX_DiscardUnknown

func (m *InstallPluginTaskRequest) XXX_DiscardUnknown()

func (*InstallPluginTaskRequest) XXX_Marshal

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

func (*InstallPluginTaskRequest) XXX_Merge

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

func (*InstallPluginTaskRequest) XXX_Size

func (m *InstallPluginTaskRequest) XXX_Size() int

func (*InstallPluginTaskRequest) XXX_Unmarshal

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

type InstallPluginTaskRequest_Targets

type InstallPluginTaskRequest_Targets struct {
	//
	//AgentID(uuid)
	AgentId string `protobuf:"bytes,1,opt,name=agentId,proto3" json:"agentId" form:"agentId"`
	//
	//ip
	Ip string `protobuf:"bytes,2,opt,name=ip,proto3" json:"ip" form:"ip"`
	//
	//部署路径
	DeployPath []string `protobuf:"bytes,3,rep,name=deployPath,proto3" json:"deployPath" form:"deployPath"`
	//
	//插件包ID
	PluginId string `protobuf:"bytes,4,opt,name=pluginId,proto3" json:"pluginId" form:"pluginId"`
	//
	//插件包名称
	PluginName string `protobuf:"bytes,5,opt,name=pluginName,proto3" json:"pluginName" form:"pluginName"`
	//
	//插件包版本名称
	PluginVersionName string `protobuf:"bytes,6,opt,name=pluginVersionName,proto3" json:"pluginVersionName" form:"pluginVersionName"`
	//
	//插件包版本ID
	PluginVersionId      string   `protobuf:"bytes,7,opt,name=pluginVersionId,proto3" json:"pluginVersionId" form:"pluginVersionId"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*InstallPluginTaskRequest_Targets) Descriptor

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

func (*InstallPluginTaskRequest_Targets) GetAgentId

func (m *InstallPluginTaskRequest_Targets) GetAgentId() string

func (*InstallPluginTaskRequest_Targets) GetDeployPath

func (m *InstallPluginTaskRequest_Targets) GetDeployPath() []string

func (*InstallPluginTaskRequest_Targets) GetIp

func (*InstallPluginTaskRequest_Targets) GetPluginId

func (m *InstallPluginTaskRequest_Targets) GetPluginId() string

func (*InstallPluginTaskRequest_Targets) GetPluginName

func (m *InstallPluginTaskRequest_Targets) GetPluginName() string

func (*InstallPluginTaskRequest_Targets) GetPluginVersionId

func (m *InstallPluginTaskRequest_Targets) GetPluginVersionId() string

func (*InstallPluginTaskRequest_Targets) GetPluginVersionName

func (m *InstallPluginTaskRequest_Targets) GetPluginVersionName() string

func (*InstallPluginTaskRequest_Targets) ProtoMessage

func (*InstallPluginTaskRequest_Targets) ProtoMessage()

func (*InstallPluginTaskRequest_Targets) Reset

func (*InstallPluginTaskRequest_Targets) String

func (*InstallPluginTaskRequest_Targets) Validate

func (this *InstallPluginTaskRequest_Targets) Validate() error

func (*InstallPluginTaskRequest_Targets) XXX_DiscardUnknown

func (m *InstallPluginTaskRequest_Targets) XXX_DiscardUnknown()

func (*InstallPluginTaskRequest_Targets) XXX_Marshal

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

func (*InstallPluginTaskRequest_Targets) XXX_Merge

func (*InstallPluginTaskRequest_Targets) XXX_Size

func (m *InstallPluginTaskRequest_Targets) XXX_Size() int

func (*InstallPluginTaskRequest_Targets) XXX_Unmarshal

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

type InstallPluginTaskResponse

type InstallPluginTaskResponse struct {
	//
	//ID
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id" form:"id"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

InstallPluginTask返回

func (*InstallPluginTaskResponse) Descriptor

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

func (*InstallPluginTaskResponse) GetId

func (m *InstallPluginTaskResponse) GetId() string

func (*InstallPluginTaskResponse) ProtoMessage

func (*InstallPluginTaskResponse) ProtoMessage()

func (*InstallPluginTaskResponse) Reset

func (m *InstallPluginTaskResponse) Reset()

func (*InstallPluginTaskResponse) String

func (m *InstallPluginTaskResponse) String() string

func (*InstallPluginTaskResponse) Validate

func (this *InstallPluginTaskResponse) Validate() error

func (*InstallPluginTaskResponse) XXX_DiscardUnknown

func (m *InstallPluginTaskResponse) XXX_DiscardUnknown()

func (*InstallPluginTaskResponse) XXX_Marshal

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

func (*InstallPluginTaskResponse) XXX_Merge

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

func (*InstallPluginTaskResponse) XXX_Size

func (m *InstallPluginTaskResponse) XXX_Size() int

func (*InstallPluginTaskResponse) XXX_Unmarshal

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

type InstallPluginTaskResponseWrapper

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

InstallPluginTaskApi返回

func (*InstallPluginTaskResponseWrapper) Descriptor

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

func (*InstallPluginTaskResponseWrapper) GetCode

func (*InstallPluginTaskResponseWrapper) GetCodeExplain

func (m *InstallPluginTaskResponseWrapper) GetCodeExplain() string

func (*InstallPluginTaskResponseWrapper) GetData

func (*InstallPluginTaskResponseWrapper) GetError

func (*InstallPluginTaskResponseWrapper) ProtoMessage

func (*InstallPluginTaskResponseWrapper) ProtoMessage()

func (*InstallPluginTaskResponseWrapper) Reset

func (*InstallPluginTaskResponseWrapper) String

func (*InstallPluginTaskResponseWrapper) Validate

func (this *InstallPluginTaskResponseWrapper) Validate() error

func (*InstallPluginTaskResponseWrapper) XXX_DiscardUnknown

func (m *InstallPluginTaskResponseWrapper) XXX_DiscardUnknown()

func (*InstallPluginTaskResponseWrapper) XXX_Marshal

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

func (*InstallPluginTaskResponseWrapper) XXX_Merge

func (*InstallPluginTaskResponseWrapper) XXX_Size

func (m *InstallPluginTaskResponseWrapper) XXX_Size() int

func (*InstallPluginTaskResponseWrapper) XXX_Unmarshal

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

type InstallPluginTaskV1Request

type InstallPluginTaskV1Request struct {
	//
	//插件部署任务的详情数据
	DeployInfoList []*InstallPluginTaskV1Request_DeployInfoList `protobuf:"bytes,1,rep,name=deployInfoList,proto3" json:"deployInfoList" form:"deployInfoList"`
	//
	//部署类型
	DeployType string `protobuf:"bytes,2,opt,name=deployType,proto3" json:"deployType" form:"deployType"`
	//
	//每批次数量
	PerBatchNum int32 `protobuf:"varint,3,opt,name=perBatchNum,proto3" json:"perBatchNum" form:"perBatchNum"`
	//
	//每批时间间隔
	PerBatchInterval     int32    `protobuf:"varint,4,opt,name=perBatchInterval,proto3" json:"perBatchInterval" form:"perBatchInterval"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

InstallPluginTaskV1请求

func (*InstallPluginTaskV1Request) Descriptor

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

func (*InstallPluginTaskV1Request) GetDeployInfoList

func (*InstallPluginTaskV1Request) GetDeployType

func (m *InstallPluginTaskV1Request) GetDeployType() string

func (*InstallPluginTaskV1Request) GetPerBatchInterval

func (m *InstallPluginTaskV1Request) GetPerBatchInterval() int32

func (*InstallPluginTaskV1Request) GetPerBatchNum

func (m *InstallPluginTaskV1Request) GetPerBatchNum() int32

func (*InstallPluginTaskV1Request) ProtoMessage

func (*InstallPluginTaskV1Request) ProtoMessage()

func (*InstallPluginTaskV1Request) Reset

func (m *InstallPluginTaskV1Request) Reset()

func (*InstallPluginTaskV1Request) String

func (m *InstallPluginTaskV1Request) String() string

func (*InstallPluginTaskV1Request) Validate

func (this *InstallPluginTaskV1Request) Validate() error

func (*InstallPluginTaskV1Request) XXX_DiscardUnknown

func (m *InstallPluginTaskV1Request) XXX_DiscardUnknown()

func (*InstallPluginTaskV1Request) XXX_Marshal

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

func (*InstallPluginTaskV1Request) XXX_Merge

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

func (*InstallPluginTaskV1Request) XXX_Size

func (m *InstallPluginTaskV1Request) XXX_Size() int

func (*InstallPluginTaskV1Request) XXX_Unmarshal

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

type InstallPluginTaskV1Request_DeployInfoList

type InstallPluginTaskV1Request_DeployInfoList struct {
	//
	//AgentID(uuid)
	AgentId string `protobuf:"bytes,1,opt,name=agentId,proto3" json:"agentId" form:"agentId"`
	//
	//ip
	Ip string `protobuf:"bytes,2,opt,name=ip,proto3" json:"ip" form:"ip"`
	//
	//部署路径
	DeployPath []string `protobuf:"bytes,3,rep,name=deployPath,proto3" json:"deployPath" form:"deployPath"`
	//
	//插件包ID
	AgentPluginId string `protobuf:"bytes,4,opt,name=agentPluginId,proto3" json:"agentPluginId" form:"agentPluginId"`
	//
	//插件包名称
	AgentPluginName string `protobuf:"bytes,5,opt,name=agentPluginName,proto3" json:"agentPluginName" form:"agentPluginName"`
	//
	//插件包部署前名称
	PreVersionName string `protobuf:"bytes,6,opt,name=preVersionName,proto3" json:"preVersionName" form:"preVersionName"`
	//
	//插件包版本名称
	PluginVersionName string `protobuf:"bytes,7,opt,name=pluginVersionName,proto3" json:"pluginVersionName" form:"pluginVersionName"`
	//
	//插件包版本仓库版本ID
	RepoVersionId        string   `protobuf:"bytes,8,opt,name=repoVersionId,proto3" json:"repoVersionId" form:"repoVersionId"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*InstallPluginTaskV1Request_DeployInfoList) Descriptor

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

func (*InstallPluginTaskV1Request_DeployInfoList) GetAgentId

func (*InstallPluginTaskV1Request_DeployInfoList) GetAgentPluginId

func (m *InstallPluginTaskV1Request_DeployInfoList) GetAgentPluginId() string

func (*InstallPluginTaskV1Request_DeployInfoList) GetAgentPluginName

func (m *InstallPluginTaskV1Request_DeployInfoList) GetAgentPluginName() string

func (*InstallPluginTaskV1Request_DeployInfoList) GetDeployPath

func (*InstallPluginTaskV1Request_DeployInfoList) GetIp

func (*InstallPluginTaskV1Request_DeployInfoList) GetPluginVersionName

func (m *InstallPluginTaskV1Request_DeployInfoList) GetPluginVersionName() string

func (*InstallPluginTaskV1Request_DeployInfoList) GetPreVersionName

func (m *InstallPluginTaskV1Request_DeployInfoList) GetPreVersionName() string

func (*InstallPluginTaskV1Request_DeployInfoList) GetRepoVersionId

func (m *InstallPluginTaskV1Request_DeployInfoList) GetRepoVersionId() string

func (*InstallPluginTaskV1Request_DeployInfoList) ProtoMessage

func (*InstallPluginTaskV1Request_DeployInfoList) Reset

func (*InstallPluginTaskV1Request_DeployInfoList) String

func (*InstallPluginTaskV1Request_DeployInfoList) Validate

func (*InstallPluginTaskV1Request_DeployInfoList) XXX_DiscardUnknown

func (m *InstallPluginTaskV1Request_DeployInfoList) XXX_DiscardUnknown()

func (*InstallPluginTaskV1Request_DeployInfoList) XXX_Marshal

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

func (*InstallPluginTaskV1Request_DeployInfoList) XXX_Merge

func (*InstallPluginTaskV1Request_DeployInfoList) XXX_Size

func (*InstallPluginTaskV1Request_DeployInfoList) XXX_Unmarshal

type InstallPluginTaskV1Response

type InstallPluginTaskV1Response struct {
	//
	//命令任务ID
	CmdTaskId            string   `protobuf:"bytes,1,opt,name=cmdTaskId,proto3" json:"cmdTaskId" form:"cmdTaskId"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

InstallPluginTaskV1返回

func (*InstallPluginTaskV1Response) Descriptor

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

func (*InstallPluginTaskV1Response) GetCmdTaskId

func (m *InstallPluginTaskV1Response) GetCmdTaskId() string

func (*InstallPluginTaskV1Response) ProtoMessage

func (*InstallPluginTaskV1Response) ProtoMessage()

func (*InstallPluginTaskV1Response) Reset

func (m *InstallPluginTaskV1Response) Reset()

func (*InstallPluginTaskV1Response) String

func (m *InstallPluginTaskV1Response) String() string

func (*InstallPluginTaskV1Response) Validate

func (this *InstallPluginTaskV1Response) Validate() error

func (*InstallPluginTaskV1Response) XXX_DiscardUnknown

func (m *InstallPluginTaskV1Response) XXX_DiscardUnknown()

func (*InstallPluginTaskV1Response) XXX_Marshal

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

func (*InstallPluginTaskV1Response) XXX_Merge

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

func (*InstallPluginTaskV1Response) XXX_Size

func (m *InstallPluginTaskV1Response) XXX_Size() int

func (*InstallPluginTaskV1Response) XXX_Unmarshal

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

type InstallPluginTaskV1ResponseWrapper

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

InstallPluginTaskV1Api返回

func (*InstallPluginTaskV1ResponseWrapper) Descriptor

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

func (*InstallPluginTaskV1ResponseWrapper) GetCode

func (*InstallPluginTaskV1ResponseWrapper) GetCodeExplain

func (m *InstallPluginTaskV1ResponseWrapper) GetCodeExplain() string

func (*InstallPluginTaskV1ResponseWrapper) GetData

func (*InstallPluginTaskV1ResponseWrapper) GetError

func (*InstallPluginTaskV1ResponseWrapper) ProtoMessage

func (*InstallPluginTaskV1ResponseWrapper) ProtoMessage()

func (*InstallPluginTaskV1ResponseWrapper) Reset

func (*InstallPluginTaskV1ResponseWrapper) String

func (*InstallPluginTaskV1ResponseWrapper) Validate

func (this *InstallPluginTaskV1ResponseWrapper) Validate() error

func (*InstallPluginTaskV1ResponseWrapper) XXX_DiscardUnknown

func (m *InstallPluginTaskV1ResponseWrapper) XXX_DiscardUnknown()

func (*InstallPluginTaskV1ResponseWrapper) XXX_Marshal

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

func (*InstallPluginTaskV1ResponseWrapper) XXX_Merge

func (*InstallPluginTaskV1ResponseWrapper) XXX_Size

func (*InstallPluginTaskV1ResponseWrapper) XXX_Unmarshal

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

type ListPluginTaskRequest

type ListPluginTaskRequest struct {
	//
	//agent插件ID
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id" form:"id"`
	//
	//页码
	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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

ListPluginTask请求

func (*ListPluginTaskRequest) Descriptor

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

func (*ListPluginTaskRequest) GetId

func (m *ListPluginTaskRequest) GetId() string

func (*ListPluginTaskRequest) GetPage

func (m *ListPluginTaskRequest) GetPage() int32

func (*ListPluginTaskRequest) GetPageSize

func (m *ListPluginTaskRequest) GetPageSize() int32

func (*ListPluginTaskRequest) ProtoMessage

func (*ListPluginTaskRequest) ProtoMessage()

func (*ListPluginTaskRequest) Reset

func (m *ListPluginTaskRequest) Reset()

func (*ListPluginTaskRequest) String

func (m *ListPluginTaskRequest) String() string

func (*ListPluginTaskRequest) Validate

func (this *ListPluginTaskRequest) Validate() error

func (*ListPluginTaskRequest) XXX_DiscardUnknown

func (m *ListPluginTaskRequest) XXX_DiscardUnknown()

func (*ListPluginTaskRequest) XXX_Marshal

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

func (*ListPluginTaskRequest) XXX_Merge

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

func (*ListPluginTaskRequest) XXX_Size

func (m *ListPluginTaskRequest) XXX_Size() int

func (*ListPluginTaskRequest) XXX_Unmarshal

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

type ListPluginTaskResponse

type ListPluginTaskResponse struct {
	//
	//页数
	Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page" form:"page"`
	//
	//页大小
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size" form:"page_size"`
	//
	//总数
	Total int32 `protobuf:"varint,3,opt,name=total,proto3" json:"total" form:"total"`
	//
	//数据列表
	List                 []*ListPluginTaskResponse_List `protobuf:"bytes,4,rep,name=list,proto3" json:"list" form:"list"`
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}

ListPluginTask返回

func (*ListPluginTaskResponse) Descriptor

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

func (*ListPluginTaskResponse) GetList

func (*ListPluginTaskResponse) GetPage

func (m *ListPluginTaskResponse) GetPage() int32

func (*ListPluginTaskResponse) GetPageSize

func (m *ListPluginTaskResponse) GetPageSize() int32

func (*ListPluginTaskResponse) GetTotal

func (m *ListPluginTaskResponse) GetTotal() int32

func (*ListPluginTaskResponse) ProtoMessage

func (*ListPluginTaskResponse) ProtoMessage()

func (*ListPluginTaskResponse) Reset

func (m *ListPluginTaskResponse) Reset()

func (*ListPluginTaskResponse) String

func (m *ListPluginTaskResponse) String() string

func (*ListPluginTaskResponse) Validate

func (this *ListPluginTaskResponse) Validate() error

func (*ListPluginTaskResponse) XXX_DiscardUnknown

func (m *ListPluginTaskResponse) XXX_DiscardUnknown()

func (*ListPluginTaskResponse) XXX_Marshal

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

func (*ListPluginTaskResponse) XXX_Merge

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

func (*ListPluginTaskResponse) XXX_Size

func (m *ListPluginTaskResponse) XXX_Size() int

func (*ListPluginTaskResponse) XXX_Unmarshal

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

type ListPluginTaskResponseWrapper

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

ListPluginTaskApi返回

func (*ListPluginTaskResponseWrapper) Descriptor

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

func (*ListPluginTaskResponseWrapper) GetCode

func (m *ListPluginTaskResponseWrapper) GetCode() int32

func (*ListPluginTaskResponseWrapper) GetCodeExplain

func (m *ListPluginTaskResponseWrapper) GetCodeExplain() string

func (*ListPluginTaskResponseWrapper) GetData

func (*ListPluginTaskResponseWrapper) GetError

func (m *ListPluginTaskResponseWrapper) GetError() string

func (*ListPluginTaskResponseWrapper) ProtoMessage

func (*ListPluginTaskResponseWrapper) ProtoMessage()

func (*ListPluginTaskResponseWrapper) Reset

func (m *ListPluginTaskResponseWrapper) Reset()

func (*ListPluginTaskResponseWrapper) String

func (*ListPluginTaskResponseWrapper) Validate

func (this *ListPluginTaskResponseWrapper) Validate() error

func (*ListPluginTaskResponseWrapper) XXX_DiscardUnknown

func (m *ListPluginTaskResponseWrapper) XXX_DiscardUnknown()

func (*ListPluginTaskResponseWrapper) XXX_Marshal

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

func (*ListPluginTaskResponseWrapper) XXX_Merge

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

func (*ListPluginTaskResponseWrapper) XXX_Size

func (m *ListPluginTaskResponseWrapper) XXX_Size() int

func (*ListPluginTaskResponseWrapper) XXX_Unmarshal

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

type ListPluginTaskResponse_List

type ListPluginTaskResponse_List struct {
	//
	//任务对象
	TargetId string `protobuf:"bytes,1,opt,name=targetId,proto3" json:"targetId" form:"targetId"`
	//
	//任务对象名称
	TargetName string `protobuf:"bytes,2,opt,name=targetName,proto3" json:"targetName" form:"targetName"`
	//
	//执行用户
	Creator string `protobuf:"bytes,3,opt,name=creator,proto3" json:"creator" form:"creator"`
	//
	//任务状态
	Status string `protobuf:"bytes,4,opt,name=status,proto3" json:"status" form:"status"`
	//
	//创建时间
	Ctime int32 `protobuf:"varint,5,opt,name=ctime,proto3" json:"ctime" form:"ctime"`
	//
	//结束时间
	Etime int32 `protobuf:"varint,6,opt,name=etime,proto3" json:"etime" form:"etime"`
	//
	//部署信息
	DeployList           []*ListPluginTaskResponse_List_DeployList `protobuf:"bytes,7,rep,name=deployList,proto3" json:"deployList" form:"deployList"`
	XXX_NoUnkeyedLiteral struct{}                                  `json:"-"`
	XXX_unrecognized     []byte                                    `json:"-"`
	XXX_sizecache        int32                                     `json:"-"`
}

func (*ListPluginTaskResponse_List) Descriptor

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

func (*ListPluginTaskResponse_List) GetCreator

func (m *ListPluginTaskResponse_List) GetCreator() string

func (*ListPluginTaskResponse_List) GetCtime

func (m *ListPluginTaskResponse_List) GetCtime() int32

func (*ListPluginTaskResponse_List) GetDeployList

func (*ListPluginTaskResponse_List) GetEtime

func (m *ListPluginTaskResponse_List) GetEtime() int32

func (*ListPluginTaskResponse_List) GetStatus

func (m *ListPluginTaskResponse_List) GetStatus() string

func (*ListPluginTaskResponse_List) GetTargetId

func (m *ListPluginTaskResponse_List) GetTargetId() string

func (*ListPluginTaskResponse_List) GetTargetName

func (m *ListPluginTaskResponse_List) GetTargetName() string

func (*ListPluginTaskResponse_List) ProtoMessage

func (*ListPluginTaskResponse_List) ProtoMessage()

func (*ListPluginTaskResponse_List) Reset

func (m *ListPluginTaskResponse_List) Reset()

func (*ListPluginTaskResponse_List) String

func (m *ListPluginTaskResponse_List) String() string

func (*ListPluginTaskResponse_List) Validate

func (this *ListPluginTaskResponse_List) Validate() error

func (*ListPluginTaskResponse_List) XXX_DiscardUnknown

func (m *ListPluginTaskResponse_List) XXX_DiscardUnknown()

func (*ListPluginTaskResponse_List) XXX_Marshal

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

func (*ListPluginTaskResponse_List) XXX_Merge

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

func (*ListPluginTaskResponse_List) XXX_Size

func (m *ListPluginTaskResponse_List) XXX_Size() int

func (*ListPluginTaskResponse_List) XXX_Unmarshal

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

type ListPluginTaskResponse_List_DeployList

type ListPluginTaskResponse_List_DeployList struct {
	//
	//AgentID
	AgentId string `protobuf:"bytes,1,opt,name=agentId,proto3" json:"agentId" form:"agentId"`
	//
	//ip
	Ip string `protobuf:"bytes,2,opt,name=ip,proto3" json:"ip" form:"ip"`
	//
	//部署路径
	DeployPath []string `protobuf:"bytes,3,rep,name=deployPath,proto3" json:"deployPath" form:"deployPath"`
	//
	//插件包ID
	AgentPluginId string `protobuf:"bytes,4,opt,name=agentPluginId,proto3" json:"agentPluginId" form:"agentPluginId"`
	//
	//插件包名称
	AgentPluginName string `protobuf:"bytes,5,opt,name=agentPluginName,proto3" json:"agentPluginName" form:"agentPluginName"`
	//
	//插件包部署前名称
	PreVersionName string `protobuf:"bytes,6,opt,name=preVersionName,proto3" json:"preVersionName" form:"preVersionName"`
	//
	//插件包版本名称
	PluginVersionName string `protobuf:"bytes,7,opt,name=pluginVersionName,proto3" json:"pluginVersionName" form:"pluginVersionName"`
	//
	//插件包部署状态
	Status               string   `protobuf:"bytes,8,opt,name=status,proto3" json:"status" form:"status"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListPluginTaskResponse_List_DeployList) Descriptor

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

func (*ListPluginTaskResponse_List_DeployList) GetAgentId

func (*ListPluginTaskResponse_List_DeployList) GetAgentPluginId

func (m *ListPluginTaskResponse_List_DeployList) GetAgentPluginId() string

func (*ListPluginTaskResponse_List_DeployList) GetAgentPluginName

func (m *ListPluginTaskResponse_List_DeployList) GetAgentPluginName() string

func (*ListPluginTaskResponse_List_DeployList) GetDeployPath

func (m *ListPluginTaskResponse_List_DeployList) GetDeployPath() []string

func (*ListPluginTaskResponse_List_DeployList) GetIp

func (*ListPluginTaskResponse_List_DeployList) GetPluginVersionName

func (m *ListPluginTaskResponse_List_DeployList) GetPluginVersionName() string

func (*ListPluginTaskResponse_List_DeployList) GetPreVersionName

func (m *ListPluginTaskResponse_List_DeployList) GetPreVersionName() string

func (*ListPluginTaskResponse_List_DeployList) GetStatus

func (*ListPluginTaskResponse_List_DeployList) ProtoMessage

func (*ListPluginTaskResponse_List_DeployList) Reset

func (*ListPluginTaskResponse_List_DeployList) String

func (*ListPluginTaskResponse_List_DeployList) Validate

func (*ListPluginTaskResponse_List_DeployList) XXX_DiscardUnknown

func (m *ListPluginTaskResponse_List_DeployList) XXX_DiscardUnknown()

func (*ListPluginTaskResponse_List_DeployList) XXX_Marshal

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

func (*ListPluginTaskResponse_List_DeployList) XXX_Merge

func (*ListPluginTaskResponse_List_DeployList) XXX_Size

func (*ListPluginTaskResponse_List_DeployList) XXX_Unmarshal

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

type RefreshAgentPluginTaskRequest

type RefreshAgentPluginTaskRequest struct {
	//
	//agent
	Agents               []string `protobuf:"bytes,1,rep,name=agents,proto3" json:"agents" form:"agents"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

RefreshAgentPluginTask请求

func (*RefreshAgentPluginTaskRequest) Descriptor

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

func (*RefreshAgentPluginTaskRequest) GetAgents

func (m *RefreshAgentPluginTaskRequest) GetAgents() []string

func (*RefreshAgentPluginTaskRequest) ProtoMessage

func (*RefreshAgentPluginTaskRequest) ProtoMessage()

func (*RefreshAgentPluginTaskRequest) Reset

func (m *RefreshAgentPluginTaskRequest) Reset()

func (*RefreshAgentPluginTaskRequest) String

func (*RefreshAgentPluginTaskRequest) Validate

func (this *RefreshAgentPluginTaskRequest) Validate() error

func (*RefreshAgentPluginTaskRequest) XXX_DiscardUnknown

func (m *RefreshAgentPluginTaskRequest) XXX_DiscardUnknown()

func (*RefreshAgentPluginTaskRequest) XXX_Marshal

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

func (*RefreshAgentPluginTaskRequest) XXX_Merge

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

func (*RefreshAgentPluginTaskRequest) XXX_Size

func (m *RefreshAgentPluginTaskRequest) XXX_Size() int

func (*RefreshAgentPluginTaskRequest) XXX_Unmarshal

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

type RefreshAgentPluginTaskResponse

type RefreshAgentPluginTaskResponse struct {
	//
	//ID
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id" form:"id"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

RefreshAgentPluginTask返回

func (*RefreshAgentPluginTaskResponse) Descriptor

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

func (*RefreshAgentPluginTaskResponse) GetId

func (*RefreshAgentPluginTaskResponse) ProtoMessage

func (*RefreshAgentPluginTaskResponse) ProtoMessage()

func (*RefreshAgentPluginTaskResponse) Reset

func (m *RefreshAgentPluginTaskResponse) Reset()

func (*RefreshAgentPluginTaskResponse) String

func (*RefreshAgentPluginTaskResponse) Validate

func (this *RefreshAgentPluginTaskResponse) Validate() error

func (*RefreshAgentPluginTaskResponse) XXX_DiscardUnknown

func (m *RefreshAgentPluginTaskResponse) XXX_DiscardUnknown()

func (*RefreshAgentPluginTaskResponse) XXX_Marshal

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

func (*RefreshAgentPluginTaskResponse) XXX_Merge

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

func (*RefreshAgentPluginTaskResponse) XXX_Size

func (m *RefreshAgentPluginTaskResponse) XXX_Size() int

func (*RefreshAgentPluginTaskResponse) XXX_Unmarshal

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

type RefreshAgentPluginTaskResponseWrapper

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

RefreshAgentPluginTaskApi返回

func (*RefreshAgentPluginTaskResponseWrapper) Descriptor

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

func (*RefreshAgentPluginTaskResponseWrapper) GetCode

func (*RefreshAgentPluginTaskResponseWrapper) GetCodeExplain

func (m *RefreshAgentPluginTaskResponseWrapper) GetCodeExplain() string

func (*RefreshAgentPluginTaskResponseWrapper) GetData

func (*RefreshAgentPluginTaskResponseWrapper) GetError

func (*RefreshAgentPluginTaskResponseWrapper) ProtoMessage

func (*RefreshAgentPluginTaskResponseWrapper) ProtoMessage()

func (*RefreshAgentPluginTaskResponseWrapper) Reset

func (*RefreshAgentPluginTaskResponseWrapper) String

func (*RefreshAgentPluginTaskResponseWrapper) Validate

func (*RefreshAgentPluginTaskResponseWrapper) XXX_DiscardUnknown

func (m *RefreshAgentPluginTaskResponseWrapper) XXX_DiscardUnknown()

func (*RefreshAgentPluginTaskResponseWrapper) XXX_Marshal

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

func (*RefreshAgentPluginTaskResponseWrapper) XXX_Merge

func (*RefreshAgentPluginTaskResponseWrapper) XXX_Size

func (*RefreshAgentPluginTaskResponseWrapper) XXX_Unmarshal

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

type RefreshAgentPluginTaskV1Request

type RefreshAgentPluginTaskV1Request struct {
	//
	//AgentID
	AgentId              string   `protobuf:"bytes,1,opt,name=agentId,proto3" json:"agentId" form:"agentId"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

RefreshAgentPluginTaskV1请求

func (*RefreshAgentPluginTaskV1Request) Descriptor

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

func (*RefreshAgentPluginTaskV1Request) GetAgentId

func (m *RefreshAgentPluginTaskV1Request) GetAgentId() string

func (*RefreshAgentPluginTaskV1Request) ProtoMessage

func (*RefreshAgentPluginTaskV1Request) ProtoMessage()

func (*RefreshAgentPluginTaskV1Request) Reset

func (*RefreshAgentPluginTaskV1Request) String

func (*RefreshAgentPluginTaskV1Request) Validate

func (this *RefreshAgentPluginTaskV1Request) Validate() error

func (*RefreshAgentPluginTaskV1Request) XXX_DiscardUnknown

func (m *RefreshAgentPluginTaskV1Request) XXX_DiscardUnknown()

func (*RefreshAgentPluginTaskV1Request) XXX_Marshal

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

func (*RefreshAgentPluginTaskV1Request) XXX_Merge

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

func (*RefreshAgentPluginTaskV1Request) XXX_Size

func (m *RefreshAgentPluginTaskV1Request) XXX_Size() int

func (*RefreshAgentPluginTaskV1Request) XXX_Unmarshal

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

type RefreshAgentPluginTaskV1ResponseWrapper

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

RefreshAgentPluginTaskV1Api返回

func (*RefreshAgentPluginTaskV1ResponseWrapper) Descriptor

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

func (*RefreshAgentPluginTaskV1ResponseWrapper) GetCode

func (*RefreshAgentPluginTaskV1ResponseWrapper) GetCodeExplain

func (m *RefreshAgentPluginTaskV1ResponseWrapper) GetCodeExplain() string

func (*RefreshAgentPluginTaskV1ResponseWrapper) GetData

func (*RefreshAgentPluginTaskV1ResponseWrapper) GetError

func (*RefreshAgentPluginTaskV1ResponseWrapper) ProtoMessage

func (*RefreshAgentPluginTaskV1ResponseWrapper) Reset

func (*RefreshAgentPluginTaskV1ResponseWrapper) String

func (*RefreshAgentPluginTaskV1ResponseWrapper) Validate

func (*RefreshAgentPluginTaskV1ResponseWrapper) XXX_DiscardUnknown

func (m *RefreshAgentPluginTaskV1ResponseWrapper) XXX_DiscardUnknown()

func (*RefreshAgentPluginTaskV1ResponseWrapper) XXX_Marshal

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

func (*RefreshAgentPluginTaskV1ResponseWrapper) XXX_Merge

func (*RefreshAgentPluginTaskV1ResponseWrapper) XXX_Size

func (*RefreshAgentPluginTaskV1ResponseWrapper) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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