config

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 18, 2022 License: Zlib Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {

	// The node name that the endpoint belongs to.
	Node server.Node `json:"node"`

	// The network address at which the service can be reached.
	ServerConf server.Address `json:"server"`

	PubIp string

	// The list of tags associated with the service.
	Tags []string `json:"tags"`

	// The set of metadata associated with the node on which the service is
	// running.
	Meta map[string]string `json:"meta"`

	Check server.HealthCheck
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL