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

Struct CicdScope

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

Source from the content-addressed store, hash-verified

27var _ plugin.Scope = (*CicdScope)(nil)
28
29type CicdScope 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 UpdatedDate *time.Time
36}
37
38func (CicdScope) TableName() string {
39 return "cicd_scopes"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected