route

package
v1.6.1 Latest Latest
Warning

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

Go to latest
Published: Dec 3, 2022 License: MIT Imports: 12 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewGin added in v1.0.0

func NewGin() route.Engine

func NewGinGroup added in v1.0.0

func NewGinGroup(instance gin.IRouter, prefix string, originMiddlewares []httpcontract.Middleware) route.Route

Types

type Application

type Application struct {
}

func (*Application) Init

func (app *Application) Init() route.Engine

type Gin added in v1.0.0

type Gin struct {
	route.Route
	// contains filtered or unexported fields
}

func (*Gin) GlobalMiddleware added in v1.3.0

func (r *Gin) GlobalMiddleware(handlers ...httpcontract.Middleware)

func (*Gin) Run added in v1.0.0

func (r *Gin) Run(addr string) error

func (*Gin) ServeHTTP added in v1.0.0

func (r *Gin) ServeHTTP(w http.ResponseWriter, req *http.Request)

type GinGroup added in v1.0.0

type GinGroup struct {
	// contains filtered or unexported fields
}

func (*GinGroup) Any added in v1.0.0

func (r *GinGroup) Any(relativePath string, handler httpcontract.HandlerFunc)

func (*GinGroup) Delete added in v1.0.0

func (r *GinGroup) Delete(relativePath string, handler httpcontract.HandlerFunc)

func (*GinGroup) Get added in v1.0.0

func (r *GinGroup) Get(relativePath string, handler httpcontract.HandlerFunc)

func (*GinGroup) Group added in v1.0.0

func (r *GinGroup) Group(handler route.GroupFunc)

func (*GinGroup) Middleware added in v1.0.0

func (r *GinGroup) Middleware(handlers ...httpcontract.Middleware) route.Route

func (*GinGroup) Options added in v1.0.0

func (r *GinGroup) Options(relativePath string, handler httpcontract.HandlerFunc)

func (*GinGroup) Patch added in v1.0.0

func (r *GinGroup) Patch(relativePath string, handler httpcontract.HandlerFunc)

func (*GinGroup) Post added in v1.0.0

func (r *GinGroup) Post(relativePath string, handler httpcontract.HandlerFunc)

func (*GinGroup) Prefix added in v1.0.0

func (r *GinGroup) Prefix(addr string) route.Route

func (*GinGroup) Put added in v1.0.0

func (r *GinGroup) Put(relativePath string, handler httpcontract.HandlerFunc)

func (*GinGroup) Static added in v1.0.0

func (r *GinGroup) Static(relativePath, root string)

func (*GinGroup) StaticFS added in v1.0.0

func (r *GinGroup) StaticFS(relativePath string, fs http.FileSystem)

func (*GinGroup) StaticFile added in v1.0.0

func (r *GinGroup) StaticFile(relativePath, filepath string)

type ServiceProvider

type ServiceProvider struct {
}

func (*ServiceProvider) Boot

func (route *ServiceProvider) Boot()

func (*ServiceProvider) Register

func (route *ServiceProvider) Register()

Jump to

Keyboard shortcuts

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