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].
# 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.