mirror of
https://github.com/allinssl/allinssl.git
synced 2025-12-15 09:55:37 +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) {
|
|
// }
|
|
// }
|