Documentation ¶
Index ¶
Constants ¶
View Source
const ( TaskResultStatusClosed = "closed" TaskResultStatusError = "error" TaskResultStatusMerged = "merged" TaskResultStatusOpen = "open" TaskResultStatusUnknown = "unknown" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type StringList ¶ added in v0.16.0
type StringList []string
StringList represents a database type that stores a list of strings.
func (*StringList) Scan ¶ added in v0.16.0
func (sl *StringList) Scan(value any) error
Scan implements sql.Scanner.
func (StringList) Value ¶ added in v0.16.0
func (sl StringList) Value() (driver.Value, error)
Value implements sql.Valuer.
type StringMap ¶ added in v0.18.0
StringMap represents a field that contains multiple key/value pairs.
func (*StringMap) Scan ¶ added in v0.18.0
Scan implements sql.Scanner.
type TaskResult ¶
type TaskResultStatus ¶ added in v0.18.0
type TaskResultStatus string
Click to show internal directories.
Click to hide internal directories.