package
0.0.0-20220621144722-b388aef0c420
Repository: https://github.com/just-maple/go-autowire.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
it will be collect into animalsSet user provider func @autowire(set=animals).
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
it will be collect into animalsSet as it has a New method it will use NewLion as provider @autowire(set=animals).
No description provided by the author
it will be collect into animalsSet as it has a New method it will use NewLion as provider @autowire(set=animals,new=InitSomeTiger).
it will be collect into zooSet use init to create initZoo method in wire.gen.go @autowire.init(set=zoo).
# Interfaces
No description provided by the author