Feat: add cleaner cron
This commit is contained in:
@ -104,3 +104,7 @@ func (p *RepoProvider) InitTx(ctx context.Context) (context.Context, *sqlx.Tx, e
|
||||
}
|
||||
return context.WithValue(ctx, "tx", tx), tx, nil
|
||||
}
|
||||
|
||||
func (p *RepoProvider) Close() {
|
||||
p.DB.Close()
|
||||
}
|
||||
|
Reference in New Issue
Block a user