github.com/cilium/cilium@v1.16.2/pkg/endpoint/id/identifiers.go (about) 1 // SPDX-License-Identifier: Apache-2.0 2 // Copyright Authors of Cilium 3 4 package id 5 6 // Identifiers is a collection of attributes that identify the Endpoint through 7 // different systems. For examples of the type of Identifiers, see PrefixType. 8 type Identifiers map[PrefixType]string