package
5.0.0+incompatible
Repository: https://github.com/qwenode/tailscale.git
Documentation: pkg.go.dev

# README

Tailscale Logs Service

This github repository contains libraries, documentation, and examples for working with the public API of the tailscale logs service.

For a very quick introduction to the core features, read the API docs and peruse the logs reprocessing example.

For more information, write to [email protected].

# Packages

Package backoff provides a back-off timer type.
No description provided by the author
Package filch is a file system queue that pilfers your stderr.

# Functions

Disable disables logtail uploads for the lifetime of the process.
MustParsePublicID calls ParsePublicID and panics in case of an error.
No description provided by the author
No description provided by the author
Safely generate a new PrivateId for use in Config objects.
ParsePrivateID returns a PrivateID from its hex (String) representation.
ParsePublicID returns a PublicID from its hex (String) representation.

# Constants

CollectionNode is the name of a logtail Config.Collection for tailscaled (or equivalent: IPNExtension, Android app).
DefaultHost is the default host name to upload logs to when Config.BaseURL isn't provided.

# Structs

No description provided by the author
Logger writes logs, splitting them as configured between local logging facilities and uploading to a log server.

# Interfaces

No description provided by the author
No description provided by the author

# Type aliases

PrivateID represents an instance that write logs.
PublicID represents an instance in the logs service for reading and adoption.