golang.org/x/pkgsite/internal/postgres.DB.IsExcluded (method)
6 uses
golang.org/x/pkgsite/internal/postgres (current package)
details.go#L52: isExcluded, err := db.IsExcluded(ctx, mi.ModulePath)
excluded.go#L21: func (db *DB) IsExcluded(ctx context.Context, path string) (_ bool, err error) {
search.go#L144: ex, err := db.IsExcluded(ctx, r.PackagePath)
golang.org/x/pkgsite/internal/frontend
urlinfo.go#L197: excluded, err := db.IsExcluded(ctx, fullPath)
golang.org/x/pkgsite/internal/worker
fetch.go#L188: exc, err := f.DB.IsExcluded(ctx, modulePath)
golang.org/x/pkgsite/cmd/worker
main.go#L229: present, err := db.IsExcluded(ctx, prefix)
 |
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. |