Home / Function/ Any() — gin Function Reference

Any() — gin Function Reference

Architecture documentation for the Any() function in gins.go from the gin codebase.

Entity Profile

Relationship Graph

Source Code

ginS/gins.go lines 96–98

func Any(relativePath string, handlers ...gin.HandlerFunc) gin.IRoutes {
	return engine().Any(relativePath, handlers...)
}

Subdomains

Analyze Your Own Codebase

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

Try Supermodel Free