|
|
@@ -193,7 +193,7 @@ func WithDisableLeftUpdate() Option {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-func WithDisableLeftQuery[LI any, RI any]() Option {
|
|
|
+func WithDisableLeftQuery() Option {
|
|
|
return func(options *Options) {
|
|
|
options.disableLeftQuery = true
|
|
|
}
|
|
|
@@ -205,13 +205,13 @@ func WithDisableRightUpdate() Option {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-func WithDisableRightQuery[LI any, RI any]() Option {
|
|
|
+func WithDisableRightQuery() Option {
|
|
|
return func(options *Options) {
|
|
|
options.disableRightQuery = true
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-func WithDisableLeftWithRightQuery[LI any, RI any]() Option {
|
|
|
+func WithDisableLeftWithRightQuery() Option {
|
|
|
return func(options *Options) {
|
|
|
options.disableLeftWithRightQuery = true
|
|
|
}
|