mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-08 07:41:10 +08:00
11 lines
163 B
Go
11 lines
163 B
Go
package middleware
|
|
|
|
// import (
|
|
// "github.com/gin-gonic/gin"
|
|
// )
|
|
//
|
|
// func OpLoggerMiddleware() gin.HandlerFunc {
|
|
// return func(c *gin.Context) {
|
|
// }
|
|
// }
|