Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Report ¶
type Report struct { Branch string `json:"branch" yaml:"branch"` GitlabURL string `json:"gitlab_url" yaml:"gitlab_url"` ProjectID string `json:"project_id" yaml:"project_id"` ProjectName string `json:"project_name" yaml:"project_name"` CodeAnalyzeType string `json:"code_analyze_type" yaml:"code_analyze_type"` ConfigType string `json:"config_type" yaml:"config_type"` ConfigValue string `json:"config_value" yaml:"config_value"` Results interface{} `json:"results" yaml:"results"` }
func ExecuteCodeAnalyze ¶
func ExecuteCodeAnalyze(ctx context.Context, opts ExecuteCodeAnalyzeOptions) (Report, error)
Click to show internal directories.
Click to hide internal directories.