Documentation ¶
Index ¶
Constants ¶
View Source
const ( WarningNotImplemented = "not implemented" WarningDatasourcePluginNotFound = "datasource plugin not found" WarningTypeNotSpecified = "type not specified" WarningPluginNotFound = "plugin not found" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EntityReferenceResolver ¶
type EntityReferenceResolver interface {
Resolve(ctx context.Context, ref *entity.EntityExternalReference) (ResolutionInfo, error)
}
func ProvideEntityReferenceResolver ¶
func ProvideEntityReferenceResolver(ds datasources.DataSourceService, pluginStore plugins.Store) EntityReferenceResolver
Click to show internal directories.
Click to hide internal directories.