pkgsite/ directory
Directories ΒΆ
Path | Synopsis |
---|---|
cmd | |
cmd/frontend | The frontend runs a service to serve user-facing traffic. |
cmd/internal | |
cmd/pkgsite | Pkgsite extracts and generates documentation for Go programs. |
cmd/worker | The worker command runs a service with the primary job of fetching modules from a proxy and writing them to the database. |
devtools | |
devtools/cmd | |
devtools/cmd/create_experiment_config | Command create_experiment_config creates an experiment.yaml file, which will set a rollout of 100 for all experiments. |
devtools/cmd/csphash | csphash computes the hashes of script tags in files, and checks that they are added to our content security policy. |
devtools/cmd/css | Command css appends CSS styles to content/static/stylesheet.css. |
devtools/cmd/db | The seeddb command is used to populates a database with an initial set of modules. |
devtools/cmd/dumpdoc | The dumpdoc command writes documentation and readmes for packages in search_documents to a gob file. |
devtools/cmd/seeddb | The seeddb command populates a database with an initial set of modules. |
devtools/cmd/static | Command static compiles TypeScript files into minified JavaScript files and creates linked sourcemaps. |
devtools/cmd/wait_available | |
internal | Package internal contains data used through x/pkgsite. |
static | |
tests | |
tests/api | Command api computes the exported API of a set of Go packages. |
tests/search | The search command is used to run tests for search using a dataset of modules specified at tests/search/seed.txt. |
third_party |
- Version
- v0.0.0-20250218150137-224a1368cf02 (latest)
- Published
- Feb 18, 2025
- Platform
- linux/amd64
- Last checked
- 2 months ago –
Tools for package owners.