2
0
mirror of https://github.com/status-im/consul.git synced 2025-01-24 12:40:17 +00:00

11 lines
250 B
Go
Raw Normal View History

package structs
// Identity of some entity (ex: service, node, check).
//
// TODO: this type should replace ServiceID, ServiceName, and CheckID which all
// have roughly identical implementations.
type Identity struct {
ID string
EnterpriseMeta
}