commands

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2018 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Current

func Current() error

func List

func List() (err error)

func Use

func Use(version string) error

Types

type MavenSearch

type MavenSearch struct {
	Response struct {
		NumFound int `json:"numFound"`
		Start    int `json:"start"`
		Docs     []struct {
			ID        string   `json:"id"`
			Group     string   `json:"g"`
			Artifact  string   `json:"a"`
			Version   string   `json:"v"`
			P         string   `json:"p"`
			Timestamp int64    `json:"timestamp"`
			Ec        []string `json:"ec"`
			Tags      []string `json:"tags"`
		} `json:"docs"`
	} `json:"response"`
}

Jump to

Keyboard shortcuts

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