tailnet
package v2.23.0
Go to latest Published: Jun 3, 2025 License:AGPL-3.0
Opens a new window with list of versions in this module.
Latest LatestThis package is not in the latest version of its module.
Opens a new window with license information.
Imports:25 Opens a new window with list of imports.
Imported by:0 Opens a new window with list of known importers.
Details
Validgo.mod file
The Go module system was introduced in Go 1.11 and is the official dependency management solution for Go.
Redistributable license
Redistributable licenses place minimal restrictions on how software can be used, modified, and redistributed.
Tagged version
Modules with tagged versions give importers more predictable builds.
Stable version
When a project reaches major version v1 it is considered stable.
- Learn more about best practices
Repository
Links
Documentation¶
Index¶
- Constants
- func NewPGCoord(ctx context.Context, logger slog.Logger, ps pubsub.Pubsub, ...) (agpl.Coordinator, error)
- func NewTestPGCoord(ctx context.Context, logger slog.Logger, ps pubsub.Pubsub, ...) (agpl.Coordinator, error)
- type ClientService
- type HTMLCoordinator
- type HTMLDebug
- type HTMLPeer
- type HTMLTunnel
Constants¶
View Source
const (EventHeartbeats = "tailnet_coordinator_heartbeat"HeartbeatPeriod =time.Second * 2MissedHeartbeats = 3CloseErrUnhealthy = "coordinator unhealthy")
Variables¶
This section is empty.
Functions¶
Types¶
typeClientService¶added inv2.7.0
type ClientService struct {*agpl.ClientService}
funcNewClientService¶added inv2.7.0
func NewClientService(optionsagpl.ClientServiceOptions) (*ClientService,error)
NewClientService returns a ClientService based on the given Coordinator pointer. The pointer isloaded on each processed connection.
typeHTMLCoordinator¶added inv2.5.0
typeHTMLDebug¶added inv2.5.0
type HTMLDebug struct {Coordinators []*HTMLCoordinatorPeers []*HTMLPeerTunnels []*HTMLTunnel}
Click to show internal directories.
Click to hide internal directories.