Documentation
¶
Index ¶
- Variables
- func UseSchema(schema string)
- type EvaluationSubtasksTable
- func (a EvaluationSubtasksTable) AS(alias string) *EvaluationSubtasksTable
- func (a EvaluationSubtasksTable) FromSchema(schemaName string) *EvaluationSubtasksTable
- func (a EvaluationSubtasksTable) WithPrefix(prefix string) *EvaluationSubtasksTable
- func (a EvaluationSubtasksTable) WithSuffix(suffix string) *EvaluationSubtasksTable
- type EvaluationTestgroupsTable
- func (a EvaluationTestgroupsTable) AS(alias string) *EvaluationTestgroupsTable
- func (a EvaluationTestgroupsTable) FromSchema(schemaName string) *EvaluationTestgroupsTable
- func (a EvaluationTestgroupsTable) WithPrefix(prefix string) *EvaluationTestgroupsTable
- func (a EvaluationTestgroupsTable) WithSuffix(suffix string) *EvaluationTestgroupsTable
- type EvaluationTestsTable
- func (a EvaluationTestsTable) AS(alias string) *EvaluationTestsTable
- func (a EvaluationTestsTable) FromSchema(schemaName string) *EvaluationTestsTable
- func (a EvaluationTestsTable) WithPrefix(prefix string) *EvaluationTestsTable
- func (a EvaluationTestsTable) WithSuffix(suffix string) *EvaluationTestsTable
- type EvaluationTestsetTable
- func (a EvaluationTestsetTable) AS(alias string) *EvaluationTestsetTable
- func (a EvaluationTestsetTable) FromSchema(schemaName string) *EvaluationTestsetTable
- func (a EvaluationTestsetTable) WithPrefix(prefix string) *EvaluationTestsetTable
- func (a EvaluationTestsetTable) WithSuffix(suffix string) *EvaluationTestsetTable
- type EvaluationsTable
- type RuntimeDataTable
- type SchemaMigrationsTable
- func (a SchemaMigrationsTable) AS(alias string) *SchemaMigrationsTable
- func (a SchemaMigrationsTable) FromSchema(schemaName string) *SchemaMigrationsTable
- func (a SchemaMigrationsTable) WithPrefix(prefix string) *SchemaMigrationsTable
- func (a SchemaMigrationsTable) WithSuffix(suffix string) *SchemaMigrationsTable
- type SubmissionsTable
- type UsersTable
Constants ¶
This section is empty.
Variables ¶
var EvaluationSubtasks = newEvaluationSubtasksTable("public", "evaluation_subtasks", "")
var EvaluationTestgroups = newEvaluationTestgroupsTable("public", "evaluation_testgroups", "")
var EvaluationTests = newEvaluationTestsTable("public", "evaluation_tests", "")
var EvaluationTestset = newEvaluationTestsetTable("public", "evaluation_testset", "")
var Evaluations = newEvaluationsTable("public", "evaluations", "")
var RuntimeData = newRuntimeDataTable("public", "runtime_data", "")
var SchemaMigrations = newSchemaMigrationsTable("public", "schema_migrations", "")
var Submissions = newSubmissionsTable("public", "submissions", "")
var Users = newUsersTable("public", "users", "")
Functions ¶
Types ¶
type EvaluationSubtasksTable ¶
type EvaluationSubtasksTable struct {
EXCLUDED evaluationSubtasksTable
// contains filtered or unexported fields
}
func (EvaluationSubtasksTable) AS ¶
func (a EvaluationSubtasksTable) AS(alias string) *EvaluationSubtasksTable
AS creates new EvaluationSubtasksTable with assigned alias
func (EvaluationSubtasksTable) FromSchema ¶
func (a EvaluationSubtasksTable) FromSchema(schemaName string) *EvaluationSubtasksTable
Schema creates new EvaluationSubtasksTable with assigned schema name
func (EvaluationSubtasksTable) WithPrefix ¶
func (a EvaluationSubtasksTable) WithPrefix(prefix string) *EvaluationSubtasksTable
WithPrefix creates new EvaluationSubtasksTable with assigned table prefix
func (EvaluationSubtasksTable) WithSuffix ¶
func (a EvaluationSubtasksTable) WithSuffix(suffix string) *EvaluationSubtasksTable
WithSuffix creates new EvaluationSubtasksTable with assigned table suffix
type EvaluationTestgroupsTable ¶
type EvaluationTestgroupsTable struct {
EXCLUDED evaluationTestgroupsTable
// contains filtered or unexported fields
}
func (EvaluationTestgroupsTable) AS ¶
func (a EvaluationTestgroupsTable) AS(alias string) *EvaluationTestgroupsTable
AS creates new EvaluationTestgroupsTable with assigned alias
func (EvaluationTestgroupsTable) FromSchema ¶
func (a EvaluationTestgroupsTable) FromSchema(schemaName string) *EvaluationTestgroupsTable
Schema creates new EvaluationTestgroupsTable with assigned schema name
func (EvaluationTestgroupsTable) WithPrefix ¶
func (a EvaluationTestgroupsTable) WithPrefix(prefix string) *EvaluationTestgroupsTable
WithPrefix creates new EvaluationTestgroupsTable with assigned table prefix
func (EvaluationTestgroupsTable) WithSuffix ¶
func (a EvaluationTestgroupsTable) WithSuffix(suffix string) *EvaluationTestgroupsTable
WithSuffix creates new EvaluationTestgroupsTable with assigned table suffix
type EvaluationTestsTable ¶
type EvaluationTestsTable struct {
EXCLUDED evaluationTestsTable
// contains filtered or unexported fields
}
func (EvaluationTestsTable) AS ¶
func (a EvaluationTestsTable) AS(alias string) *EvaluationTestsTable
AS creates new EvaluationTestsTable with assigned alias
func (EvaluationTestsTable) FromSchema ¶
func (a EvaluationTestsTable) FromSchema(schemaName string) *EvaluationTestsTable
Schema creates new EvaluationTestsTable with assigned schema name
func (EvaluationTestsTable) WithPrefix ¶
func (a EvaluationTestsTable) WithPrefix(prefix string) *EvaluationTestsTable
WithPrefix creates new EvaluationTestsTable with assigned table prefix
func (EvaluationTestsTable) WithSuffix ¶
func (a EvaluationTestsTable) WithSuffix(suffix string) *EvaluationTestsTable
WithSuffix creates new EvaluationTestsTable with assigned table suffix
type EvaluationTestsetTable ¶
type EvaluationTestsetTable struct {
EXCLUDED evaluationTestsetTable
// contains filtered or unexported fields
}
func (EvaluationTestsetTable) AS ¶
func (a EvaluationTestsetTable) AS(alias string) *EvaluationTestsetTable
AS creates new EvaluationTestsetTable with assigned alias
func (EvaluationTestsetTable) FromSchema ¶
func (a EvaluationTestsetTable) FromSchema(schemaName string) *EvaluationTestsetTable
Schema creates new EvaluationTestsetTable with assigned schema name
func (EvaluationTestsetTable) WithPrefix ¶
func (a EvaluationTestsetTable) WithPrefix(prefix string) *EvaluationTestsetTable
WithPrefix creates new EvaluationTestsetTable with assigned table prefix
func (EvaluationTestsetTable) WithSuffix ¶
func (a EvaluationTestsetTable) WithSuffix(suffix string) *EvaluationTestsetTable
WithSuffix creates new EvaluationTestsetTable with assigned table suffix
type EvaluationsTable ¶
type EvaluationsTable struct {
EXCLUDED evaluationsTable
// contains filtered or unexported fields
}
func (EvaluationsTable) AS ¶
func (a EvaluationsTable) AS(alias string) *EvaluationsTable
AS creates new EvaluationsTable with assigned alias
func (EvaluationsTable) FromSchema ¶
func (a EvaluationsTable) FromSchema(schemaName string) *EvaluationsTable
Schema creates new EvaluationsTable with assigned schema name
func (EvaluationsTable) WithPrefix ¶
func (a EvaluationsTable) WithPrefix(prefix string) *EvaluationsTable
WithPrefix creates new EvaluationsTable with assigned table prefix
func (EvaluationsTable) WithSuffix ¶
func (a EvaluationsTable) WithSuffix(suffix string) *EvaluationsTable
WithSuffix creates new EvaluationsTable with assigned table suffix
type RuntimeDataTable ¶
type RuntimeDataTable struct {
EXCLUDED runtimeDataTable
// contains filtered or unexported fields
}
func (RuntimeDataTable) AS ¶
func (a RuntimeDataTable) AS(alias string) *RuntimeDataTable
AS creates new RuntimeDataTable with assigned alias
func (RuntimeDataTable) FromSchema ¶
func (a RuntimeDataTable) FromSchema(schemaName string) *RuntimeDataTable
Schema creates new RuntimeDataTable with assigned schema name
func (RuntimeDataTable) WithPrefix ¶
func (a RuntimeDataTable) WithPrefix(prefix string) *RuntimeDataTable
WithPrefix creates new RuntimeDataTable with assigned table prefix
func (RuntimeDataTable) WithSuffix ¶
func (a RuntimeDataTable) WithSuffix(suffix string) *RuntimeDataTable
WithSuffix creates new RuntimeDataTable with assigned table suffix
type SchemaMigrationsTable ¶
type SchemaMigrationsTable struct {
EXCLUDED schemaMigrationsTable
// contains filtered or unexported fields
}
func (SchemaMigrationsTable) AS ¶
func (a SchemaMigrationsTable) AS(alias string) *SchemaMigrationsTable
AS creates new SchemaMigrationsTable with assigned alias
func (SchemaMigrationsTable) FromSchema ¶
func (a SchemaMigrationsTable) FromSchema(schemaName string) *SchemaMigrationsTable
Schema creates new SchemaMigrationsTable with assigned schema name
func (SchemaMigrationsTable) WithPrefix ¶
func (a SchemaMigrationsTable) WithPrefix(prefix string) *SchemaMigrationsTable
WithPrefix creates new SchemaMigrationsTable with assigned table prefix
func (SchemaMigrationsTable) WithSuffix ¶
func (a SchemaMigrationsTable) WithSuffix(suffix string) *SchemaMigrationsTable
WithSuffix creates new SchemaMigrationsTable with assigned table suffix
type SubmissionsTable ¶
type SubmissionsTable struct {
EXCLUDED submissionsTable
// contains filtered or unexported fields
}
func (SubmissionsTable) AS ¶
func (a SubmissionsTable) AS(alias string) *SubmissionsTable
AS creates new SubmissionsTable with assigned alias
func (SubmissionsTable) FromSchema ¶
func (a SubmissionsTable) FromSchema(schemaName string) *SubmissionsTable
Schema creates new SubmissionsTable with assigned schema name
func (SubmissionsTable) WithPrefix ¶
func (a SubmissionsTable) WithPrefix(prefix string) *SubmissionsTable
WithPrefix creates new SubmissionsTable with assigned table prefix
func (SubmissionsTable) WithSuffix ¶
func (a SubmissionsTable) WithSuffix(suffix string) *SubmissionsTable
WithSuffix creates new SubmissionsTable with assigned table suffix
type UsersTable ¶
type UsersTable struct {
EXCLUDED usersTable
// contains filtered or unexported fields
}
func (UsersTable) AS ¶
func (a UsersTable) AS(alias string) *UsersTable
AS creates new UsersTable with assigned alias
func (UsersTable) FromSchema ¶
func (a UsersTable) FromSchema(schemaName string) *UsersTable
Schema creates new UsersTable with assigned schema name
func (UsersTable) WithPrefix ¶
func (a UsersTable) WithPrefix(prefix string) *UsersTable
WithPrefix creates new UsersTable with assigned table prefix
func (UsersTable) WithSuffix ¶
func (a UsersTable) WithSuffix(suffix string) *UsersTable
WithSuffix creates new UsersTable with assigned table suffix