Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FSServicer ¶
type FSServicer interface { CreateBaseJailDataset() error CloneBaseToJail(string) error CreateDataset() error CreateSnapshot() error RemoveDataset(string) error }
FSServicer defines the behavior of the filesystem service
func NewFilesystemService ¶
func NewFilesystemService(conf *config.Config, l gklog.Logger, metrics *statsd.Client, w utils.Wrapper) FSServicer
NewFilesystemService creates a new value of type FileSystemService which provides the dependencies to the service methods
Click to show internal directories.
Click to hide internal directories.