MCPcopy Create free account
hub / github.com/expr-lang/expr / Decision

Struct Decision

test/crowdsec/crowdsec.go:138–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138type Decision struct {
139 Duration *string `json:"duration"`
140 ID int64 `json:"id,omitempty"`
141 Origin *string `json:"origin"`
142 Scenario *string `json:"scenario"`
143 Scope *string `json:"scope"`
144 Simulated *bool `json:"simulated,omitempty"`
145 Type *string `json:"type"`
146 Until string `json:"until,omitempty"`
147 UUID string `json:"uuid,omitempty"`
148 Value *string `json:"value"`
149}
150
151type Line struct {
152 Raw string `yaml:"Raw,omitempty"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected