type golang.org/x/pkgsite/internal.PackageMeta
11 uses
golang.org/x/pkgsite/internal (current package)
nonredist.go#L26: func (p *PackageMeta) RemoveNonRedistributableData() {
unit.go#L50: Subdirectories []*PackageMeta
unit.go#L81: type PackageMeta struct {
golang.org/x/pkgsite/internal/frontend
directory.go#L127: func getSubdirectories(um *internal.UnitMeta, pkgs []*internal.PackageMeta) []*DirectoryInfo {
golang.org/x/pkgsite/internal/postgres
unit.go#L327: func (db *DB) getPackagesInUnit(ctx context.Context, fullPath string, moduleID int) (_ []*internal.PackageMeta, err error) {
unit.go#L331: func getPackagesInUnit(ctx context.Context, db *database.DB, fullPath, modulePath, resolvedVersion string, moduleID int, bypassLicenseCheck bool) (_ []*internal.PackageMeta, err error) {
unit.go#L372: pm *internal.PackageMeta
unit.go#L378: pkg internal.PackageMeta
unit.go#L409: var packages []*internal.PackageMeta
golang.org/x/pkgsite/internal/testing/sample
sample.go#L267: func PackageMeta(fullPath string) *internal.PackageMeta {
sample.go#L268: return &internal.PackageMeta{
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |