Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var LOGGER = logging.MustGetLogger("middleware")
Functions ¶
This section is empty.
Types ¶
type MiddleWare ¶
type MiddleWare struct {
AuthClient authservice.InterfaceClient
}
func (*MiddleWare) VerifyTokenAndEndpoints ¶
func (mw *MiddleWare) VerifyTokenAndEndpoints(w http.ResponseWriter, r *http.Request, next http.HandlerFunc)
Click to show internal directories.
Click to hide internal directories.