Documentation ¶
Index ¶
- type App
- func (c *App) Index() revel.Result
- func (c *App) ProgramIndex(programName string) revel.Result
- func (c *App) ProgramRunIndex(programName string, runID int32) revel.Result
- func (c *App) ProgramRunInsert(programName string, runID int32) revel.Result
- func (c *App) ProgramRunMetric(programName string, runID int32, metricName string) revel.Result
- func (c *App) ProgramRunStart(programName string) revel.Result
- func (c *App) ProgramRunStop(programName string, runID int32) revel.Result
- func (c *App) ProgramRunTag(programName string, runID int32) revel.Result
- func (c *App) ProgramRunTags(programName string, runID int32) revel.Result
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
*revel.Controller
}
func (*App) ProgramRunIndex ¶
func (*App) ProgramRunInsert ¶
func (*App) ProgramRunMetric ¶
func (*App) ProgramRunStop ¶
func (*App) ProgramRunTag ¶
Click to show internal directories.
Click to hide internal directories.