You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Powerpipe specific resources moved from modconfig to powerpipe
Powerpipe specific interfaces moved to Powerpipe:
- RuntimeDependencyProvider
- WithProvider
- QueryProvider
- DashboardLeafNode
- NodeAndEdgeProvider
Added app-specific config:
- CustomTypes - a map of app-specific custom types - expected to be of the format of a Cty capsule type
- modconfig.AppSpecificNewModResourcesFunc - constructor for app specific ModResources implementation
- parse.ModDecoderFunc - constructor for app specific decoder
- parse.AppSpecificGetResourceSchemaFunc to return app specific resource schema
The text was updated successfully, but these errors were encountered:
- RuntimeDependencyProvider
- WithProvider
- QueryProvider
- DashboardLeafNode
- NodeAndEdgeProvider
- CustomTypes - a map of app-specific custom types - expected to be of the format of a Cty capsule type
- modconfig.AppSpecificNewModResourcesFunc - constructor for app specific ModResources implementation
- parse.ModDecoderFunc - constructor for app specific decoder
- parse.AppSpecificGetResourceSchemaFunc to return app specific resource schema
The text was updated successfully, but these errors were encountered: