We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Example: As we have a project contains the file: pkg/servier/impl.go
// +ioc:autowire=true // +ioc:autowire:type=singleton // +ioc:autowire:alias=impl1 type ServiceImpl struct{ } // +ioc:autowire=true // +ioc:autowire:alias=interface1 type Service interface{ }
# iocli show alias === Interface Alias: pkg/servier/impl.go :: Service -> interface1 === Struct Alias: pkg/servier/impl.go :: ServiceImpl -> impl1 pkg/servier/impl2.go :: ServiceImpl2 -> impl2 ... ===
The interface alias is mentionted in #127.
Using iocli show alias comman to help developers to quickly get the target struct/interface alias name.
iocli show alias
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Example:
As we have a project contains the file: pkg/servier/impl.go
The interface alias is mentionted in #127.
Using
iocli show alias
comman to help developers to quickly get the target struct/interface alias name.The text was updated successfully, but these errors were encountered: