MCPcopy Create free account
hub / github.com/apache/devlake / Board

Struct Board

backend/core/models/domainlayer/ticket/board.go:29–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27var _ plugin.Scope = (*Board)(nil)
28
29type Board struct {
30 domainlayer.DomainEntity
31 Name string `gorm:"type:varchar(255)"`
32 Description string
33 Url string `gorm:"type:varchar(255)"`
34 CreatedDate *time.Time
35 Type string `gorm:"type:varchar(255)"`
36}
37
38func (Board) TableName() string {
39 return "boards"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected