EndpointLists matches endpoint lists.
| 9 | |
| 10 | // EndpointLists matches endpoint lists. |
| 11 | type EndpointLists struct { |
| 12 | EndpointBase |
| 13 | |
| 14 | ListSet []string |
| 15 | Lists string |
| 16 | } |
| 17 | |
| 18 | // Matches checks whether the given entity matches this endpoint definition. |
| 19 | func (ep *EndpointLists) Matches(ctx context.Context, entity *intel.Entity) (EPResult, Reason) { |
nothing calls this directly
no outgoing calls
no test coverage detected