()
| 1440 | } |
| 1441 | |
| 1442 | func (x *RuleMetadata) GetDefinition() string { |
| 1443 | if x != nil { |
| 1444 | return x.Definition |
| 1445 | } |
| 1446 | return "" |
| 1447 | } |
| 1448 | |
| 1449 | type TaskMetadata struct { |
| 1450 | state protoimpl.MessageState `protogen:"open.v1"` |
no outgoing calls
no test coverage detected