routes

package
v0.0.0-...-fb2c4cc Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2022 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AppRouting = []Group{}

AppRouting slice que contiene todas las rutas de la aplicacion

Functions

This section is empty.

Types

type Group

type Group struct {
	Prefix string
	Routes []Route
}

Group .

type Route

type Route struct {
	Method  string
	Path    string
	Handler gin.HandlerFunc
}

Route .

Jump to

Keyboard shortcuts

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