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