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