type golang.org/x/pkgsite/internal/postgres.ModuleVersion
7 uses
golang.org/x/pkgsite/internal/postgres (current package)
clean.go#L17: type ModuleVersion struct {
clean.go#L22: func (mv ModuleVersion) String() string {
clean.go#L29: func (db *DB) GetModuleVersionsToClean(ctx context.Context, daysOld, limit int) (modvers []ModuleVersion, err error) {
clean.go#L61: var mv ModuleVersion
clean.go#L76: func (db *DB) CleanModuleVersions(ctx context.Context, mvs []ModuleVersion, reason string) (err error) {
clean.go#L96: var mvs []ModuleVersion
clean.go#L106: mvs = append(mvs, ModuleVersion{modulePath, v})
![]() |
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. |