Home / Function/ PATCH() — gin Function Reference

PATCH() — gin Function Reference

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

Entity Profile

Relationship Graph

Source Code

ginS/gins.go lines 76–78

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

Subdomains

Analyze Your Own Codebase

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

Try Supermodel Free