Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientEvent ¶
type ClientEvent interface{}
type ClientEventDownload ¶ added in v0.0.5
type ClientEventRegistered ¶
type ClientEventRegistered uint64
type ClientEventReset ¶ added in v0.0.4
type ClientEventReset bool
type ClientEventSetColor ¶ added in v0.0.4
type ClientEventSetTool ¶ added in v0.0.4
type ClientEventSetTool string
type ClientEventUndo ¶ added in v0.0.6
type ClientEventUndo bool
type WebApplication ¶
type WebApplication struct {
// contains filtered or unexported fields
}
func NewWebApplication ¶
func NewWebApplication(mailbox *notifier.Notifier, port uint16, ch chan<- ClientEvent) *WebApplication
func (WebApplication) GetMux ¶
func (ca WebApplication) GetMux() *http.ServeMux
Click to show internal directories.
Click to hide internal directories.