Documentation ¶
Index ¶
- Constants
- func Host2File(host string, base string) string
- func Host2LogFile(host string, base string) string
- func Ls(searchPath string) ([]string, error)
- func PkgSlice2StringSlice(ps []Pkg) []string
- func ReadJSON(jsonFile string) ([]string, error)
- func ReadLogFile(logfile string) (string, error)
- func Run(jsonDir string, excelFile string) error
- func RunYAML(jsonDir string, yamlFile string) error
- func VerArch(verarch string) (ver string, arch string, err error)
- type Excel1
- type Pkg
- type PkgDB
- type PkgDBKey
Constants ¶
View Source
const ( ARCH_x86 = "x86_64" ARCH_i686 = "i686" ARCH_noarch = "noarch" )
Variables ¶
This section is empty.
Functions ¶
func Host2LogFile ¶ added in v0.0.10
func PkgSlice2StringSlice ¶ added in v0.0.6
func ReadLogFile ¶ added in v0.0.10
ReadLogFile は 指定されたファイル(実はタイムスタンプが入ってるだけ)を読み込む
Types ¶
type Excel1 ¶
type Excel1 struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.