agent

package
v2.16.1 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2024 License: Apache-2.0 Imports: 5 Imported by: 2

Documentation

Index

Constants

View Source
const (
	AS3Agent  = "as3"
	CCCLAgent = "cccl"
)
View Source
const (
	MsgTypeSendDecl = "L4L7Declaration"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type CISAgentInterface

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

func CreateAgent

func CreateAgent(agentType string) (CISAgentInterface, error)

type DeInitializer

type DeInitializer interface {
	DeInit() error
}

De-Initializer is the interface which wraps basic De-Init method.

type Deployer

type Deployer interface {
	Deploy(req interface{}) error
}

Deployer is the interface which wraps basic Deploy method

type Initializer

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

Initializer is the interface which wraps basic Init method.

type Remover

type Remover interface {
	Clean(partition string) error
}

Remover is the interface which wraps basic Remove method

Directories

Path Synopsis
-
-

Jump to

Keyboard shortcuts

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