Documentation
¶
Overview ¶
Package zapos implements the Zaparoo OS appliance platform.
Index ¶
- type Platform
- func (p *Platform) LaunchMedia(cfg *config.Instance, path string, launcher *platforms.Launcher, ...) error
- func (p *Platform) Launchers(cfg *config.Instance) []platforms.Launcher
- func (*Platform) RootDirs(cfg *config.Instance) []string
- func (*Platform) Settings() platforms.Settings
- func (p *Platform) SupportedReaders(cfg *config.Instance) []readers.Reader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Platform ¶
Platform implements Zaparoo OS support.
func (*Platform) LaunchMedia ¶
func (p *Platform) LaunchMedia( cfg *config.Instance, path string, launcher *platforms.Launcher, db *database.Database, opts *platforms.LaunchOptions, ) error
LaunchMedia launches media through the shared Linux implementation.
func (*Platform) Launchers ¶
Launchers returns custom launchers followed by curated appliance launchers.
Click to show internal directories.
Click to hide internal directories.