Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController(notifier *notifier.Notifier, clientEvents <-chan webapp.ClientEvent, canvasWidth uint8, canvasHeight uint8) *Controller
func (Controller) Start ¶
func (c Controller) Start() <-chan struct{}
func (*Controller) Update ¶ added in v0.0.2
func (c *Controller) Update(change *state.Change)
Click to show internal directories.
Click to hide internal directories.