Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMockInit ¶
NewMockInit allows specifying certain apps/fns/triggers. 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 string) bool
// New creates a new data store from the specified URL
New(ctx context.Context, url string) (models.Datastore, error)
}
Provider is a datastore provider
Click to show internal directories.
Click to hide internal directories.