Versions in this module Expand all Collapse all v0 v0.44.0 Aug 25, 2023 Changes in this version + type AnalysisResult struct + CustomResources []CustomResource + func (v *AnalysisResult) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *AnalysisResult) UnmarshalJSON(data []byte) error + func (v AnalysisResult) MarshalEasyJSON(w *jwriter.Writer) + func (v AnalysisResult) MarshalJSON() ([]byte, error) + type CustomResource struct + Data interface{} + FilePath string + Type string + type PostScanAction string + type PostScanSpec struct + Action PostScanAction + IDs []string + func (v *PostScanSpec) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *PostScanSpec) UnmarshalJSON(data []byte) error + func (v PostScanSpec) MarshalEasyJSON(w *jwriter.Writer) + func (v PostScanSpec) MarshalJSON() ([]byte, error) + type Result types.Result + func (v *Result) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Result) UnmarshalJSON(data []byte) error + func (v Result) MarshalEasyJSON(w *jwriter.Writer) + func (v Result) MarshalJSON() ([]byte, error) + type Results []Result + func (v *Results) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Results) UnmarshalJSON(data []byte) error + func (v Results) MarshalEasyJSON(w *jwriter.Writer) + func (v Results) MarshalJSON() ([]byte, error) + type StringSlice []string + func (v *StringSlice) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *StringSlice) UnmarshalJSON(data []byte) error + func (v StringSlice) MarshalEasyJSON(w *jwriter.Writer) + func (v StringSlice) MarshalJSON() ([]byte, error)