package
3.3.6
Repository: https://github.com/archine/gin-plus.git
Documentation: pkg.go.dev

# Functions

Apply attaches all APIs to the Gin engine.
GetAnnotation retrieves the specified annotation from the current context.
IsController checks if a given value implements the abstractController interface.
Register adds controllers to the global cache.

# Structs

Controller is a base struct that declares an entity as a controller.

# Interfaces

MethodInterceptor allows for pre- and post-processing of API method calls.

# Type aliases

Annotations represents the annotations of an API method.