routegen

package
v0.0.3 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Load

func Load(wd string, env []string, path string, customEngine string) ([]result, error)

Types

type Route

type Route struct {
	Name string
	Sels []string
	Path string // sub path
	// contains filtered or unexported fields
}

type RoutePackage

type RoutePackage struct {
	RelativePath      string
	RelativeGroupPath string
	PkgPath           string
	Routes            []*Route
	SubPackages       []*RoutePackage // for middleware
}

type RouteTypeCustomOption

type RouteTypeCustomOption struct {
	PathComponentAlias string
}

Jump to

Keyboard shortcuts

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