MCPcopy
hub / github.com/apache/devlake / GhCopilotConnection

Struct GhCopilotConnection

backend/plugins/gh-copilot/models/connection.go:81–84  ·  view source on GitHub ↗

GhCopilotConnection persists connection details with metadata required by DevLake.

Source from the content-addressed store, hash-verified

79
80// GhCopilotConnection persists connection details with metadata required by DevLake.
81type GhCopilotConnection struct {
82 helper.BaseConnection `mapstructure:",squash"`
83 GhCopilotConn `mapstructure:",squash"`
84}
85
86func (GhCopilotConnection) TableName() string {
87 return "_tool_copilot_connections"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected