Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GroupRegistrar ¶
type GroupRegistrar interface {
Base() string
RegisterGroup(g *gin.RouterGroup)
}
GroupRegistrar allows a module to expose a base path and register using a RouterGroup. Optional helper if a module prefers grouping under a fixed base string.
Click to show internal directories.
Click to hide internal directories.