Files
faas/gateway/handlers/serviceauthinjector.go
2019-06-09 20:08:39 +01:00

8 lines
94 B
Go

package handlers
import "net/http"
type AuthInjector interface {
Inject(r *http.Request)
}