ResolveInteractive resolves data for interactive use (e.g. API requests or alerts).
(ctx context.Context)
| 55 | Validate(ctx context.Context) error |
| 56 | // ResolveInteractive resolves data for interactive use (e.g. API requests or alerts). |
| 57 | ResolveInteractive(ctx context.Context) (ResolverResult, error) |
| 58 | // ResolveExport resolve data for export (e.g. downloads or reports). |
| 59 | ResolveExport(ctx context.Context, w io.Writer, opts *ResolverExportOptions) error |
| 60 | // InferRequiredSecurityRules attempts to infer the security rules that are required to be able to execute the resolver for the currently configured properties. |
no outgoing calls
no test coverage detected