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

Struct BaseConnection

backend/helpers/pluginhelper/api/connection.go:28–31  ·  view source on GitHub ↗

BaseConnection defines basic properties that every connection should have

Source from the content-addressed store, hash-verified

26
27// BaseConnection defines basic properties that every connection should have
28type BaseConnection struct {
29 Name string `gorm:"type:varchar(100);uniqueIndex" json:"name" validate:"required"`
30 common.Model
31}
32
33func (c BaseConnection) ConnectionId() uint64 {
34 return c.ID

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected