Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultPlugin = *NewPlugin()
Default instance of the plugin (e.g. without custom dependencies)
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
Deps // external dependencies
// contains filtered or unexported fields
}
Client is aGRPC plugin structure
func NewPlugin ¶
Method to retrieve plugin instance with options (if defined)
func (*Client) Init ¶
Inti is the initialization function, called when the agent in started
type Deps ¶
type Deps struct {
infra.PluginDeps
}
Deps is a structure for the plugin external dependencies
Source Files
¶
- grpc_client.go
- options.go
Click to show internal directories.
Click to hide internal directories.