package
Version:
v1.7.4
Opens a new window with list of versions in this module.
Published: Jan 2, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package middleware provides a set of middleware functions for Gin framework
GetAction retrieves the action value from the given context.
SetAction sets the action value in the given context.
type OperationLog interface {
Write(*gin.Context)
}
OperationLog is an interface that defines the Write method for writing operation logs.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.