Documentation
¶
Index ¶
- func MainTemplate() []byte
- func MakeChiRoutes() []byte
- func MakeEchoRoutes() []byte
- func MakeFiberMain() []byte
- func MakeFiberRoutes() []byte
- func MakeFiberServer() []byte
- func MakeGinRoutes() []byte
- func MakeGorillaRoutes() []byte
- func MakeHTTPRoutes() []byte
- func MakeHTTPServer() []byte
- func MakeRouterRoutes() []byte
- func MakeTemplate() []byte
- func ReadmeTemplate() []byte
- type ChiTemplates
- type EchoTemplates
- type FiberTemplates
- type GinTemplates
- type GorillaTemplates
- type RouterTemplates
- type StandardLibTemplate
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MainTemplate ¶
func MainTemplate() []byte
func MakeChiRoutes ¶
func MakeChiRoutes() []byte
func MakeEchoRoutes ¶
func MakeEchoRoutes() []byte
func MakeFiberMain ¶
func MakeFiberMain() []byte
func MakeFiberRoutes ¶
func MakeFiberRoutes() []byte
func MakeFiberServer ¶
func MakeFiberServer() []byte
func MakeGinRoutes ¶
func MakeGinRoutes() []byte
func MakeGorillaRoutes ¶
func MakeGorillaRoutes() []byte
func MakeHTTPRoutes ¶
func MakeHTTPRoutes() []byte
func MakeHTTPServer ¶
func MakeHTTPServer() []byte
func MakeRouterRoutes ¶
func MakeRouterRoutes() []byte
func MakeTemplate ¶
func MakeTemplate() []byte
func ReadmeTemplate ¶
func ReadmeTemplate() []byte
Types ¶
type ChiTemplates ¶
type ChiTemplates struct{}
func (ChiTemplates) Main ¶
func (c ChiTemplates) Main() []byte
func (ChiTemplates) Routes ¶
func (c ChiTemplates) Routes() []byte
func (ChiTemplates) Server ¶
func (c ChiTemplates) Server() []byte
type EchoTemplates ¶
type EchoTemplates struct{}
func (EchoTemplates) Main ¶
func (e EchoTemplates) Main() []byte
func (EchoTemplates) Routes ¶
func (e EchoTemplates) Routes() []byte
func (EchoTemplates) Server ¶
func (e EchoTemplates) Server() []byte
type FiberTemplates ¶
type FiberTemplates struct{}
func (FiberTemplates) Main ¶
func (f FiberTemplates) Main() []byte
func (FiberTemplates) Routes ¶
func (f FiberTemplates) Routes() []byte
func (FiberTemplates) Server ¶
func (f FiberTemplates) Server() []byte
type GinTemplates ¶
type GinTemplates struct{}
func (GinTemplates) Main ¶
func (g GinTemplates) Main() []byte
func (GinTemplates) Routes ¶
func (g GinTemplates) Routes() []byte
func (GinTemplates) Server ¶
func (g GinTemplates) Server() []byte
type GorillaTemplates ¶
type GorillaTemplates struct{}
func (GorillaTemplates) Main ¶
func (g GorillaTemplates) Main() []byte
func (GorillaTemplates) Routes ¶
func (g GorillaTemplates) Routes() []byte
func (GorillaTemplates) Server ¶
func (g GorillaTemplates) Server() []byte
type RouterTemplates ¶
type RouterTemplates struct{}
func (RouterTemplates) Main ¶
func (r RouterTemplates) Main() []byte
func (RouterTemplates) Routes ¶
func (r RouterTemplates) Routes() []byte
func (RouterTemplates) Server ¶
func (r RouterTemplates) Server() []byte
type StandardLibTemplate ¶
type StandardLibTemplate struct{}
func (StandardLibTemplate) Main ¶
func (s StandardLibTemplate) Main() []byte
func (StandardLibTemplate) Routes ¶
func (s StandardLibTemplate) Routes() []byte
func (StandardLibTemplate) Server ¶
func (s StandardLibTemplate) Server() []byte
Click to show internal directories.
Click to hide internal directories.