datasource

package
v1.7.1 Latest Latest
Warning

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

Go to latest
Published: Mar 20, 2024 License: Apache-2.0 Imports: 28 Imported by: 0

Documentation

Index

Constants

View Source
const MavenCentral = "https://repo.maven.apache.org/maven2"

Variables

This section is empty.

Functions

This section is empty.

Types

type DepsDevAPIClient

type DepsDevAPIClient struct {
	pb.InsightsClient
	// contains filtered or unexported fields
}

DepsDevAPIClient is a wrapper for InsightsClient that caches requests.

func NewDepsDevAPIClient

func NewDepsDevAPIClient(addr string) (*DepsDevAPIClient, error)

func (*DepsDevAPIClient) GetPackage

func (c *DepsDevAPIClient) GetPackage(ctx context.Context, in *pb.GetPackageRequest, opts ...grpc.CallOption) (*pb.Package, error)

func (*DepsDevAPIClient) GetRequirements

func (c *DepsDevAPIClient) GetRequirements(ctx context.Context, in *pb.GetRequirementsRequest, opts ...grpc.CallOption) (*pb.Requirements, error)

func (*DepsDevAPIClient) GetVersion

func (c *DepsDevAPIClient) GetVersion(ctx context.Context, in *pb.GetVersionRequest, opts ...grpc.CallOption) (*pb.Version, error)

func (*DepsDevAPIClient) GobDecode

func (c *DepsDevAPIClient) GobDecode(b []byte) error

func (*DepsDevAPIClient) GobEncode

func (c *DepsDevAPIClient) GobEncode() ([]byte, error)

type MavenRegistryAPIClient added in v1.7.0

type MavenRegistryAPIClient struct {
	Registry string // Base URL of the registry that we are making requests
}

func NewMavenRegistryAPIClient added in v1.7.0

func NewMavenRegistryAPIClient() (*MavenRegistryAPIClient, error)

func (*MavenRegistryAPIClient) GetProject added in v1.7.0

func (m *MavenRegistryAPIClient) GetProject(ctx context.Context, groupID, artifactID, version string) (maven.Project, error)

type NpmRegistryAPIClient added in v1.7.0

type NpmRegistryAPIClient struct {
	// contains filtered or unexported fields
}

func NewNpmRegistryAPIClient added in v1.7.0

func NewNpmRegistryAPIClient(workdir string) (*NpmRegistryAPIClient, error)

func (*NpmRegistryAPIClient) Dependencies added in v1.7.0

func (c *NpmRegistryAPIClient) Dependencies(ctx context.Context, pkg, version string) (npmRegistryDependencies, error)

func (*NpmRegistryAPIClient) FullJSON added in v1.7.0

func (c *NpmRegistryAPIClient) FullJSON(ctx context.Context, pkg, version string) (gjson.Result, error)

func (*NpmRegistryAPIClient) GobDecode added in v1.7.0

func (c *NpmRegistryAPIClient) GobDecode(b []byte) error

func (*NpmRegistryAPIClient) GobEncode added in v1.7.0

func (c *NpmRegistryAPIClient) GobEncode() ([]byte, error)

func (*NpmRegistryAPIClient) Versions added in v1.7.0

func (c *NpmRegistryAPIClient) Versions(ctx context.Context, pkg string) (npmRegistryVersions, error)

Jump to

Keyboard shortcuts

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