Library methods not using context #566
gnuletik
started this conversation in
Feature Ideas
Replies: 1 comment
-
|
Would be really nice to be able to use PS. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Functions exposed by the library are not taking a
context.Contextin parameter.This parameter allows cancelling the calls from the parent functions.
v2.19.0Steps To Reproduce
See the public methods:
https://pkg.go.dev/github.com/amacneil/dbmate/v2/pkg/dbmate#DB
Expected Behavior
A context is expected to be used when interacting with a database.
Beta Was this translation helpful? Give feedback.
All reactions