AeConnection holds AeConn plus ID/Name for database storage
| 57 | |
| 58 | // AeConnection holds AeConn plus ID/Name for database storage |
| 59 | type AeConnection struct { |
| 60 | helper.BaseConnection `mapstructure:",squash"` |
| 61 | AeConn `mapstructure:",squash"` |
| 62 | } |
| 63 | |
| 64 | func (AeConnection) TableName() string { |
| 65 | return "_tool_ae_connections" |
nothing calls this directly
no outgoing calls
no test coverage detected