Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MyConfig ¶
type MyConfig struct { }
func NewMyConfig ¶
func NewMyConfig() *MyConfig
func (*MyConfig) Naming ¶
func (this *MyConfig) Naming() *Services.NameService
func (*MyConfig) Test ¶
func (this *MyConfig) Test() *Services.TestService
type RouterConfig ¶
type RouterConfig struct { Goft *goft.Goft `inject:"-"` IndexClass *classes.IndexClass `inject:"-"` }
func NewRouterConfig ¶
func NewRouterConfig() *RouterConfig
func (*RouterConfig) IndexRoutes ¶
func (this *RouterConfig) IndexRoutes() interface{}
Click to show internal directories.
Click to hide internal directories.