/framework/bean.go
http://github.com/sut-go/gon · Go · 5 lines · 4 code · 1 blank · 0 comment · 0 complexity · 4331a65981d62710d5b910ce39001ad7 MD5 · raw file
- package bean
- type AppContext interface {
- GetBean(name string) interface{}
- }
http://github.com/sut-go/gon · Go · 5 lines · 4 code · 1 blank · 0 comment · 0 complexity · 4331a65981d62710d5b910ce39001ad7 MD5 · raw file
- package bean
- type AppContext interface {
- GetBean(name string) interface{}
- }