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 ¶
Initializer is the interface which wraps basic Init method.
Click to show internal directories.
Click to hide internal directories.