Versions in this module Expand all Collapse all v4 v4.0.0 Oct 29, 2025 Changes in this version + func SetHttpServerConfigFlags(fs *flag.FlagSet) + type FzfHttpServer struct + Port int + ResourceHit int + func StartHttpServer(ctx context.Context, h *HttpServerConfigCli, storeConfig *store.StoreConfig, ...) (*FzfHttpServer, error) + type HttpServerConfigCli struct + Debug bool + HttpProfAddress string + ListenAddress string + func NewHttpServerConfigCli(store *config.Store) HttpServerConfigCli