type golang.org/x/pkgsite/internal.IndexVersion
6 uses
golang.org/x/pkgsite/internal (current package)
discovery.go#L167: type IndexVersion struct {
golang.org/x/pkgsite/internal/index
index.go#L58: func (c *Client) GetVersions(ctx context.Context, since time.Time, limit int) (_ []*internal.IndexVersion, err error) {
index.go#L68: var versions []*internal.IndexVersion
index.go#L74: var l internal.IndexVersion
test_helper.go#L20: func SetupTestIndex(t *testing.T, versions []*internal.IndexVersion) (*Client, func()) {
golang.org/x/pkgsite/internal/postgres
versionstate.go#L25: func (db *DB) InsertIndexVersions(ctx context.Context, versions []*internal.IndexVersion) (err error) {
![]() |
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. |