Versions in this module Expand all Collapse all v1 v1.0.0 Jul 13, 2023 Changes in this version + const AllContentEndpoint + const GroupsEndpoint + const InfoEndpoint + const MainEndpoint + const MetricsEndpoint + const StatusEndpoint + type AuthenticationError struct + type Configuration struct + APIPrefix string + APISpecFile string + Address string + Debug bool + type HTTPServer struct + Config Configuration + Content content.RuleContentDirectory + Groups map[string]groups.Group + InfoParams map[string]string + Serv *http.Server + func New(config Configuration, groupsMap map[string]groups.Group, ...) *HTTPServer + func (server *HTTPServer) Initialize() http.Handler + func (server *HTTPServer) Start() error + func (server *HTTPServer) Stop(ctx context.Context) error