Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider interface { Type() string // Evaluate runs the given query against the log provider, // and then checks if there is at least one error log. // Returns the result reason if non-error occurred. Evaluate(ctx context.Context, query string) (result bool, reason string, err error) }
Provider represents a client for log provider which provides logs for analysis.
Click to show internal directories.
Click to hide internal directories.