()
| 183 | } |
| 184 | |
| 185 | func (p *Postgres) GetWatchBufferSize() int { |
| 186 | return p.watchBufferSize |
| 187 | } |
| 188 | |
| 189 | // GetEngineType - Get the engine type which is postgresql in string |
| 190 | func (p *Postgres) GetEngineType() string { |
no outgoing calls
no test coverage detected