Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserInterface ¶
type UserInterface struct {
// contains filtered or unexported fields
}
UserInterface is an alternaive way of running go-chromecast (based around a gocui GUI):
func NewUserInterface ¶
func NewUserInterface(app application.App) (*UserInterface, error)
NewUserInterface returns a new user-interface loaded with everything we need:
func (*UserInterface) Run ¶
func (ui *UserInterface) Run() error
Run tells the UserInterface to start:
Click to show internal directories.
Click to hide internal directories.