MCPcopy
hub / github.com/safing/portmaster / EndpointLists

Struct EndpointLists

service/profile/endpoints/endpoint-lists.go:11–16  ·  view source on GitHub ↗

EndpointLists matches endpoint lists.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected