Documentation
¶
Index ¶
Constants ¶
View Source
const ( TaskResultStatusClosed = "closed" TaskResultStatusError = "error" TaskResultStatusMerged = "merged" TaskResultStatusOpen = "open" TaskResultStatusPushed = "pushed" TaskResultStatusUnknown = "unknown" )
Variables ¶
This section is empty.
Functions ¶
func Migrations ¶
Migrations returns all migrations bundled in a filesystem object.
Types ¶
type StringList ¶
type StringList []string
StringList represents a database type that stores a list of strings.
func (*StringList) Scan ¶
func (sl *StringList) Scan(value any) error
Scan implements [sql.Scanner].
type StringMap ¶
StringMap represents a field that contains multiple key/value pairs.
type TaskResult ¶
type TaskResultStatus ¶
type TaskResultStatus string
Click to show internal directories.
Click to hide internal directories.