TapdConnection holds TapdConn plus ID/Name for database storage
| 35 | |
| 36 | // TapdConnection holds TapdConn plus ID/Name for database storage |
| 37 | type TapdConnection struct { |
| 38 | helper.BaseConnection `mapstructure:",squash"` |
| 39 | TapdConn `mapstructure:",squash"` |
| 40 | } |
| 41 | |
| 42 | func (TapdConnection) TableName() string { |
| 43 | return "_tool_tapd_connections" |
nothing calls this directly
no outgoing calls
no test coverage detected