plugin

package
v0.64.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 16, 2024 License: Apache-2.0 Imports: 31 Imported by: 0

Documentation

Index

Constants

View Source
const LATEST = "latest"

Variables

This section is empty.

Functions

This section is empty.

Types

type PluginClient

type PluginClient interface {
	Close()
	GetDataSourceSyncer() (data_source.DataSourceSyncer, error)
	GetDataObjectEnricher() (data_object_enricher.DataObjectEnricher, error)
	GetIdentityStoreSyncer() (identity_store.IdentityStoreSyncer, error)
	GetAccessSyncer() (access_provider.AccessSyncer, error)
	GetDataUsageSyncer() (data_usage.DataUsageSyncer, error)
	GetResourceProvider() (resource_provider.ResourceProviderSyncer, error)
	GetTagSyncer() (tag.TagSyncer, error)
	GetInfo() (plugin2.Info, error)
}

func NewPluginClient

func NewPluginClient(connector string, version string, logger hclog.Logger) (PluginClient, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL