package log import "go.uber.org/zap" type GinDebugFunc = func(httpMethod, absolutePath, handlerName string, _ int) func GinRouter(httpMethod, absolutePath, handlerName string, handlersNum int) { zap.S().Infof("%v\t%v\t", httpMethod, absolutePath) }