Versions in this module Expand all Collapse all v0 v0.1.0 Jan 22, 2025 Changes in this version + func Lint(ctx context.Context, opts *AlerterOpts, path string) error + func NewLinter() *lintAlertHandler + type Alerter struct + CtrlCli client.Client + func NewService(opts *AlerterOpts) (*Alerter, error) + func (l *Alerter) Close() error + func (l *Alerter) Open(ctx context.Context) error + type AlerterOpts struct + AlertAddr string + Cloud string + Concurrency int + CtrlCli client.Client + Dev bool + KustoEndpoints map[string]string + KustoToken string + MSIID string + MSIResource string + MaxNotifications int + Port int + Region string + Tags map[string]string + type KustoClient interface + Endpoint func() string + Mgmt func(ctx context.Context, db string, query kusto.Stmt, options ...kusto.MgmtOption) (*kusto.RowIterator, error) + Query func(ctx context.Context, db string, query kusto.Stmt, options ...kusto.QueryOption) (*kusto.RowIterator, error)