Documentation ¶
Index ¶
- func Init(cacheDir, javaDBRepository string, skip, quiet bool, ...)
- func Update(ctx context.Context) error
- type DB
- func (d *DB) Close() error
- func (d *DB) Exists(groupID, artifactID string) (bool, error)
- func (d *DB) SearchByArtifactID(artifactID string) (string, error)
- func (d *DB) SearchByGAV(groupID, artifactID, version string) (jar.Properties, error)
- func (d *DB) SearchBySHA1(sha1 string) (jar.Properties, error)
- type Updater
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DB ¶
type DB struct {
// contains filtered or unexported fields
}
func (*DB) SearchByGAV ¶
func (d *DB) SearchByGAV(groupID, artifactID, version string) (jar.Properties, error)
func (*DB) SearchBySHA1 ¶
func (d *DB) SearchBySHA1(sha1 string) (jar.Properties, error)
Click to show internal directories.
Click to hide internal directories.