Documentation ¶
Index ¶
- func Add(path string, plugin bool, scope string, version string, group string, ...)
- func Dump(projectPath string, installArtifact bool)
- func Init(path string, args []string)
- func Remove(projectPath string, plugin bool, version string, group string, ...)
- func Status(projectPath string, fastMode bool) error
- func Update(path string, version string, args []string)
- type FullResponse
- type JsonDependencies
- type Response
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FullResponse ¶
type FullResponse struct {
Response Response `json:"response"`
}
type JsonDependencies ¶
type Response ¶
type Response struct {
Dependencies []JsonDependencies `json:"docs"`
}
Click to show internal directories.
Click to hide internal directories.