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

Struct AlertEdges

test/crowdsec/crowdsec.go:94–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94type AlertEdges struct {
95 Owner *Machine `json:"owner,omitempty"`
96 Decisions []*Decision `json:"decisions,omitempty"`
97 Events []*Event `json:"events,omitempty"`
98 Metas []*Meta `json:"metas,omitempty"`
99}
100
101func (e AlertEdges) OwnerOrErr() (*Machine, error) {
102 return nil, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected