Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ButtonFactory ¶
type ButtonFactory struct{}
func (ButtonFactory) New ¶
func (f ButtonFactory) New(buttonType string) Button
type CircularButton ¶
type CircularButton struct{}
func (CircularButton) Press ¶
func (b CircularButton) Press() string
type SquareButton ¶
type SquareButton struct{}
func (SquareButton) Press ¶
func (b SquareButton) Press() string
Click to show internal directories.
Click to hide internal directories.