registry

package
v1.10.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 6, 2025 License: GPL-3.0 Imports: 1 Imported by: 0

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.

type Registrar

type Registrar interface {
	Register(r gin.IRouter)
}

Registrar is the common interface every handler module implements to register its routes on a gin router or router group.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL