Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMockInit ¶
args helps break tests less if we change stuff
Types ¶
type Provider ¶
type Provider interface { fmt.Stringer // Supports indicates if this provider can handle a given data store. Supports(url *url.URL) bool // New creates a new data store from the specified URL New(ctx context.Context, url *url.URL) (models.Datastore, error) }
Provider is a datastore provider
Click to show internal directories.
Click to hide internal directories.