jeeves-meta-monorepo
    Preparing search index...

    Interface WatcherClient

    Interface for watcher HTTP operations.

    Implementations handle retry with backoff internally.

    interface WatcherClient {
        registerRules(source: string, rules: InferenceRuleSpec[]): Promise<void>;
        scan?(request: WatcherScanRequest): Promise<WatcherScanResult>;
        walk(globs: string[]): Promise<string[]>;
    }

    Implemented by

    Index

    Methods