Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶ added in v1.1.0
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶ added in v1.1.0
func NewController(settings core.Settings) *Controller
func (*Controller) ContestChanged ¶ added in v1.1.0
func (c *Controller) ContestChanged(contest core.Contest)
func (*Controller) Hide ¶ added in v1.1.0
func (c *Controller) Hide()
func (*Controller) ScoreChanged ¶ added in v1.1.0
func (c *Controller) ScoreChanged(score core.Score)
func (*Controller) SetView ¶ added in v1.1.0
func (c *Controller) SetView(view View)
func (*Controller) Show ¶ added in v1.1.0
func (c *Controller) Show()
Click to show internal directories.
Click to hide internal directories.