Home / Function/ PUT() — gin Function Reference

PUT() — gin Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  ea7d8b21_7bd1_5c65_057c_c970db1b8c75["PUT()"]
  cb30e8b5_05d8_055b_221f_c1b89655372b["gins.go"]
  ea7d8b21_7bd1_5c65_057c_c970db1b8c75 -->|defined in| cb30e8b5_05d8_055b_221f_c1b89655372b
  style ea7d8b21_7bd1_5c65_057c_c970db1b8c75 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

ginS/gins.go lines 81–83

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

Subdomains

Defined In

Frequently Asked Questions

What does PUT() do?
PUT() is a function in the gin codebase, defined in ginS/gins.go.
Where is PUT() defined?
PUT() is defined in ginS/gins.go at line 81.

Analyze Your Own Codebase

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

Try Supermodel Free