Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
func NewConfig ¶
func NewConfig(ctx *svc.SvcContext) Config
type DemoHandler ¶
type DemoHandler struct {
// contains filtered or unexported fields
}
func NewDemoHandler ¶
func NewDemoHandler(ctx *svc.SvcContext) DemoHandler
func (DemoHandler) Generate ¶
func (m DemoHandler) Generate(g *types.GeneratorContext) error
type DemoService ¶
type DemoService struct {
// contains filtered or unexported fields
}
func NewDemoService ¶
func NewDemoService(ctx *svc.SvcContext) DemoService
func (DemoService) Generate ¶
func (m DemoService) Generate(g *types.GeneratorContext) error
type Main ¶
type Main struct {
// contains filtered or unexported fields
}
func NewMain ¶
func NewMain(ctx *svc.SvcContext) Main
type Mod ¶
type Mod struct {
// contains filtered or unexported fields
}
func NewMod ¶
func NewMod(ctx *svc.SvcContext) Mod
type Route ¶
type Route struct {
// contains filtered or unexported fields
}
func NewRoute ¶
func NewRoute(ctx *svc.SvcContext) Route
type SvcContext ¶
type SvcContext struct {
// contains filtered or unexported fields
}
func NewSvcContext ¶
func NewSvcContext(ctx *svc.SvcContext) SvcContext
func (SvcContext) Generate ¶
func (m SvcContext) Generate(g *types.GeneratorContext) error
Click to show internal directories.
Click to hide internal directories.