Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Driver ¶
type Driver interface { URI(ctx context.Context) string Connection(ctx context.Context) (*sql.DB, error) List(ctx context.Context) ([]string, error) Clone(ctx context.Context, source string, target string) error Create(ctx context.Context, target string) error Remove(ctx context.Context, target string) error PruneList(ctx context.Context) ([]string, error) Prune(ctx context.Context) error }
func FromContext ¶
Click to show internal directories.
Click to hide internal directories.