package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Dec 24, 2016
License: Apache-2.0
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
¶
type Config struct {
Version string `json:"version"`
Tool string `json:"tool"`
Package string `json:"package"`
Variables []Variable `json:"variables"`
}
type Variable struct {
Variable string `json:"variable"`
Value string `json:"value"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.