Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DependencyMap ¶
func GetDependencies ¶
func GetDependencies(repoOwner, repoName string) DependencyMap
type Query ¶
type Query struct {
Repository struct {
DependencyGraphManifests struct {
Nodes []struct {
Filename string
Dependencies struct {
Nodes []struct {
PackageManager string
PackageName string
Requirements string
}
PageInfo struct {
HasNextPage bool
EndCursor string
}
} `graphql:"dependencies(first: $first, after: $dependencyCursor)"`
}
PageInfo struct {
HasNextPage bool
EndCursor string
}
} `graphql:"dependencyGraphManifests(first: $first, after: $manifestCursor)"`
} `graphql:"repository(name: $name, owner: $owner)"`
}
Click to show internal directories.
Click to hide internal directories.