TaigaConnection holds TaigaConn plus ID/Name for database storage
| 105 | |
| 106 | // TaigaConnection holds TaigaConn plus ID/Name for database storage |
| 107 | type TaigaConnection struct { |
| 108 | helper.BaseConnection `mapstructure:",squash"` |
| 109 | TaigaConn `mapstructure:",squash"` |
| 110 | } |
| 111 | |
| 112 | func (TaigaConnection) TableName() string { |
| 113 | return "_tool_taiga_connections" |
nothing calls this directly
no outgoing calls
no test coverage detected