-
Query Service interface is full of internal packages, which are not accessible from outside. Most importantly For example we have this case: Even if you don't want to expose your internal types, you still can make type aliases for them inside query package. Clients still won't be able to properly build their own implementation, but they can at least reference them. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The main problem of the Query Service interface was internal |
Beta Was this translation helpful? Give feedback.
The main problem of the Query Service interface was internal
options.Execute
. There was public alias made for it in 9d15bdf, and as of now, there are no internal types in interfaces.