maven

package
v0.0.0-...-4f3ca93 Latest Latest
Warning

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

Go to latest
Published: Oct 21, 2018 License: MIT Imports: 8 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Identifier

type Identifier struct {
	GroupID    string `json:"groupId"`
	ArtifactID string `json:"artifactId"`
}

type Repository

type Repository interface {
	Download(path string, writer io.Writer) error
	Upload(path string, reader io.Reader, len int64) error
}

func CreateRepository

func CreateRepository(urlString string) (Repository, error)

Jump to

Keyboard shortcuts

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