Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContestProvider ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController(contestProvider ContestProvider, logDirectory string) *Controller
func (*Controller) EnterContestFilename ¶ added in v0.22.0
func (c *Controller) EnterContestFilename(filename string)
func (*Controller) EnterContestName ¶
func (c *Controller) EnterContestName(name string)
func (*Controller) RefreshView ¶ added in v0.22.0
func (c *Controller) RefreshView()
func (*Controller) Run ¶
func (c *Controller) Run() (Result, bool)
func (*Controller) SelectContestIdentifier ¶
func (c *Controller) SelectContestIdentifier(identifier string)
func (*Controller) SetView ¶
func (c *Controller) SetView(view View)
Click to show internal directories.
Click to hide internal directories.