Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClaimStore ¶
type DynamicCrudStore ¶
type DynamicCrudStore struct {
// contains filtered or unexported fields
}
DynamicCrudStore wraps another backing store that is instantiated just in time before each method call.
func NewDynamicCrudStore ¶
func NewDynamicCrudStore(builder DynamicCrudStoreBuilder) *DynamicCrudStore
func (DynamicCrudStore) Delete ¶
func (s DynamicCrudStore) Delete(name string) error
func (DynamicCrudStore) List ¶
func (s DynamicCrudStore) List() ([]string, error)
type DynamicCrudStoreBuilder ¶
type Provider ¶
type Provider interface { ClaimStore }
Provider interface for instance storage (claims).
type TestInstanceStorageProvider ¶
type TestInstanceStorageProvider struct {
ClaimStore
}
func NewTestInstanceStorageProvider ¶
func NewTestInstanceStorageProvider() TestInstanceStorageProvider
Click to show internal directories.
Click to hide internal directories.