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

Struct TestmoConnection

backend/plugins/testmo/models/connection.go:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35type TestmoConnection struct {
36 helper.BaseConnection `mapstructure:",squash"`
37 TestmoConn `mapstructure:",squash"`
38}
39
40func (TestmoConnection) TableName() string {
41 return "_tool_testmo_connections"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected