api

package
v0.0.9 Latest Latest
Warning

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

Go to latest
Published: Mar 17, 2026 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AgentRestfulApiHandler

type AgentRestfulApiHandler struct {
	ioc.ObjectImpl
	// contains filtered or unexported fields
}

func (*AgentRestfulApiHandler) CreateAgent

func (h *AgentRestfulApiHandler) CreateAgent(r *restful.Request, w *restful.Response)

func (*AgentRestfulApiHandler) DescribeAgent

func (h *AgentRestfulApiHandler) DescribeAgent(r *restful.Request, w *restful.Response)

func (*AgentRestfulApiHandler) Init

func (h *AgentRestfulApiHandler) Init() error

func (*AgentRestfulApiHandler) Name

func (h *AgentRestfulApiHandler) Name() string

func (*AgentRestfulApiHandler) QueryAgent

func (h *AgentRestfulApiHandler) QueryAgent(r *restful.Request, w *restful.Response)

func (*AgentRestfulApiHandler) UpdateAgent

func (h *AgentRestfulApiHandler) UpdateAgent(r *restful.Request, w *restful.Response)

type AgentSet

type AgentSet struct {
	Total int64          `json:"total"`
	Items []*agent.Agent `json:"items"`
}

type RegistryHandler

type RegistryHandler struct {
	ioc.ObjectImpl
	// contains filtered or unexported fields
}

func (*RegistryHandler) Init

func (h *RegistryHandler) Init() error

func (*RegistryHandler) Meta

func (h *RegistryHandler) Meta() ioc.ObjectMeta

func (*RegistryHandler) Name

func (h *RegistryHandler) Name() string

func (*RegistryHandler) Registry

func (h *RegistryHandler) Registry(r *restful.Request, w *restful.Response)

Jump to

Keyboard shortcuts

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