Documentation
¶
Index ¶
- type Manager
- func (m *Manager) Go(url string)
- func (m *Manager) Info(message string)
- func (m *Manager) Init() error
- func (m *Manager) ModalError(err error)
- func (m *Manager) ModalMessage(title string, message string)
- func (m *Manager) ProcessSupertool()
- func (m *Manager) Run()
- func (m *Manager) ServeTools(w http.ResponseWriter, r *http.Request)
- func (m *Manager) ServerStatus()
- func (m *Manager) Splash() error
- func (m *Manager) StartServer()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct { Application fyne.App WStatus binding.String // contains filtered or unexported fields }
func (*Manager) ModalError ¶
func (*Manager) ModalMessage ¶
func (*Manager) ProcessSupertool ¶
func (m *Manager) ProcessSupertool()
func (*Manager) ServeTools ¶
func (m *Manager) ServeTools(w http.ResponseWriter, r *http.Request)
func (*Manager) ServerStatus ¶
func (m *Manager) ServerStatus()
func (*Manager) StartServer ¶
func (m *Manager) StartServer()
Click to show internal directories.
Click to hide internal directories.