pkg

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LoadRouter

func LoadRouter(r IRouter)

Types

type IRouter

type IRouter interface {
	POST(path string, fn ...engine.HandlerFunc)
	GET(path string, fn ...engine.HandlerFunc)
	PUT(path string, fn ...engine.HandlerFunc)
	DELETE(path string, fn ...engine.HandlerFunc)
	Use(pos engine.HookPosition, matcher engine.IMatcher, fn engine.HandlerFunc)
}

Directories

Path Synopsis
log
Code generated by log-gen.
Code generated by log-gen.
orm
controller
repository

Jump to

Keyboard shortcuts

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