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