Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GooseDbVersion = newGooseDbVersionTable("public", "goose_db_version", "")
View Source
var Task = newTaskTable("public", "task", "")
Functions ¶
Types ¶
type GooseDbVersionTable ¶
type GooseDbVersionTable struct {
EXCLUDED gooseDbVersionTable
// contains filtered or unexported fields
}
func (GooseDbVersionTable) AS ¶
func (a GooseDbVersionTable) AS(alias string) *GooseDbVersionTable
AS creates new GooseDbVersionTable with assigned alias
func (GooseDbVersionTable) FromSchema ¶
func (a GooseDbVersionTable) FromSchema(schemaName string) *GooseDbVersionTable
Schema creates new GooseDbVersionTable with assigned schema name
func (GooseDbVersionTable) WithPrefix ¶
func (a GooseDbVersionTable) WithPrefix(prefix string) *GooseDbVersionTable
WithPrefix creates new GooseDbVersionTable with assigned table prefix
func (GooseDbVersionTable) WithSuffix ¶
func (a GooseDbVersionTable) WithSuffix(suffix string) *GooseDbVersionTable
WithSuffix creates new GooseDbVersionTable with assigned table suffix
type TaskTable ¶
type TaskTable struct {
EXCLUDED taskTable
// contains filtered or unexported fields
}
func (TaskTable) FromSchema ¶
Schema creates new TaskTable with assigned schema name
func (TaskTable) WithPrefix ¶
WithPrefix creates new TaskTable with assigned table prefix
func (TaskTable) WithSuffix ¶
WithSuffix creates new TaskTable with assigned table suffix
Click to show internal directories.
Click to hide internal directories.