index

package
v0.0.0-...-94bd098 Latest Latest
Warning

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

Go to latest
Published: Sep 12, 2025 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const NotAvailable = "N/A"

Variables

This section is empty.

Functions

This section is empty.

Types

type Reader

type Reader struct {
	csv.Reader
	// contains filtered or unexported fields
}

func NewReader

func NewReader(r io.Reader) *Reader

func Open

func Open(path string) (*Reader, error)

Open opens a TSV file for reading Maven artifact index data. This function is used by external repositories to read the compiled Java artifact database.

The file format is expected to be tab-separated values with 5 fields: GroupID, ArtifactID, Version, Classifier, SHA1

func (*Reader) Close

func (r *Reader) Close() error

Jump to

Keyboard shortcuts

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