diff --git a/domain/structures.go b/domain/structures.go index 9bbdb1b..2c213fa 100644 --- a/domain/structures.go +++ b/domain/structures.go @@ -40,11 +40,6 @@ type AssetIndex struct { Artifact } -// type Argument struct { -// Value string `json:"value"` -// Rules []Rule `json:"rules"` -// } - type Rule struct { Action RuleAct `json:"action" mapstructure:"action"` // OS information. All fields are regexes.