internal/ directory
Directories ΒΆ
Path | Synopsis |
---|---|
internal/chartconfig | The chartconfig package defines configuration that specifies both the data that is uploaded to telemetry.go.dev, and the resulting charts that are rendered. |
internal/config | package config provides methods for loading and querying a telemetry upload config file. |
internal/configgen | Package configgen generates the upload config file stored in the config.json file of golang.org/x/telemetry/config based on the chartconfig stored in config.txt. |
internal/configstore | Package configstore abstracts interaction with the telemetry config server. |
internal/configtest | Package configtest provides a helper for testing using a local proxy containing a fake upload config. |
internal/content | |
internal/counter | Package internal/counter implements the internals of the public counter package. |
internal/crashmonitor | |
internal/mmap | The mmap package provides an abstraction for memory mapping files on different platforms. |
internal/proxy | Package proxy provides functions for writing module data to a directory in proxy format, so that it can be used as a module proxy by setting GOPROXY="file://<dir>". |
internal/regtest | Package regtest provides helpers for end-to-end testing involving counter and upload packages. |
internal/telemetry | Package telemetry manages the telemetry mode file. |
internal/testenv | Package testenv contains helper functions for skipping tests based on which tools are present in the environment. |
internal/unionfs | Package unionfs allows multiple file systems to be read as a union. |
internal/upload |
- Version
- v0.0.0-20250214215356-6f9b61db478c (latest)
- Published
- Feb 14, 2025
- Platform
- linux/amd64
- Last checked
- 3 days ago –
Tools for package owners.