implementation

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: May 8, 2021 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Add

func Add(path string, plugin bool, scope string, version string, group string, args []string)

func Dump added in v1.0.1

func Dump(projectPath string, installArtifact bool)

func Init

func Init(path string, args []string)

func Remove

func Remove(projectPath string, plugin bool, version string, group string, artifacts []string)

func Status added in v1.0.1

func Status(projectPath string, fastMode bool) error

func Update

func Update(path string, version string, args []string)

Types

type FullResponse

type FullResponse struct {
	Response Response `json:"response"`
}

type JsonDependencies

type JsonDependencies struct {
	GroupId       string `json:"g"`
	ArtifactId    string `json:"a"`
	LatestVersion string `json:"latestVersion"`
	Version       string `json:"v"`
	Type          string `json:"p"`
}

type Response

type Response struct {
	Dependencies []JsonDependencies `json:"docs"`
}

Jump to

Keyboard shortcuts

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