boot

package
v0.0.0-...-dae3ebb Latest Latest
Warning

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

Go to latest
Published: Aug 28, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrNotify = make(chan error)

Functions

This section is empty.

Types

type IClass

type IClass interface {
	Build(*IRoute)
}

type IRoute

type IRoute struct {
	*gin.Engine
	// contains filtered or unexported fields
}

func NewIRoute

func NewIRoute() *IRoute

func (*IRoute) Handle

func (this *IRoute) Handle(httpMethod, relativePath string, handlers ...gin.HandlerFunc) *IRoute

func (*IRoute) Mount

func (this *IRoute) Mount(group string, classes ...IClass) *IRoute

挂载

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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