Home / Type/ IRoutes Type — gin Architecture

IRoutes Type — gin Architecture

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

Entity Profile

Dependency Diagram

graph TD
  c211a52c_205e_2d04_19f9_3efcf7d9b10a["IRoutes"]
  90c6fc95_95bf_b935_fc1f_e0e4861e1b09["routergroup.go"]
  c211a52c_205e_2d04_19f9_3efcf7d9b10a -->|defined in| 90c6fc95_95bf_b935_fc1f_e0e4861e1b09
  style c211a52c_205e_2d04_19f9_3efcf7d9b10a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

routergroup.go lines 27–30

type IRouter interface {
	IRoutes
	Group(string, ...HandlerFunc) *RouterGroup
}

Defined In

Frequently Asked Questions

What is the IRoutes type?
IRoutes is a type/interface in the gin codebase, defined in routergroup.go.
Where is IRoutes defined?
IRoutes is defined in routergroup.go at line 27.

Analyze Your Own Codebase

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

Try Supermodel Free