Documentation
¶
Overview ¶
Package pluginargs contains base args that can be passed to plugin functions
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cleanup ¶
type Cleanup struct {
// contains filtered or unexported fields
}
Cleanup can be used to register cleanup functions.
type Internal ¶
type Internal struct {
Broker *plugin.GRPCBroker
Mappers []*argmapper.Func
Cleanup *Cleanup
GRPCContext context.Context
}
Internal is a struct that is available to mappers. This is an internal-only type that is not possible for plugins to register for since it is only exported in an internal package.
Click to show internal directories.
Click to hide internal directories.