type github.com/go-pg/pg/v10/internal.UndoneContext

6 uses

	github.com/go-pg/pg/v10/internal (current package)
		context.go#L8: type UndoneContext struct {
		context.go#L12: func UndoContext(ctx context.Context) UndoneContext {
		context.go#L13: 	return UndoneContext{Context: ctx}
		context.go#L16: func (UndoneContext) Deadline() (deadline time.Time, ok bool) {
		context.go#L20: func (UndoneContext) Done() <-chan struct{} {
		context.go#L24: func (UndoneContext) Err() error {