Documentation
¶
Index ¶
Constants ¶
View Source
const BoilerPlateRepo = "https://github.com/gofiber/boilerplate"
Variables ¶
This section is empty.
Functions ¶
func CurrentVersion ¶
Lookup current Fiber version, if available
func MainTemplate ¶
func MainTemplate() []byte
Types ¶
type New ¶
type New struct {
Name string
Path string
Type TemplateType
}
type TemplateType ¶
type TemplateType int
const ( TemplateBasic TemplateType = iota TemplateComplex )
func (TemplateType) String ¶
func (t TemplateType) String() string
Click to show internal directories.
Click to hide internal directories.