Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IDPProvider ¶
func (*IDPProvider) GetName ¶
func (idpProvider *IDPProvider) GetName() string
Gets the name of the provider
func (*IDPProvider) GetPath ¶
func (idpProvider *IDPProvider) GetPath() string
Gets the path of the provider
func (*IDPProvider) PluginClient ¶
func (idpProvider *IDPProvider) PluginClient() (grpcplugin.PluginClient, error)
Gets the plugin client. Subsequent calls to this will return the same client
type Provider ¶
type Provider interface { GetName() string GetPath() string PluginClient() (grpcplugin.PluginClient, error) Kill() }
Click to show internal directories.
Click to hide internal directories.