Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrStateUninitialized = errors.New("no state currently set")
Functions ¶
This section is empty.
Types ¶
type StateHolder ¶
type StateHolder struct {
// contains filtered or unexported fields
}
TODO(rchew) names...
func (*StateHolder) GetCurrentState ¶
func (h *StateHolder) GetCurrentState() (display.State, error)
func (*StateHolder) UpdateState ¶
func (h *StateHolder) UpdateState(state display.State) error
Click to show internal directories.
Click to hide internal directories.