Versions in this module Expand all Collapse all v1 v1.2.1 Jul 19, 2024 v1.2.0 Jul 2, 2024 v1.1.0 Jun 17, 2024 v1.0.2 Jul 3, 2023 v1.0.1 Mar 2, 2023 v1.0.0 Dec 22, 2022 Changes in this version + func ControlChans() (stopChan, doneChan chan struct{}) + func Defaults() (blip.Env, blip.Plugins, blip.Factories) + type API struct + func NewAPI(cfg blip.Config, ml *monitor.Loader) *API + func (api *API) Run() error + func (api *API) ServeHTTP(w http.ResponseWriter, r *http.Request) + type CommandLine struct + Args []string + func ParseCommandLine(args []string) (CommandLine, error) + type Options struct + Config string + Debug bool + Help bool + Log bool + PrintConfig bool + PrintDomains bool + PrintMonitors bool + PrintPlans bool + Run bool + Version bool + type Server struct + func (s *Server) Boot(env blip.Env, plugins blip.Plugins, factories blip.Factories) error + func (s *Server) Run(stopChan, doneChan chan struct{}) error