model

package
v0.1.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 25, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Component   = "component"
	Form        = "form"
	Handler     = "handler"
	HandlerPage = "handler-page"
	Migration   = "migration"
	Page        = "page"
	Props       = "props"
	Route       = "route"
)
View Source
const (
	UpperComponent = "Component"
	UpperForm      = "Form"
	UpperHandler   = "Handler"
	UpperPage      = "Page"
	UpperProps     = "Props"
	UpperRoute     = "Route"
)
View Source
const (
	GoExtension = ".go"
)
View Source
const (
	MainPackage = "main"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type FileInfo added in v0.1.2

type FileInfo struct {
	Wd        string
	ModuleDir string
	Dir       string
	Path      string
	Package   string
	Module    string
	SnakeName string
	KebabName string
	CamelName string
}

type ParsedPath added in v0.1.2

type ParsedPath struct {
	Wd        string
	Dir       string
	Package   string
	SnakeName string
	KebabName string
	CamelName string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL