package
0.6.0
Repository: https://github.com/cofide/cofidectl.git
Documentation: pkg.go.dev

# Functions

No description provided by the author

# Constants

DataSourcePluginName is the name that should be used in the plugin map.

# Structs

DataSourcePlugin implements the plugin.Plugin interface to provide the GRPC server or client back to the plugin machinery.
DataSourcePluginClientGRPC is used by clients (main application) to translate the DataSource interface of plugins to GRPC calls.
No description provided by the author

# Interfaces

DataSource is the interface data source plugins have to implement.