Skip to content
New issue

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

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

Already on GitHub? # to your account

proposal: source code level control #11

Open
bootun opened this issue Jul 23, 2022 · 0 comments
Open

proposal: source code level control #11

bootun opened this issue Jul 23, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@bootun
Copy link
Owner

bootun commented Jul 23, 2022

Veronica is currently analyzing based on packages, but this is not enough. I want to be able to use finer grained analysis capabilities.

Example

There has two services:

// service user
import "pkg/util/idutil"

func main() {
    idutil.GenUserID()
}
// service order
import "pkg/util/idutil"

func main() {
    idutil.GenOrderId()
}

If we modify implementation of idutil.GenOrderId, Veronica will prompt that both services will be affected, but in fact, we only need to rebuild order service.

@bootun-yh bootun-yh added the enhancement New feature or request label Jul 23, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants