online-order/domain/server.go

7 lines
123 B
Go
Raw Permalink Normal View History

2023-10-27 22:12:56 +00:00
package domain
import "github.com/gin-gonic/gin"
type ServerMiddleware interface {
JwAuthtMiddleware() gin.HandlerFunc
}