agent

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: 11 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 agent 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 GetAgentRequest

type GetAgentRequest struct {
	//
	//实例唯一标识
	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:"-"`
}

GetAgent请求

func (*GetAgentRequest) Descriptor

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

func (*GetAgentRequest) GetId

func (m *GetAgentRequest) GetId() string

func (*GetAgentRequest) ProtoMessage

func (*GetAgentRequest) ProtoMessage()

func (*GetAgentRequest) Reset

func (m *GetAgentRequest) Reset()

func (*GetAgentRequest) String

func (m *GetAgentRequest) String() string

func (*GetAgentRequest) Validate

func (this *GetAgentRequest) Validate() error

func (*GetAgentRequest) XXX_DiscardUnknown

func (m *GetAgentRequest) XXX_DiscardUnknown()

func (*GetAgentRequest) XXX_Marshal

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

func (*GetAgentRequest) XXX_Merge

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

func (*GetAgentRequest) XXX_Size

func (m *GetAgentRequest) XXX_Size() int

func (*GetAgentRequest) XXX_Unmarshal

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

type GetAgentResponseWrapper

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

GetAgentApi返回

func (*GetAgentResponseWrapper) Descriptor

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

func (*GetAgentResponseWrapper) GetCode

func (m *GetAgentResponseWrapper) GetCode() int32

func (*GetAgentResponseWrapper) GetCodeExplain

func (m *GetAgentResponseWrapper) GetCodeExplain() string

func (*GetAgentResponseWrapper) GetData

func (*GetAgentResponseWrapper) GetError

func (m *GetAgentResponseWrapper) GetError() string

func (*GetAgentResponseWrapper) ProtoMessage

func (*GetAgentResponseWrapper) ProtoMessage()

func (*GetAgentResponseWrapper) Reset

func (m *GetAgentResponseWrapper) Reset()

func (*GetAgentResponseWrapper) String

func (m *GetAgentResponseWrapper) String() string

func (*GetAgentResponseWrapper) Validate

func (this *GetAgentResponseWrapper) Validate() error

func (*GetAgentResponseWrapper) XXX_DiscardUnknown

func (m *GetAgentResponseWrapper) XXX_DiscardUnknown()

func (*GetAgentResponseWrapper) XXX_Marshal

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

func (*GetAgentResponseWrapper) XXX_Merge

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

func (*GetAgentResponseWrapper) XXX_Size

func (m *GetAgentResponseWrapper) XXX_Size() int

func (*GetAgentResponseWrapper) XXX_Unmarshal

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

type ListAgentPluginsRequest

type ListAgentPluginsRequest struct {
	//
	//页码
	Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page" form:"page"`
	//
	//每页数据量
	PageSize int32 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize" form:"pageSize"`
	//
	//实例唯一标识
	Id                   string   `protobuf:"bytes,3,opt,name=id,proto3" json:"id" form:"id"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

ListAgentPlugins请求

func (*ListAgentPluginsRequest) Descriptor

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

func (*ListAgentPluginsRequest) GetId

func (m *ListAgentPluginsRequest) GetId() string

func (*ListAgentPluginsRequest) GetPage

func (m *ListAgentPluginsRequest) GetPage() int32

func (*ListAgentPluginsRequest) GetPageSize

func (m *ListAgentPluginsRequest) GetPageSize() int32

func (*ListAgentPluginsRequest) ProtoMessage

func (*ListAgentPluginsRequest) ProtoMessage()

func (*ListAgentPluginsRequest) Reset

func (m *ListAgentPluginsRequest) Reset()

func (*ListAgentPluginsRequest) String

func (m *ListAgentPluginsRequest) String() string

func (*ListAgentPluginsRequest) Validate

func (this *ListAgentPluginsRequest) Validate() error

func (*ListAgentPluginsRequest) XXX_DiscardUnknown

func (m *ListAgentPluginsRequest) XXX_DiscardUnknown()

func (*ListAgentPluginsRequest) XXX_Marshal

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

func (*ListAgentPluginsRequest) XXX_Merge

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

func (*ListAgentPluginsRequest) XXX_Size

func (m *ListAgentPluginsRequest) XXX_Size() int

func (*ListAgentPluginsRequest) XXX_Unmarshal

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

type ListAgentPluginsResponse

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

ListAgentPlugins返回

func (*ListAgentPluginsResponse) Descriptor

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

func (*ListAgentPluginsResponse) GetList

func (*ListAgentPluginsResponse) GetPage

func (m *ListAgentPluginsResponse) GetPage() int32

func (*ListAgentPluginsResponse) GetPageSize

func (m *ListAgentPluginsResponse) GetPageSize() int32

func (*ListAgentPluginsResponse) GetTotal

func (m *ListAgentPluginsResponse) GetTotal() int32

func (*ListAgentPluginsResponse) ProtoMessage

func (*ListAgentPluginsResponse) ProtoMessage()

func (*ListAgentPluginsResponse) Reset

func (m *ListAgentPluginsResponse) Reset()

func (*ListAgentPluginsResponse) String

func (m *ListAgentPluginsResponse) String() string

func (*ListAgentPluginsResponse) Validate

func (this *ListAgentPluginsResponse) Validate() error

func (*ListAgentPluginsResponse) XXX_DiscardUnknown

func (m *ListAgentPluginsResponse) XXX_DiscardUnknown()

func (*ListAgentPluginsResponse) XXX_Marshal

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

func (*ListAgentPluginsResponse) XXX_Merge

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

func (*ListAgentPluginsResponse) XXX_Size

func (m *ListAgentPluginsResponse) XXX_Size() int

func (*ListAgentPluginsResponse) XXX_Unmarshal

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

type ListAgentPluginsResponseWrapper

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

ListAgentPluginsApi返回

func (*ListAgentPluginsResponseWrapper) Descriptor

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

func (*ListAgentPluginsResponseWrapper) GetCode

func (*ListAgentPluginsResponseWrapper) GetCodeExplain

func (m *ListAgentPluginsResponseWrapper) GetCodeExplain() string

func (*ListAgentPluginsResponseWrapper) GetData

func (*ListAgentPluginsResponseWrapper) GetError

func (*ListAgentPluginsResponseWrapper) ProtoMessage

func (*ListAgentPluginsResponseWrapper) ProtoMessage()

func (*ListAgentPluginsResponseWrapper) Reset

func (*ListAgentPluginsResponseWrapper) String

func (*ListAgentPluginsResponseWrapper) Validate

func (this *ListAgentPluginsResponseWrapper) Validate() error

func (*ListAgentPluginsResponseWrapper) XXX_DiscardUnknown

func (m *ListAgentPluginsResponseWrapper) XXX_DiscardUnknown()

func (*ListAgentPluginsResponseWrapper) XXX_Marshal

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

func (*ListAgentPluginsResponseWrapper) XXX_Merge

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

func (*ListAgentPluginsResponseWrapper) XXX_Size

func (m *ListAgentPluginsResponseWrapper) XXX_Size() int

func (*ListAgentPluginsResponseWrapper) XXX_Unmarshal

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

type ListAgentPluginsV1Request

type ListAgentPluginsV1Request struct {
	//
	//页码
	Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page" form:"page"`
	//
	//每页数据量
	PageSize int32 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize" form:"pageSize"`
	//
	//实例唯一标识
	Id                   string   `protobuf:"bytes,3,opt,name=id,proto3" json:"id" form:"id"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

ListAgentPluginsV1请求

func (*ListAgentPluginsV1Request) Descriptor

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

func (*ListAgentPluginsV1Request) GetId

func (m *ListAgentPluginsV1Request) GetId() string

func (*ListAgentPluginsV1Request) GetPage

func (m *ListAgentPluginsV1Request) GetPage() int32

func (*ListAgentPluginsV1Request) GetPageSize

func (m *ListAgentPluginsV1Request) GetPageSize() int32

func (*ListAgentPluginsV1Request) ProtoMessage

func (*ListAgentPluginsV1Request) ProtoMessage()

func (*ListAgentPluginsV1Request) Reset

func (m *ListAgentPluginsV1Request) Reset()

func (*ListAgentPluginsV1Request) String

func (m *ListAgentPluginsV1Request) String() string

func (*ListAgentPluginsV1Request) Validate

func (this *ListAgentPluginsV1Request) Validate() error

func (*ListAgentPluginsV1Request) XXX_DiscardUnknown

func (m *ListAgentPluginsV1Request) XXX_DiscardUnknown()

func (*ListAgentPluginsV1Request) XXX_Marshal

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

func (*ListAgentPluginsV1Request) XXX_Merge

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

func (*ListAgentPluginsV1Request) XXX_Size

func (m *ListAgentPluginsV1Request) XXX_Size() int

func (*ListAgentPluginsV1Request) XXX_Unmarshal

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

type ListAgentPluginsV1Response

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

ListAgentPluginsV1返回

func (*ListAgentPluginsV1Response) Descriptor

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

func (*ListAgentPluginsV1Response) GetList

func (*ListAgentPluginsV1Response) GetPage

func (m *ListAgentPluginsV1Response) GetPage() int32

func (*ListAgentPluginsV1Response) GetPageSize

func (m *ListAgentPluginsV1Response) GetPageSize() int32

func (*ListAgentPluginsV1Response) GetTotal

func (m *ListAgentPluginsV1Response) GetTotal() int32

func (*ListAgentPluginsV1Response) ProtoMessage

func (*ListAgentPluginsV1Response) ProtoMessage()

func (*ListAgentPluginsV1Response) Reset

func (m *ListAgentPluginsV1Response) Reset()

func (*ListAgentPluginsV1Response) String

func (m *ListAgentPluginsV1Response) String() string

func (*ListAgentPluginsV1Response) Validate

func (this *ListAgentPluginsV1Response) Validate() error

func (*ListAgentPluginsV1Response) XXX_DiscardUnknown

func (m *ListAgentPluginsV1Response) XXX_DiscardUnknown()

func (*ListAgentPluginsV1Response) XXX_Marshal

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

func (*ListAgentPluginsV1Response) XXX_Merge

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

func (*ListAgentPluginsV1Response) XXX_Size

func (m *ListAgentPluginsV1Response) XXX_Size() int

func (*ListAgentPluginsV1Response) XXX_Unmarshal

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

type ListAgentPluginsV1ResponseWrapper

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

ListAgentPluginsV1Api返回

func (*ListAgentPluginsV1ResponseWrapper) Descriptor

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

func (*ListAgentPluginsV1ResponseWrapper) GetCode

func (*ListAgentPluginsV1ResponseWrapper) GetCodeExplain

func (m *ListAgentPluginsV1ResponseWrapper) GetCodeExplain() string

func (*ListAgentPluginsV1ResponseWrapper) GetData

func (*ListAgentPluginsV1ResponseWrapper) GetError

func (*ListAgentPluginsV1ResponseWrapper) ProtoMessage

func (*ListAgentPluginsV1ResponseWrapper) ProtoMessage()

func (*ListAgentPluginsV1ResponseWrapper) Reset

func (*ListAgentPluginsV1ResponseWrapper) String

func (*ListAgentPluginsV1ResponseWrapper) Validate

func (this *ListAgentPluginsV1ResponseWrapper) Validate() error

func (*ListAgentPluginsV1ResponseWrapper) XXX_DiscardUnknown

func (m *ListAgentPluginsV1ResponseWrapper) XXX_DiscardUnknown()

func (*ListAgentPluginsV1ResponseWrapper) XXX_Marshal

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

func (*ListAgentPluginsV1ResponseWrapper) XXX_Merge

func (*ListAgentPluginsV1ResponseWrapper) XXX_Size

func (m *ListAgentPluginsV1ResponseWrapper) XXX_Size() int

func (*ListAgentPluginsV1ResponseWrapper) XXX_Unmarshal

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

type ListAgentPluginsV1Response_List

type ListAgentPluginsV1Response_List struct {
	//
	//插件包ID
	PluginId string `protobuf:"bytes,1,opt,name=pluginId,proto3" json:"pluginId" form:"pluginId"`
	//
	//插件包名称
	AgentPluginName string `protobuf:"bytes,2,opt,name=agentPluginName,proto3" json:"agentPluginName" form:"agentPluginName"`
	//
	//插件版本名称
	VersionName string `protobuf:"bytes,3,opt,name=versionName,proto3" json:"versionName" form:"versionName"`
	//
	//最新的插件包版本名称
	LastestVersion string `protobuf:"bytes,4,opt,name=lastestVersion,proto3" json:"lastestVersion" form:"lastestVersion"`
	//
	//插件的部署路径
	DeployPath []string `protobuf:"bytes,5,rep,name=deployPath,proto3" json:"deployPath" form:"deployPath"`
	//
	//插件版本的说明
	Memo                 string   `protobuf:"bytes,6,opt,name=memo,proto3" json:"memo" form:"memo"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListAgentPluginsV1Response_List) Descriptor

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

func (*ListAgentPluginsV1Response_List) GetAgentPluginName

func (m *ListAgentPluginsV1Response_List) GetAgentPluginName() string

func (*ListAgentPluginsV1Response_List) GetDeployPath

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

func (*ListAgentPluginsV1Response_List) GetLastestVersion

func (m *ListAgentPluginsV1Response_List) GetLastestVersion() string

func (*ListAgentPluginsV1Response_List) GetMemo

func (*ListAgentPluginsV1Response_List) GetPluginId

func (m *ListAgentPluginsV1Response_List) GetPluginId() string

func (*ListAgentPluginsV1Response_List) GetVersionName

func (m *ListAgentPluginsV1Response_List) GetVersionName() string

func (*ListAgentPluginsV1Response_List) ProtoMessage

func (*ListAgentPluginsV1Response_List) ProtoMessage()

func (*ListAgentPluginsV1Response_List) Reset

func (*ListAgentPluginsV1Response_List) String

func (*ListAgentPluginsV1Response_List) Validate

func (this *ListAgentPluginsV1Response_List) Validate() error

func (*ListAgentPluginsV1Response_List) XXX_DiscardUnknown

func (m *ListAgentPluginsV1Response_List) XXX_DiscardUnknown()

func (*ListAgentPluginsV1Response_List) XXX_Marshal

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

func (*ListAgentPluginsV1Response_List) XXX_Merge

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

func (*ListAgentPluginsV1Response_List) XXX_Size

func (m *ListAgentPluginsV1Response_List) XXX_Size() int

func (*ListAgentPluginsV1Response_List) XXX_Unmarshal

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

type ListAgentRequest

type ListAgentRequest struct {
	//
	//agentUUID集合
	AgentIds             []string `protobuf:"bytes,1,rep,name=agentIds,proto3" json:"agentIds" form:"agentIds"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

ListAgent请求

func (*ListAgentRequest) Descriptor

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

func (*ListAgentRequest) GetAgentIds

func (m *ListAgentRequest) GetAgentIds() []string

func (*ListAgentRequest) ProtoMessage

func (*ListAgentRequest) ProtoMessage()

func (*ListAgentRequest) Reset

func (m *ListAgentRequest) Reset()

func (*ListAgentRequest) String

func (m *ListAgentRequest) String() string

func (*ListAgentRequest) Validate

func (this *ListAgentRequest) Validate() error

func (*ListAgentRequest) XXX_DiscardUnknown

func (m *ListAgentRequest) XXX_DiscardUnknown()

func (*ListAgentRequest) XXX_Marshal

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

func (*ListAgentRequest) XXX_Merge

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

func (*ListAgentRequest) XXX_Size

func (m *ListAgentRequest) XXX_Size() int

func (*ListAgentRequest) XXX_Unmarshal

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

type ListAgentResponse

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

ListAgent返回

func (*ListAgentResponse) Descriptor

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

func (*ListAgentResponse) GetList

func (m *ListAgentResponse) GetList() []*agent_admin.Agent

func (*ListAgentResponse) GetPage

func (m *ListAgentResponse) GetPage() int32

func (*ListAgentResponse) GetPageSize

func (m *ListAgentResponse) GetPageSize() int32

func (*ListAgentResponse) GetTotal

func (m *ListAgentResponse) GetTotal() int32

func (*ListAgentResponse) ProtoMessage

func (*ListAgentResponse) ProtoMessage()

func (*ListAgentResponse) Reset

func (m *ListAgentResponse) Reset()

func (*ListAgentResponse) String

func (m *ListAgentResponse) String() string

func (*ListAgentResponse) Validate

func (this *ListAgentResponse) Validate() error

func (*ListAgentResponse) XXX_DiscardUnknown

func (m *ListAgentResponse) XXX_DiscardUnknown()

func (*ListAgentResponse) XXX_Marshal

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

func (*ListAgentResponse) XXX_Merge

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

func (*ListAgentResponse) XXX_Size

func (m *ListAgentResponse) XXX_Size() int

func (*ListAgentResponse) XXX_Unmarshal

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

type ListAgentResponseWrapper

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

ListAgentApi返回

func (*ListAgentResponseWrapper) Descriptor

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

func (*ListAgentResponseWrapper) GetCode

func (m *ListAgentResponseWrapper) GetCode() int32

func (*ListAgentResponseWrapper) GetCodeExplain

func (m *ListAgentResponseWrapper) GetCodeExplain() string

func (*ListAgentResponseWrapper) GetData

func (*ListAgentResponseWrapper) GetError

func (m *ListAgentResponseWrapper) GetError() string

func (*ListAgentResponseWrapper) ProtoMessage

func (*ListAgentResponseWrapper) ProtoMessage()

func (*ListAgentResponseWrapper) Reset

func (m *ListAgentResponseWrapper) Reset()

func (*ListAgentResponseWrapper) String

func (m *ListAgentResponseWrapper) String() string

func (*ListAgentResponseWrapper) Validate

func (this *ListAgentResponseWrapper) Validate() error

func (*ListAgentResponseWrapper) XXX_DiscardUnknown

func (m *ListAgentResponseWrapper) XXX_DiscardUnknown()

func (*ListAgentResponseWrapper) XXX_Marshal

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

func (*ListAgentResponseWrapper) XXX_Merge

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

func (*ListAgentResponseWrapper) XXX_Size

func (m *ListAgentResponseWrapper) XXX_Size() int

func (*ListAgentResponseWrapper) XXX_Unmarshal

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

type ListAgentStatusOldRequest

type ListAgentStatusOldRequest struct {
	//
	//agentIP
	Ip string `protobuf:"bytes,1,opt,name=ip,proto3" json:"ip" form:"ip"`
	//
	//agentIP列表,逗号分割
	Ip_In                string   `protobuf:"bytes,2,opt,name=ip__in,json=ipIn,proto3" json:"ip__in" form:"ip__in"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

ListAgentStatusOld请求

func (*ListAgentStatusOldRequest) Descriptor

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

func (*ListAgentStatusOldRequest) GetIp

func (m *ListAgentStatusOldRequest) GetIp() string

func (*ListAgentStatusOldRequest) GetIp_In

func (m *ListAgentStatusOldRequest) GetIp_In() string

func (*ListAgentStatusOldRequest) ProtoMessage

func (*ListAgentStatusOldRequest) ProtoMessage()

func (*ListAgentStatusOldRequest) Reset

func (m *ListAgentStatusOldRequest) Reset()

func (*ListAgentStatusOldRequest) String

func (m *ListAgentStatusOldRequest) String() string

func (*ListAgentStatusOldRequest) Validate

func (this *ListAgentStatusOldRequest) Validate() error

func (*ListAgentStatusOldRequest) XXX_DiscardUnknown

func (m *ListAgentStatusOldRequest) XXX_DiscardUnknown()

func (*ListAgentStatusOldRequest) XXX_Marshal

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

func (*ListAgentStatusOldRequest) XXX_Merge

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

func (*ListAgentStatusOldRequest) XXX_Size

func (m *ListAgentStatusOldRequest) XXX_Size() int

func (*ListAgentStatusOldRequest) XXX_Unmarshal

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

type ListAgentStatusOldResponse

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

ListAgentStatusOld返回

func (*ListAgentStatusOldResponse) Descriptor

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

func (*ListAgentStatusOldResponse) GetList

func (*ListAgentStatusOldResponse) GetPage

func (m *ListAgentStatusOldResponse) GetPage() int32

func (*ListAgentStatusOldResponse) GetPageSize

func (m *ListAgentStatusOldResponse) GetPageSize() int32

func (*ListAgentStatusOldResponse) GetTotal

func (m *ListAgentStatusOldResponse) GetTotal() int32

func (*ListAgentStatusOldResponse) ProtoMessage

func (*ListAgentStatusOldResponse) ProtoMessage()

func (*ListAgentStatusOldResponse) Reset

func (m *ListAgentStatusOldResponse) Reset()

func (*ListAgentStatusOldResponse) String

func (m *ListAgentStatusOldResponse) String() string

func (*ListAgentStatusOldResponse) Validate

func (this *ListAgentStatusOldResponse) Validate() error

func (*ListAgentStatusOldResponse) XXX_DiscardUnknown

func (m *ListAgentStatusOldResponse) XXX_DiscardUnknown()

func (*ListAgentStatusOldResponse) XXX_Marshal

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

func (*ListAgentStatusOldResponse) XXX_Merge

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

func (*ListAgentStatusOldResponse) XXX_Size

func (m *ListAgentStatusOldResponse) XXX_Size() int

func (*ListAgentStatusOldResponse) XXX_Unmarshal

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

type ListAgentStatusOldResponseWrapper

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

ListAgentStatusOldApi返回

func (*ListAgentStatusOldResponseWrapper) Descriptor

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

func (*ListAgentStatusOldResponseWrapper) GetCode

func (*ListAgentStatusOldResponseWrapper) GetCodeExplain

func (m *ListAgentStatusOldResponseWrapper) GetCodeExplain() string

func (*ListAgentStatusOldResponseWrapper) GetData

func (*ListAgentStatusOldResponseWrapper) GetError

func (*ListAgentStatusOldResponseWrapper) ProtoMessage

func (*ListAgentStatusOldResponseWrapper) ProtoMessage()

func (*ListAgentStatusOldResponseWrapper) Reset

func (*ListAgentStatusOldResponseWrapper) String

func (*ListAgentStatusOldResponseWrapper) Validate

func (this *ListAgentStatusOldResponseWrapper) Validate() error

func (*ListAgentStatusOldResponseWrapper) XXX_DiscardUnknown

func (m *ListAgentStatusOldResponseWrapper) XXX_DiscardUnknown()

func (*ListAgentStatusOldResponseWrapper) XXX_Marshal

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

func (*ListAgentStatusOldResponseWrapper) XXX_Merge

func (*ListAgentStatusOldResponseWrapper) XXX_Size

func (m *ListAgentStatusOldResponseWrapper) XXX_Size() int

func (*ListAgentStatusOldResponseWrapper) XXX_Unmarshal

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

type ListAgentStatusOldResponse_List

type ListAgentStatusOldResponse_List struct {
	//
	//状态信息列表
	Status []*ListAgentStatusOldResponse_List_Status `protobuf:"bytes,1,rep,name=status,proto3" json:"status" form:"status"`
	//
	//是否存活
	Alive bool `protobuf:"varint,2,opt,name=alive,proto3" json:"alive" form:"alive"`
	//
	//是否存活
	Version string `protobuf:"bytes,3,opt,name=version,proto3" json:"version" form:"version"`
	//
	//UUID
	Uuid string `protobuf:"bytes,4,opt,name=uuid,proto3" json:"uuid" form:"uuid"`
	//
	//时区
	Timezone int32 `protobuf:"varint,5,opt,name=timezone,proto3" json:"timezone" form:"timezone"`
	//
	//agent端心跳时间戳
	HbAgentTime int32 `protobuf:"varint,6,opt,name=hb_agent_time,json=hbAgentTime,proto3" json:"hb_agent_time" form:"hb_agent_time"`
	//
	//server端心跳时间戳
	HbServerTime int32 `protobuf:"varint,7,opt,name=hb_server_time,json=hbServerTime,proto3" json:"hb_server_time" form:"hb_server_time"`
	//
	//agent启动时间戳
	StartTime int32 `protobuf:"varint,8,opt,name=start_time,json=startTime,proto3" json:"start_time" form:"start_time"`
	//
	//agent
	Agent                string   `protobuf:"bytes,9,opt,name=agent,proto3" json:"agent" form:"agent"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListAgentStatusOldResponse_List) Descriptor

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

func (*ListAgentStatusOldResponse_List) GetAgent

func (*ListAgentStatusOldResponse_List) GetAlive

func (m *ListAgentStatusOldResponse_List) GetAlive() bool

func (*ListAgentStatusOldResponse_List) GetHbAgentTime

func (m *ListAgentStatusOldResponse_List) GetHbAgentTime() int32

func (*ListAgentStatusOldResponse_List) GetHbServerTime

func (m *ListAgentStatusOldResponse_List) GetHbServerTime() int32

func (*ListAgentStatusOldResponse_List) GetStartTime

func (m *ListAgentStatusOldResponse_List) GetStartTime() int32

func (*ListAgentStatusOldResponse_List) GetStatus

func (*ListAgentStatusOldResponse_List) GetTimezone

func (m *ListAgentStatusOldResponse_List) GetTimezone() int32

func (*ListAgentStatusOldResponse_List) GetUuid

func (*ListAgentStatusOldResponse_List) GetVersion

func (m *ListAgentStatusOldResponse_List) GetVersion() string

func (*ListAgentStatusOldResponse_List) ProtoMessage

func (*ListAgentStatusOldResponse_List) ProtoMessage()

func (*ListAgentStatusOldResponse_List) Reset

func (*ListAgentStatusOldResponse_List) String

func (*ListAgentStatusOldResponse_List) Validate

func (this *ListAgentStatusOldResponse_List) Validate() error

func (*ListAgentStatusOldResponse_List) XXX_DiscardUnknown

func (m *ListAgentStatusOldResponse_List) XXX_DiscardUnknown()

func (*ListAgentStatusOldResponse_List) XXX_Marshal

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

func (*ListAgentStatusOldResponse_List) XXX_Merge

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

func (*ListAgentStatusOldResponse_List) XXX_Size

func (m *ListAgentStatusOldResponse_List) XXX_Size() int

func (*ListAgentStatusOldResponse_List) XXX_Unmarshal

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

type ListAgentStatusOldResponse_List_Status

type ListAgentStatusOldResponse_List_Status struct {
	//
	//连接开始时间戳
	ConnectTime int32 `protobuf:"varint,1,opt,name=connect_time,json=connectTime,proto3" json:"connect_time" form:"connect_time"`
	//
	//agent端心跳时间戳
	HbAgentTime int32 `protobuf:"varint,2,opt,name=hb_agent_time,json=hbAgentTime,proto3" json:"hb_agent_time" form:"hb_agent_time"`
	//
	//server端心跳时间戳
	HbServerTime int32 `protobuf:"varint,3,opt,name=hb_server_time,json=hbServerTime,proto3" json:"hb_server_time" form:"hb_server_time"`
	//
	//agent启动时间戳
	StartTime int32 `protobuf:"varint,4,opt,name=start_time,json=startTime,proto3" json:"start_time" form:"start_time"`
	//
	//agent版本
	Version string `protobuf:"bytes,5,opt,name=version,proto3" json:"version" form:"version"`
	//
	//gateway信息
	Gateway              string   `protobuf:"bytes,6,opt,name=gateway,proto3" json:"gateway" form:"gateway"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListAgentStatusOldResponse_List_Status) Descriptor

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

func (*ListAgentStatusOldResponse_List_Status) GetConnectTime

func (m *ListAgentStatusOldResponse_List_Status) GetConnectTime() int32

func (*ListAgentStatusOldResponse_List_Status) GetGateway

func (*ListAgentStatusOldResponse_List_Status) GetHbAgentTime

func (m *ListAgentStatusOldResponse_List_Status) GetHbAgentTime() int32

func (*ListAgentStatusOldResponse_List_Status) GetHbServerTime

func (m *ListAgentStatusOldResponse_List_Status) GetHbServerTime() int32

func (*ListAgentStatusOldResponse_List_Status) GetStartTime

func (*ListAgentStatusOldResponse_List_Status) GetVersion

func (*ListAgentStatusOldResponse_List_Status) ProtoMessage

func (*ListAgentStatusOldResponse_List_Status) Reset

func (*ListAgentStatusOldResponse_List_Status) String

func (*ListAgentStatusOldResponse_List_Status) Validate

func (*ListAgentStatusOldResponse_List_Status) XXX_DiscardUnknown

func (m *ListAgentStatusOldResponse_List_Status) XXX_DiscardUnknown()

func (*ListAgentStatusOldResponse_List_Status) XXX_Marshal

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

func (*ListAgentStatusOldResponse_List_Status) XXX_Merge

func (*ListAgentStatusOldResponse_List_Status) XXX_Size

func (*ListAgentStatusOldResponse_List_Status) XXX_Unmarshal

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

type UpsertAgentPluginsRequest

type UpsertAgentPluginsRequest struct {
	//
	//数据上报的信息
	Vals *UpsertAgentPluginsRequest_Vals `protobuf:"bytes,1,opt,name=vals,proto3" json:"vals" form:"vals"`
	//
	//数据上报维度
	Dims                 *types.Struct `protobuf:"bytes,2,opt,name=dims,proto3" json:"dims" form:"dims"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

UpsertAgentPlugins请求

func (*UpsertAgentPluginsRequest) Descriptor

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

func (*UpsertAgentPluginsRequest) GetDims

func (m *UpsertAgentPluginsRequest) GetDims() *types.Struct

func (*UpsertAgentPluginsRequest) GetVals

func (*UpsertAgentPluginsRequest) ProtoMessage

func (*UpsertAgentPluginsRequest) ProtoMessage()

func (*UpsertAgentPluginsRequest) Reset

func (m *UpsertAgentPluginsRequest) Reset()

func (*UpsertAgentPluginsRequest) String

func (m *UpsertAgentPluginsRequest) String() string

func (*UpsertAgentPluginsRequest) Validate

func (this *UpsertAgentPluginsRequest) Validate() error

func (*UpsertAgentPluginsRequest) XXX_DiscardUnknown

func (m *UpsertAgentPluginsRequest) XXX_DiscardUnknown()

func (*UpsertAgentPluginsRequest) XXX_Marshal

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

func (*UpsertAgentPluginsRequest) XXX_Merge

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

func (*UpsertAgentPluginsRequest) XXX_Size

func (m *UpsertAgentPluginsRequest) XXX_Size() int

func (*UpsertAgentPluginsRequest) XXX_Unmarshal

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

type UpsertAgentPluginsRequest_Vals

type UpsertAgentPluginsRequest_Vals struct {
	//
	//数据上报的信息
	Plugins              []*UpsertAgentPluginsRequest_Vals_Plugins `protobuf:"bytes,1,rep,name=plugins,proto3" json:"plugins" form:"plugins"`
	XXX_NoUnkeyedLiteral struct{}                                  `json:"-"`
	XXX_unrecognized     []byte                                    `json:"-"`
	XXX_sizecache        int32                                     `json:"-"`
}

func (*UpsertAgentPluginsRequest_Vals) Descriptor

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

func (*UpsertAgentPluginsRequest_Vals) GetPlugins

func (*UpsertAgentPluginsRequest_Vals) ProtoMessage

func (*UpsertAgentPluginsRequest_Vals) ProtoMessage()

func (*UpsertAgentPluginsRequest_Vals) Reset

func (m *UpsertAgentPluginsRequest_Vals) Reset()

func (*UpsertAgentPluginsRequest_Vals) String

func (*UpsertAgentPluginsRequest_Vals) Validate

func (this *UpsertAgentPluginsRequest_Vals) Validate() error

func (*UpsertAgentPluginsRequest_Vals) XXX_DiscardUnknown

func (m *UpsertAgentPluginsRequest_Vals) XXX_DiscardUnknown()

func (*UpsertAgentPluginsRequest_Vals) XXX_Marshal

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

func (*UpsertAgentPluginsRequest_Vals) XXX_Merge

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

func (*UpsertAgentPluginsRequest_Vals) XXX_Size

func (m *UpsertAgentPluginsRequest_Vals) XXX_Size() int

func (*UpsertAgentPluginsRequest_Vals) XXX_Unmarshal

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

type UpsertAgentPluginsRequest_Vals_Plugins

type UpsertAgentPluginsRequest_Vals_Plugins struct {
	//
	//实际部署路径
	DeployPath string `protobuf:"bytes,1,opt,name=deployPath,proto3" json:"deployPath" form:"deployPath"`
	//
	//AgentUUID
	AgentId string `protobuf:"bytes,2,opt,name=agentId,proto3" json:"agentId" form:"agentId"`
	//
	//部署的插件版本名称
	AgentPluginId string `protobuf:"bytes,3,opt,name=agentPluginId,proto3" json:"agentPluginId" form:"agentPluginId"`
	//
	//插件的版本ID
	VersionId string `protobuf:"bytes,4,opt,name=versionId,proto3" json:"versionId" form:"versionId"`
	//
	//AgentIp
	Ip                   string   `protobuf:"bytes,5,opt,name=ip,proto3" json:"ip" form:"ip"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpsertAgentPluginsRequest_Vals_Plugins) Descriptor

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

func (*UpsertAgentPluginsRequest_Vals_Plugins) GetAgentId

func (*UpsertAgentPluginsRequest_Vals_Plugins) GetAgentPluginId

func (m *UpsertAgentPluginsRequest_Vals_Plugins) GetAgentPluginId() string

func (*UpsertAgentPluginsRequest_Vals_Plugins) GetDeployPath

func (*UpsertAgentPluginsRequest_Vals_Plugins) GetIp

func (*UpsertAgentPluginsRequest_Vals_Plugins) GetVersionId

func (*UpsertAgentPluginsRequest_Vals_Plugins) ProtoMessage

func (*UpsertAgentPluginsRequest_Vals_Plugins) Reset

func (*UpsertAgentPluginsRequest_Vals_Plugins) String

func (*UpsertAgentPluginsRequest_Vals_Plugins) Validate

func (*UpsertAgentPluginsRequest_Vals_Plugins) XXX_DiscardUnknown

func (m *UpsertAgentPluginsRequest_Vals_Plugins) XXX_DiscardUnknown()

func (*UpsertAgentPluginsRequest_Vals_Plugins) XXX_Marshal

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

func (*UpsertAgentPluginsRequest_Vals_Plugins) XXX_Merge

func (*UpsertAgentPluginsRequest_Vals_Plugins) XXX_Size

func (*UpsertAgentPluginsRequest_Vals_Plugins) XXX_Unmarshal

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

type UpsertAgentPluginsResponse

type UpsertAgentPluginsResponse struct {
	//
	//信息
	Message              string   `protobuf:"bytes,1,opt,name=message,proto3" json:"message" form:"message"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

UpsertAgentPlugins返回

func (*UpsertAgentPluginsResponse) Descriptor

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

func (*UpsertAgentPluginsResponse) GetMessage

func (m *UpsertAgentPluginsResponse) GetMessage() string

func (*UpsertAgentPluginsResponse) ProtoMessage

func (*UpsertAgentPluginsResponse) ProtoMessage()

func (*UpsertAgentPluginsResponse) Reset

func (m *UpsertAgentPluginsResponse) Reset()

func (*UpsertAgentPluginsResponse) String

func (m *UpsertAgentPluginsResponse) String() string

func (*UpsertAgentPluginsResponse) Validate

func (this *UpsertAgentPluginsResponse) Validate() error

func (*UpsertAgentPluginsResponse) XXX_DiscardUnknown

func (m *UpsertAgentPluginsResponse) XXX_DiscardUnknown()

func (*UpsertAgentPluginsResponse) XXX_Marshal

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

func (*UpsertAgentPluginsResponse) XXX_Merge

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

func (*UpsertAgentPluginsResponse) XXX_Size

func (m *UpsertAgentPluginsResponse) XXX_Size() int

func (*UpsertAgentPluginsResponse) XXX_Unmarshal

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

type UpsertAgentPluginsResponseWrapper

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

UpsertAgentPluginsApi返回

func (*UpsertAgentPluginsResponseWrapper) Descriptor

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

func (*UpsertAgentPluginsResponseWrapper) GetCode

func (*UpsertAgentPluginsResponseWrapper) GetCodeExplain

func (m *UpsertAgentPluginsResponseWrapper) GetCodeExplain() string

func (*UpsertAgentPluginsResponseWrapper) GetData

func (*UpsertAgentPluginsResponseWrapper) GetError

func (*UpsertAgentPluginsResponseWrapper) ProtoMessage

func (*UpsertAgentPluginsResponseWrapper) ProtoMessage()

func (*UpsertAgentPluginsResponseWrapper) Reset

func (*UpsertAgentPluginsResponseWrapper) String

func (*UpsertAgentPluginsResponseWrapper) Validate

func (this *UpsertAgentPluginsResponseWrapper) Validate() error

func (*UpsertAgentPluginsResponseWrapper) XXX_DiscardUnknown

func (m *UpsertAgentPluginsResponseWrapper) XXX_DiscardUnknown()

func (*UpsertAgentPluginsResponseWrapper) XXX_Marshal

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

func (*UpsertAgentPluginsResponseWrapper) XXX_Merge

func (*UpsertAgentPluginsResponseWrapper) XXX_Size

func (m *UpsertAgentPluginsResponseWrapper) XXX_Size() int

func (*UpsertAgentPluginsResponseWrapper) XXX_Unmarshal

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

type UpsertAgentPluginsV1Request

type UpsertAgentPluginsV1Request struct {
	//
	//数据上报的信息
	Vals *UpsertAgentPluginsV1Request_Vals `protobuf:"bytes,1,opt,name=vals,proto3" json:"vals" form:"vals"`
	//
	//数据上报维度
	Dims                 *types.Struct `protobuf:"bytes,2,opt,name=dims,proto3" json:"dims" form:"dims"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

UpsertAgentPluginsV1请求

func (*UpsertAgentPluginsV1Request) Descriptor

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

func (*UpsertAgentPluginsV1Request) GetDims

func (*UpsertAgentPluginsV1Request) GetVals

func (*UpsertAgentPluginsV1Request) ProtoMessage

func (*UpsertAgentPluginsV1Request) ProtoMessage()

func (*UpsertAgentPluginsV1Request) Reset

func (m *UpsertAgentPluginsV1Request) Reset()

func (*UpsertAgentPluginsV1Request) String

func (m *UpsertAgentPluginsV1Request) String() string

func (*UpsertAgentPluginsV1Request) Validate

func (this *UpsertAgentPluginsV1Request) Validate() error

func (*UpsertAgentPluginsV1Request) XXX_DiscardUnknown

func (m *UpsertAgentPluginsV1Request) XXX_DiscardUnknown()

func (*UpsertAgentPluginsV1Request) XXX_Marshal

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

func (*UpsertAgentPluginsV1Request) XXX_Merge

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

func (*UpsertAgentPluginsV1Request) XXX_Size

func (m *UpsertAgentPluginsV1Request) XXX_Size() int

func (*UpsertAgentPluginsV1Request) XXX_Unmarshal

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

type UpsertAgentPluginsV1Request_Vals

type UpsertAgentPluginsV1Request_Vals struct {
	//
	//数据上报的信息
	UpdateDeployInfoList []*UpsertAgentPluginsV1Request_Vals_UpdateDeployInfoList `protobuf:"bytes,1,rep,name=updateDeployInfoList,proto3" json:"updateDeployInfoList" form:"updateDeployInfoList"`
	XXX_NoUnkeyedLiteral struct{}                                                 `json:"-"`
	XXX_unrecognized     []byte                                                   `json:"-"`
	XXX_sizecache        int32                                                    `json:"-"`
}

func (*UpsertAgentPluginsV1Request_Vals) Descriptor

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

func (*UpsertAgentPluginsV1Request_Vals) GetUpdateDeployInfoList

func (*UpsertAgentPluginsV1Request_Vals) ProtoMessage

func (*UpsertAgentPluginsV1Request_Vals) ProtoMessage()

func (*UpsertAgentPluginsV1Request_Vals) Reset

func (*UpsertAgentPluginsV1Request_Vals) String

func (*UpsertAgentPluginsV1Request_Vals) Validate

func (this *UpsertAgentPluginsV1Request_Vals) Validate() error

func (*UpsertAgentPluginsV1Request_Vals) XXX_DiscardUnknown

func (m *UpsertAgentPluginsV1Request_Vals) XXX_DiscardUnknown()

func (*UpsertAgentPluginsV1Request_Vals) XXX_Marshal

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

func (*UpsertAgentPluginsV1Request_Vals) XXX_Merge

func (*UpsertAgentPluginsV1Request_Vals) XXX_Size

func (m *UpsertAgentPluginsV1Request_Vals) XXX_Size() int

func (*UpsertAgentPluginsV1Request_Vals) XXX_Unmarshal

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

type UpsertAgentPluginsV1Request_Vals_UpdateDeployInfoList

type UpsertAgentPluginsV1Request_Vals_UpdateDeployInfoList struct {
	//
	//实际部署路径
	DeployPath string `protobuf:"bytes,1,opt,name=deployPath,proto3" json:"deployPath" form:"deployPath"`
	//
	//AgentUUID
	AgentId string `protobuf:"bytes,2,opt,name=agentId,proto3" json:"agentId" form:"agentId"`
	//
	//部署的插件版本名称
	AgentPluginId string `protobuf:"bytes,3,opt,name=agentPluginId,proto3" json:"agentPluginId" form:"agentPluginId"`
	//
	//插件的版本ID
	VersionId string `protobuf:"bytes,4,opt,name=versionId,proto3" json:"versionId" form:"versionId"`
	//
	//AgentIp
	Ip                   string   `protobuf:"bytes,5,opt,name=ip,proto3" json:"ip" form:"ip"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpsertAgentPluginsV1Request_Vals_UpdateDeployInfoList) Descriptor

func (*UpsertAgentPluginsV1Request_Vals_UpdateDeployInfoList) GetAgentId

func (*UpsertAgentPluginsV1Request_Vals_UpdateDeployInfoList) GetAgentPluginId

func (*UpsertAgentPluginsV1Request_Vals_UpdateDeployInfoList) GetDeployPath

func (*UpsertAgentPluginsV1Request_Vals_UpdateDeployInfoList) GetIp

func (*UpsertAgentPluginsV1Request_Vals_UpdateDeployInfoList) GetVersionId

func (*UpsertAgentPluginsV1Request_Vals_UpdateDeployInfoList) ProtoMessage

func (*UpsertAgentPluginsV1Request_Vals_UpdateDeployInfoList) Reset

func (*UpsertAgentPluginsV1Request_Vals_UpdateDeployInfoList) String

func (*UpsertAgentPluginsV1Request_Vals_UpdateDeployInfoList) Validate

func (*UpsertAgentPluginsV1Request_Vals_UpdateDeployInfoList) XXX_DiscardUnknown

func (*UpsertAgentPluginsV1Request_Vals_UpdateDeployInfoList) XXX_Marshal

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

func (*UpsertAgentPluginsV1Request_Vals_UpdateDeployInfoList) XXX_Merge

func (*UpsertAgentPluginsV1Request_Vals_UpdateDeployInfoList) XXX_Size

func (*UpsertAgentPluginsV1Request_Vals_UpdateDeployInfoList) XXX_Unmarshal

type UpsertAgentPluginsV1Response

type UpsertAgentPluginsV1Response struct {
	//
	//信息
	Message              string   `protobuf:"bytes,1,opt,name=message,proto3" json:"message" form:"message"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

UpsertAgentPluginsV1返回

func (*UpsertAgentPluginsV1Response) Descriptor

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

func (*UpsertAgentPluginsV1Response) GetMessage

func (m *UpsertAgentPluginsV1Response) GetMessage() string

func (*UpsertAgentPluginsV1Response) ProtoMessage

func (*UpsertAgentPluginsV1Response) ProtoMessage()

func (*UpsertAgentPluginsV1Response) Reset

func (m *UpsertAgentPluginsV1Response) Reset()

func (*UpsertAgentPluginsV1Response) String

func (*UpsertAgentPluginsV1Response) Validate

func (this *UpsertAgentPluginsV1Response) Validate() error

func (*UpsertAgentPluginsV1Response) XXX_DiscardUnknown

func (m *UpsertAgentPluginsV1Response) XXX_DiscardUnknown()

func (*UpsertAgentPluginsV1Response) XXX_Marshal

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

func (*UpsertAgentPluginsV1Response) XXX_Merge

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

func (*UpsertAgentPluginsV1Response) XXX_Size

func (m *UpsertAgentPluginsV1Response) XXX_Size() int

func (*UpsertAgentPluginsV1Response) XXX_Unmarshal

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

type UpsertAgentPluginsV1ResponseWrapper

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

UpsertAgentPluginsV1Api返回

func (*UpsertAgentPluginsV1ResponseWrapper) Descriptor

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

func (*UpsertAgentPluginsV1ResponseWrapper) GetCode

func (*UpsertAgentPluginsV1ResponseWrapper) GetCodeExplain

func (m *UpsertAgentPluginsV1ResponseWrapper) GetCodeExplain() string

func (*UpsertAgentPluginsV1ResponseWrapper) GetData

func (*UpsertAgentPluginsV1ResponseWrapper) GetError

func (*UpsertAgentPluginsV1ResponseWrapper) ProtoMessage

func (*UpsertAgentPluginsV1ResponseWrapper) ProtoMessage()

func (*UpsertAgentPluginsV1ResponseWrapper) Reset

func (*UpsertAgentPluginsV1ResponseWrapper) String

func (*UpsertAgentPluginsV1ResponseWrapper) Validate

func (this *UpsertAgentPluginsV1ResponseWrapper) Validate() error

func (*UpsertAgentPluginsV1ResponseWrapper) XXX_DiscardUnknown

func (m *UpsertAgentPluginsV1ResponseWrapper) XXX_DiscardUnknown()

func (*UpsertAgentPluginsV1ResponseWrapper) XXX_Marshal

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

func (*UpsertAgentPluginsV1ResponseWrapper) XXX_Merge

func (*UpsertAgentPluginsV1ResponseWrapper) XXX_Size

func (*UpsertAgentPluginsV1ResponseWrapper) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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