| 33 | } |
| 34 | |
| 35 | type TestmoConnection struct { |
| 36 | helper.BaseConnection `mapstructure:",squash"` |
| 37 | TestmoConn `mapstructure:",squash"` |
| 38 | } |
| 39 | |
| 40 | func (TestmoConnection) TableName() string { |
| 41 | return "_tool_testmo_connections" |
nothing calls this directly
no outgoing calls
no test coverage detected