Documentation ¶
Index ¶
Constants ¶
View Source
const ( ID = "ransom_wallpaper" Name = "Ransomware Wallpaper" )
Variables ¶
This section is empty.
Functions ¶
func NewRansomWallpaper ¶
func NewRansomWallpaper(opts ...RansomWallpaperOptions) sergeant.Runnable
Types ¶
type RansomWallpaper ¶
type RansomWallpaper struct {
// contains filtered or unexported fields
}
func (*RansomWallpaper) ID ¶
func (e *RansomWallpaper) ID() string
func (*RansomWallpaper) Name ¶
func (e *RansomWallpaper) Name() string
type RansomWallpaperOptions ¶
type RansomWallpaperOptions struct {
CurrentWallpaperPath string
}
Click to show internal directories.
Click to hide internal directories.