Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClaimStore ¶
A sad hack because claim.Store has a method called Store which prevents us from embedding it as a field
type PluginDelegator ¶
type PluginDelegator struct { *config.Config ClaimStore }
TODO: Move this into pkg/plugins so that every provider backed by plugins can use it PluginDelegator provides access to instance storage (claims) by instantiating plugins that implement claim (CRUD) storage.
func NewPluginDelegator ¶
func NewPluginDelegator(c *config.Config) *PluginDelegator
Click to show internal directories.
Click to hide internal directories.