(ctx context.Context, clog database.UpsertConnectionLogParams)
| 12 | |
| 13 | type ConnectionLogger interface { |
| 14 | Upsert(ctx context.Context, clog database.UpsertConnectionLogParams) error |
| 15 | } |
| 16 | |
| 17 | type nop struct{} |
no outgoing calls
no test coverage detected