mirror of
https://github.com/fleetdm/fleet
synced 2026-05-15 04:58:25 +00:00
9 lines
201 B
Go
9 lines
201 B
Go
package oval_parsed
|
|
|
|
type VariableTest struct {
|
|
Objects []string
|
|
States []ObjectStateEvrString
|
|
StateOperator OperatorType
|
|
ObjectMatch ObjectMatchType
|
|
StateMatch StateMatchType
|
|
}
|