agent

package
v0.0.0-...-0cd9b86 Latest Latest
Warning

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

Go to latest
Published: Oct 14, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AS3Agent = "as3"
	NIMAgent = "nim"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type DeInitializer

type DeInitializer interface {
	DeInit() error
}

type Deployer

type Deployer interface {
	DoBatchDeploy(groups, stage string) error
	DoDeploy(instance, stage string) error
}

type Initializer

type Initializer interface {
	Init(interface{}) error
}

type RESTAgentInterface

type RESTAgentInterface interface {
	Initializer
	Deployer
	DeInitializer
	Remover
	IsImplInAgent(string) bool
}

func CreateAgent

func CreateAgent(agentType string) (RESTAgentInterface, error)

type Remover

type Remover interface {
	Clean(partition string) error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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