Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SnapshotHandler ¶
type SnapshotHandler struct {
ExecPath string
}
func (SnapshotHandler) DoSnapshot ¶
func (s SnapshotHandler) DoSnapshot(job jobs.SnapshotJob) (string, error)
type SnapshotInterface ¶
type SnapshotInterface interface {
DoSnapshot(job jobs.SnapshotJob) (string, error)
}
type SnapshotMockHandler ¶
type SnapshotMockHandler struct {
ExecPath string
}
func (SnapshotMockHandler) DoSnapshot ¶
func (s SnapshotMockHandler) DoSnapshot(job jobs.SnapshotJob) (string, error)
Click to show internal directories.
Click to hide internal directories.