Discover Packages
github.com/lack-io/vine
cmd
vine
app
cli
tool
package
Version:
v0.14.0
Opens a new window with list of versions in this module.
Published: Apr 23, 2021
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Config struct {
Package Package `json:"package" toml:"package"`
Mod *Mods `json:"mod" toml:"mod"`
Pkg *Mod `json:"pkg" toml:"pkg"`
}
type Mod struct {
Name string `json:"name" toml:"name"`
Alias string `json:"alias" toml:"alias"`
Type string `json:"type" toml:"type"`
Version string `json:"version" toml:"version"`
Dir string `json:"dir" toml:"dir"`
}
type Package struct {
Kind string `json:"kind" toml:"kind"`
Namespace string `json:"namespace" toml:"namespace"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.