2023-03-28 22:48:58 +00:00
|
|
|
// Copyright (c) HashiCorp, Inc.
|
|
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
|
2016-06-06 20:19:31 +00:00
|
|
|
package types
|
|
|
|
|
|
|
|
// CheckID is a strongly typed string used to uniquely represent a Consul
|
|
|
|
// Check on an Agent (a CheckID is not globally unique).
|
|
|
|
type CheckID string
|