Documentation ¶
Index ¶
- func ConvertClassificationToHumanString(classification int) string
- func ConvertClassificationToString(classification int) string
- type App
- func (app *App) AdminEditDetailsHandler(w http.ResponseWriter, r *http.Request)
- func (app *App) AdminEditGroupDetailHandler(w http.ResponseWriter, r *http.Request)
- func (app *App) AdminEditGroupsHandler(w http.ResponseWriter, r *http.Request)
- func (app *App) AdminHandler(w http.ResponseWriter, r *http.Request)
- func (app *App) AdminUsersHandler(w http.ResponseWriter, r *http.Request)
- func (app *App) ApiConfigHandler(w http.ResponseWriter, r *http.Request)
- func (app *App) ApiCronStatsHandler(w http.ResponseWriter, r *http.Request)
- func (app *App) ApiEditCreateHandler(w http.ResponseWriter, r *http.Request)
- func (app *App) ApiEditGetHandler(w http.ResponseWriter, r *http.Request)
- func (app *App) ApiEditGroupCreateHandler(w http.ResponseWriter, r *http.Request)
- func (app *App) ApiEditGroupGetHandler(w http.ResponseWriter, r *http.Request)
- func (app *App) ApiEditGroupListHandler(w http.ResponseWriter, r *http.Request)
- func (app *App) ApiEditGroupUpdateHandler(w http.ResponseWriter, r *http.Request)
- func (app *App) ApiEditListHandler(w http.ResponseWriter, r *http.Request)
- func (app *App) ApiEditNextHandler(w http.ResponseWriter, r *http.Request)
- func (app *App) ApiEditUpdateHandler(w http.ResponseWriter, r *http.Request)
- func (app *App) ApiExportDoneHandler(w http.ResponseWriter, r *http.Request)
- func (app *App) ApiExportDoneJsonHandler(w http.ResponseWriter, r *http.Request)
- func (app *App) ApiExportDumpHandler(w http.ResponseWriter, r *http.Request)
- func (app *App) ApiExportDumpJsonHandler(w http.ResponseWriter, r *http.Request)
- func (app *App) ApiExportTrainerJsonHandler(w http.ResponseWriter, r *http.Request)
- func (app *App) ApiReportExportHandler(w http.ResponseWriter, r *http.Request)
- func (app *App) ApiReportImportHandler(w http.ResponseWriter, r *http.Request)
- func (app *App) ApiTrainingDataHandler(w http.ResponseWriter, r *http.Request)
- func (app *App) ApiTrainingImportHandler(w http.ResponseWriter, r *http.Request)
- func (app *App) ApiUserClassificationCreateHandler(w http.ResponseWriter, r *http.Request)
- func (app *App) ApiUserClassificationGetHandler(w http.ResponseWriter, r *http.Request)
- func (app *App) ApiUserClassificationListHandler(w http.ResponseWriter, r *http.Request)
- func (app *App) ApiUserCreateHandler(w http.ResponseWriter, r *http.Request)
- func (app *App) ApiUserGetHandler(w http.ResponseWriter, r *http.Request)
- func (app *App) ApiUserListHandler(w http.ResponseWriter, r *http.Request)
- func (app *App) ApiUserUpdateHandler(w http.ResponseWriter, r *http.Request)
- func (app *App) LoginCallbackHandler(w http.ResponseWriter, r *http.Request)
- func (app *App) LoginHandler(w http.ResponseWriter, r *http.Request)
- func (app *App) LogoutHandler(w http.ResponseWriter, r *http.Request)
- func (app *App) ReviewHandler(w http.ResponseWriter, r *http.Request)
- func (app *App) RunForever(addr string)
- func (app *App) WelcomeHandler(w http.ResponseWriter, r *http.Request)
- type Data
- type Edit
- type EditGroup
- type NoIndexFileSystem
- type TrainedData
- type User
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
func (*App) AdminEditDetailsHandler ¶
func (app *App) AdminEditDetailsHandler(w http.ResponseWriter, r *http.Request)
func (*App) AdminEditGroupDetailHandler ¶
func (app *App) AdminEditGroupDetailHandler(w http.ResponseWriter, r *http.Request)
func (*App) AdminEditGroupsHandler ¶
func (app *App) AdminEditGroupsHandler(w http.ResponseWriter, r *http.Request)
func (*App) AdminHandler ¶
func (app *App) AdminHandler(w http.ResponseWriter, r *http.Request)
func (*App) AdminUsersHandler ¶
func (app *App) AdminUsersHandler(w http.ResponseWriter, r *http.Request)
func (*App) ApiConfigHandler ¶ added in v0.0.4
func (app *App) ApiConfigHandler(w http.ResponseWriter, r *http.Request)
func (*App) ApiCronStatsHandler ¶
func (app *App) ApiCronStatsHandler(w http.ResponseWriter, r *http.Request)
func (*App) ApiEditCreateHandler ¶
func (app *App) ApiEditCreateHandler(w http.ResponseWriter, r *http.Request)
func (*App) ApiEditGetHandler ¶
func (app *App) ApiEditGetHandler(w http.ResponseWriter, r *http.Request)
func (*App) ApiEditGroupCreateHandler ¶
func (app *App) ApiEditGroupCreateHandler(w http.ResponseWriter, r *http.Request)
func (*App) ApiEditGroupGetHandler ¶
func (app *App) ApiEditGroupGetHandler(w http.ResponseWriter, r *http.Request)
func (*App) ApiEditGroupListHandler ¶
func (app *App) ApiEditGroupListHandler(w http.ResponseWriter, r *http.Request)
func (*App) ApiEditGroupUpdateHandler ¶
func (app *App) ApiEditGroupUpdateHandler(w http.ResponseWriter, r *http.Request)
func (*App) ApiEditListHandler ¶
func (app *App) ApiEditListHandler(w http.ResponseWriter, r *http.Request)
func (*App) ApiEditNextHandler ¶
func (app *App) ApiEditNextHandler(w http.ResponseWriter, r *http.Request)
func (*App) ApiEditUpdateHandler ¶
func (app *App) ApiEditUpdateHandler(w http.ResponseWriter, r *http.Request)
func (*App) ApiExportDoneHandler ¶
func (app *App) ApiExportDoneHandler(w http.ResponseWriter, r *http.Request)
func (*App) ApiExportDoneJsonHandler ¶
func (app *App) ApiExportDoneJsonHandler(w http.ResponseWriter, r *http.Request)
func (*App) ApiExportDumpHandler ¶
func (app *App) ApiExportDumpHandler(w http.ResponseWriter, r *http.Request)
func (*App) ApiExportDumpJsonHandler ¶
func (app *App) ApiExportDumpJsonHandler(w http.ResponseWriter, r *http.Request)
func (*App) ApiExportTrainerJsonHandler ¶ added in v0.0.13
func (app *App) ApiExportTrainerJsonHandler(w http.ResponseWriter, r *http.Request)
func (*App) ApiReportExportHandler ¶
func (app *App) ApiReportExportHandler(w http.ResponseWriter, r *http.Request)
func (*App) ApiReportImportHandler ¶
func (app *App) ApiReportImportHandler(w http.ResponseWriter, r *http.Request)
func (*App) ApiTrainingDataHandler ¶ added in v0.0.15
func (app *App) ApiTrainingDataHandler(w http.ResponseWriter, r *http.Request)
func (*App) ApiTrainingImportHandler ¶ added in v0.0.15
func (app *App) ApiTrainingImportHandler(w http.ResponseWriter, r *http.Request)
func (*App) ApiUserClassificationCreateHandler ¶
func (app *App) ApiUserClassificationCreateHandler(w http.ResponseWriter, r *http.Request)
func (*App) ApiUserClassificationGetHandler ¶
func (app *App) ApiUserClassificationGetHandler(w http.ResponseWriter, r *http.Request)
func (*App) ApiUserClassificationListHandler ¶
func (app *App) ApiUserClassificationListHandler(w http.ResponseWriter, r *http.Request)
func (*App) ApiUserCreateHandler ¶
func (app *App) ApiUserCreateHandler(w http.ResponseWriter, r *http.Request)
func (*App) ApiUserGetHandler ¶
func (app *App) ApiUserGetHandler(w http.ResponseWriter, r *http.Request)
func (*App) ApiUserListHandler ¶
func (app *App) ApiUserListHandler(w http.ResponseWriter, r *http.Request)
func (*App) ApiUserUpdateHandler ¶
func (app *App) ApiUserUpdateHandler(w http.ResponseWriter, r *http.Request)
func (*App) LoginCallbackHandler ¶
func (app *App) LoginCallbackHandler(w http.ResponseWriter, r *http.Request)
func (*App) LoginHandler ¶
func (app *App) LoginHandler(w http.ResponseWriter, r *http.Request)
func (*App) LogoutHandler ¶
func (app *App) LogoutHandler(w http.ResponseWriter, r *http.Request)
func (*App) ReviewHandler ¶
func (app *App) ReviewHandler(w http.ResponseWriter, r *http.Request)
func (*App) RunForever ¶
func (*App) WelcomeHandler ¶
func (app *App) WelcomeHandler(w http.ResponseWriter, r *http.Request)
type NoIndexFileSystem ¶
type NoIndexFileSystem struct {
// contains filtered or unexported fields
}
type TrainedData ¶ added in v0.0.13
Source Files ¶
- admin.go
- admin_edit.go
- admin_edit_group.go
- admin_user.go
- api_config.go
- api_cron_stats.go
- api_edit.go
- api_edit_group.go
- api_export.go
- api_report_export.go
- api_report_import.go
- api_training_data.go
- api_training_import.go
- api_user.go
- api_user_classification.go
- app.go
- authentication.go
- helpers.go
- review.go
- welcome.go
Click to show internal directories.
Click to hide internal directories.