Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ViewData gin.H
Functions ¶
func GetConnection ¶
Types ¶
type AccessMiddleware ¶
type AccessMiddleware interface {
AppAdminRequired(args ...interface{}) gin.HandlerFunc
CustomerAdminRequired(args ...interface{}) gin.HandlerFunc
}
type AuthenticationMiddleware ¶
type AuthenticationMiddleware interface {
SessionRequired(args ...interface{}) gin.HandlerFunc
TokenRequired(args ...interface{}) gin.HandlerFunc
}
Click to show internal directories.
Click to hide internal directories.