MCPcopy Index your code
hub / github.com/apache/devlake / DbPipelineLabel

Struct DbPipelineLabel

backend/core/models/pipeline.go:88–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88type DbPipelineLabel struct {
89 CreatedAt time.Time `json:"createdAt"`
90 UpdatedAt time.Time `json:"updatedAt"`
91 PipelineId uint64 `json:"pipeline_id" gorm:"primaryKey"`
92 Name string `json:"name" gorm:"primaryKey;index"`
93}
94
95func (DbPipelineLabel) TableName() string {
96 return "_devlake_pipeline_labels"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected