Documentation ¶
Overview ¶
package network implements vine network node
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Name of the network service Name = "go.vine.network" // Name of the vine network Network = "go.vine" // Address is the network address Address = ":8085" // Set the advertise address Advertise = "" // Resolver is the network resolver Resolver = "registry" // The tunnel token Token = "vine" )
Functions ¶
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
Package api is the network api
|
Package api is the network api |
Package dns provides a DNS registration service for autodiscovery of core network nodes.
|
Package dns provides a DNS registration service for autodiscovery of core network nodes. |
handler
Package handler is the handler for the `vine network dns` command
|
Package handler is the handler for the `vine network dns` command |
provider
Package provider lets you abstract away any number of DNS providers
|
Package provider lets you abstract away any number of DNS providers |
provider/cloudflare
Package cloudflare is a dns Provider for cloudflare
|
Package cloudflare is a dns Provider for cloudflare |
Package handler implements network RPC handler
|
Package handler implements network RPC handler |
Click to show internal directories.
Click to hide internal directories.