Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Information ¶
type Information interface {
Collect()
}
type LockScreen ¶
type LockScreen interface {
Lock() error
}
type Persistence ¶
type Screenshot ¶
type Screenshot interface {
TakeScreenshot() error
}
type SnapWebcam ¶
type SnapWebcam interface {
Snap() error
}
type UseCase ¶
type UseCase struct { Terminal Terminal Information Information Download Download Upload Upload Screenshot Screenshot Persistence Persistence OpenURL OpenURL LockScreen LockScreen SnapWebcam SnapWebcam }
Click to show internal directories.
Click to hide internal directories.