Versions in this module Expand all Collapse all v1 v1.0.1 Oct 25, 2025 Changes in this version + func IsServiceAllowed(s *server.Server, group apiutil.APIServiceGroup) bool + func NewRedirector(s *server.Server, opts ...RedirectorOption) negroni.Handler + func NewRuntimeServiceValidator(s *server.Server, group apiutil.APIServiceGroup) negroni.Handler + type RedirectorOption func(*redirector) + func MicroserviceRedirectRule(matchPath, targetPath, targetServiceName string, methods []string, ...) RedirectorOption