tpls

package
v1.6.0 Latest Latest
Warning

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

Go to latest
Published: Jul 9, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Api added in v1.1.0

type Api struct {
	Handlers []Handler
	Imports  []string
}

func (*Api) AddModules added in v1.1.0

func (a *Api) AddModules(names ...string)

type Crud added in v1.2.0

type Crud struct {
	PackageName  string
	EndpointName string
	Imports      []string
}

func (*Crud) AddModules added in v1.2.0

func (h *Crud) AddModules(names ...string)

type Docker

type Docker struct {
	AppName string
	AppPath string
}

type Handler

type Handler struct {
	PackageName  string
	EndpointName string
	Crud         bool
	Imports      []string
}

func (*Handler) AddModules added in v1.1.0

func (h *Handler) AddModules(names ...string)

type Middleware added in v1.5.0

type Middleware struct {
	MiddlewareName string
	Imports        []string
}

func (*Middleware) AddModules added in v1.5.0

func (m *Middleware) AddModules(names ...string)

Jump to

Keyboard shortcuts

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