mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 17:05:43 +03:00
8 lines
286 B
Go
8 lines
286 B
Go
// Copyright (c) HashiCorp, Inc.
|
|
// SPDX-License-Identifier: BUSL-1.1
|
|
|
|
// 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
|