Home / Type/ IRouter Type — gin Architecture

IRouter Type — gin Architecture

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

Entity Profile

Dependency Diagram

graph TD
  a1084ee7_0995_4a29_d78c_fb0551fa2c94["IRouter"]
  90c6fc95_95bf_b935_fc1f_e0e4861e1b09["routergroup.go"]
  a1084ee7_0995_4a29_d78c_fb0551fa2c94 -->|defined in| 90c6fc95_95bf_b935_fc1f_e0e4861e1b09
  style a1084ee7_0995_4a29_d78c_fb0551fa2c94 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 IRouter type?
IRouter is a type/interface in the gin codebase, defined in routergroup.go.
Where is IRouter defined?
IRouter 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