gen
gen copied to clipboard
Whether to consider adding the Query Struct Name public option
Describe the feature
In some cases, we want to keep each Query Struct isolated, while the Query Struct Name as public gives the user more freedom and provides a switch compatibility with previous versions
Motivation
In some scenarios where I want to inject fields below Query, the Query Struct is not exposed, making it difficult to fit some architectural designs
Related Issues
try
Mode: gen.WithDefaultQuery | gen.WithQueryInterface,