Merge "Added assignee field to FuzzConfig."

This commit is contained in:
David Fu 2023-04-19 18:23:45 +00:00 committed by Gerrit Code Review
commit 1ea1bc3b6b

View file

@ -338,6 +338,8 @@ type FuzzConfig struct {
IsJni *bool `json:"is_jni,omitempty"`
// List of modules for monitoring coverage drops in directories (e.g. "libicu")
Target_modules []string `json:"target_modules,omitempty"`
// Specifies a bug assignee to replace default ISE assignment
Assignee string `json:"assignee,omitempty"`
}
type FuzzFrameworks struct {