Documentation ¶ Index ¶ type App Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type App ¶ type App interface { Start(string) // start or provide extra data Running() bool Quit() FriendlyName() string // return a human-readable name Data(string) string // return data from app } Source Files ¶ View all Source files app.go Directories ¶ Show internal Expand all Path Synopsis youtube mp Click to show internal directories. Click to hide internal directories.