MCPcopy Create free account
hub / github.com/abice/go-enum / ProjectStatus

TypeAlias ProjectStatus

example/sql.go:6–6  ·  view source on GitHub ↗

ENUM(pending, inWork, completed, rejected)

Source from the content-addressed store, hash-verified

4
5// ENUM(pending, inWork, completed, rejected)
6type ProjectStatus int

Callers 4

TestSQLExtrasFunction · 0.85
ParseProjectStatusFunction · 0.85
ScanMethod · 0.85
ScanMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected