model

package
v0.1.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 14, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateResponse

type CreateResponse struct {
	Verified bool `json:"verified"`
}

type MetadataResponse added in v0.1.5

type MetadataResponse struct {
	Data VersionsData `json:"data"`
}

type Repo added in v0.1.5

type Repo struct {
	Name         string `json:"name"`
	LeadFilePath string `json:"leadFilePath"`
}

type VersionEdges added in v0.1.5

type VersionEdges struct {
	Node VersionNode `json:"node"`
}

type VersionNode added in v0.1.5

type VersionNode struct {
	Repos []Repo `json:"repos"`
}

type Versions added in v0.1.5

type Versions struct {
	Edges []VersionEdges `json:"edges"`
}

type VersionsData added in v0.1.5

type VersionsData struct {
	Versions Versions `json:"versions"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL