Documentation ¶ Index ¶ type Notifier Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Notifier ¶ type Notifier interface { // Notify notifies for the completion of ingestion of a cluster and run ID // Example use case can be a queuing system, a webhook, or anything else. Notify(ctx context.Context, clusterName string, runID string) error } Source Files ¶ View all Source files notifier.go Directories ¶ Show internal Expand all Path Synopsis mocks noop Click to show internal directories. Click to hide internal directories.