Home / Type/ RouteInfo Type — gin Architecture

RouteInfo Type — gin Architecture

Architecture documentation for the RouteInfo type/interface in gin.go from the gin codebase.

Entity Profile

Source Code

gin.go lines 68–73

type RouteInfo struct {
	Method      string
	Path        string
	Handler     string
	HandlerFunc HandlerFunc
}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free