condregister
package v1.92.2
Go to latest Published: Dec 10, 2025 License:BSD-3-Clause
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:24 Opens a new window with list of imports.
Imported by:3 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¶
Overview¶
The condregister package registers all conditional features guardedby build tags. It is one central package that callers can empty importto ensure all conditional features are registered.
Source Files¶
- condregister.go
- maybe_ace.go
- maybe_appconnectors.go
- maybe_c2n.go
- maybe_capture.go
- maybe_clientupdate.go
- maybe_debugportmapper.go
- maybe_doctor.go
- maybe_drive.go
- maybe_linkspeed.go
- maybe_linuxdnsfight.go
- maybe_osrouter.go
- maybe_portlist.go
- maybe_posture.go
- maybe_relayserver.go
- maybe_sdnotify.go
- maybe_store_aws.go
- maybe_store_kube.go
- maybe_syspolicy.go
- maybe_taildrop.go
- maybe_tap.go
- maybe_tpm.go
- maybe_wakeonlan.go
Directories¶
| Path | Synopsis |
|---|---|
Package identityfederation registers support for authkey resolution via identity federation if it's not disabled by the ts_omit_identityfederation build tag. | Package identityfederation registers support for authkey resolution via identity federation if it's not disabled by the ts_omit_identityfederation build tag. |
Package oauthkey registers support for OAuth key resolution if it's not disabled via the ts_omit_oauthkey build tag. | Package oauthkey registers support for OAuth key resolution if it's not disabled via the ts_omit_oauthkey build tag. |
Package portmapper registers support for portmapper if it's not disabled via the ts_omit_portmapper build tag. | Package portmapper registers support for portmapper if it's not disabled via the ts_omit_portmapper build tag. |
Package useproxy registers support for using proxies if it's not disabled via the ts_omit_useproxy build tag. | Package useproxy registers support for using proxies if it's not disabled via the ts_omit_useproxy build tag. |
Click to show internal directories.
Click to hide internal directories.