Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SaverCreator ¶
type SaverCreator func(ScreensaverOpts) (Screensaver, error)
type SaverInput ¶
type Screensaver ¶
type Screensaver interface { Initialize(opts ScreensaverOpts) error SetInputs(map[string]string) error Update() error Inputs() map[string]SaverInput Clear() }
type ScreensaverOpts ¶
Click to show internal directories.
Click to hide internal directories.