8 lines
285 B
Go
8 lines
285 B
Go
// Copyright (c) HashiCorp, Inc.
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
// Package nsd provides Nomad service registration and therefore discovery
|
|
// capabilities for Nomad clients. The name nsd was used instead of Nomad to
|
|
// avoid conflict with the existing nomad package.
|
|
package nsd
|