(ctx context.Context, allowNested bool)
| 51 | type DB interface { |
| 52 | Close() error |
| 53 | NewTx(ctx context.Context, allowNested bool) (context.Context, Tx, error) |
| 54 | |
| 55 | Migrate(ctx context.Context) error |
| 56 | FindMigrationVersion(ctx context.Context) (int, error) |
no outgoing calls
no test coverage detected