1 package types 2 3 import "github.com/gin-gonic/gin" 4 5 type APIFunc func(*gin.Context) error 6
View as plain text