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
type Deps ¶
type Deps struct {
infra.PluginDeps
}
Deps is a structure for the plugin external dependencies
Click to show internal directories.
Click to hide internal directories.