Versions in this module Expand all Collapse all v0 v0.1.0 Aug 5, 2026 Changes in this version + const MinRefreshInterval + func NewCmdServe(props *props.Props) *setup.Command + func Refresher(ctx context.Context, p *props.Props, log *slog.Logger, interval time.Duration) (*indexer.Service, func() error, error) + func RestartPolicy() controls.RestartPolicy + func RunServe(ctx context.Context, p *props.Props, _ *ServeOptions, _ []string) error + type Config struct + Index IndexConfig + func ConfigFromStore(store *config.Store) (Config, error) + func LoadConfig(r io.Reader) (Config, error) + type IndexConfig struct + RefreshInterval time.Duration + type ServeOptions struct + type Service struct + Name string + Service *ingest.Service + func Services(cfg ingest.Config, opts ...ingest.Option) ([]Service, error)