PageRenderTime 23ms CodeModel.GetById 13ms RepoModel.GetById 0ms app.codeStats 0ms

/framework/bean.go

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