Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow functions to not be included in the emitted interface #3584

Open
pengux opened this issue Sep 6, 2024 · 0 comments
Open

Allow functions to not be included in the emitted interface #3584

pengux opened this issue Sep 6, 2024 · 0 comments
Labels
enhancement New feature or request 🔧 golang

Comments

@pengux
Copy link

pengux commented Sep 6, 2024

What do you want to change?

When the setting emit_interface: true is set, all functions are included in the generated Querier interface. There should be a away to exclude certain functions from the interface. The use case is when you have extra code in the same package that may use unexported functions.

What database engines need to be changed?

No response

What programming language backends need to be changed?

Go

@pengux pengux added the enhancement New feature or request label Sep 6, 2024
@dosubot dosubot bot added the 🔧 golang label Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request 🔧 golang
Projects
None yet
Development

No branches or pull requests

1 participant