
Allow plugins to be mapped and returned by their ID. Add skip plugin to allow plugins to decide whether they should be loaded. Signed-off-by: Derek McGowan <derek@mcgstyle.net>
8 lines
84 B
Go
8 lines
84 B
Go
// +build darwin freebsd
|
|
|
|
package snapshot
|
|
|
|
const (
|
|
defaultSnapshotter = "naive"
|
|
)
|