Documentation
¶
Index ¶
- Constants
- Variables
- func CleanSpecPath() error
- func CloneSpec(tag string, commit string) error
- func Color(colorString string) func(...interface{}) string
- func Copy(srcPath, dstPath string) (err error)
- func GitDiff(name string, ssv string, spec string) error
- func Mkdir(path string, clean bool) (err error)
- type Compare
- type KeyValue
- type Map
Constants ¶
View Source
const DataPath = "./scripts/spec_align_report/data"
Variables ¶
View Source
var ( Success = Green Info = Teal Warn = Yellow Error = Red )
View Source
var ( Black = Color("\033[1;30m%s\033[0m") Red = Color("\033[1;31m%s\033[0m") Green = Color("\033[1;32m%s\033[0m") Yellow = Color("\033[1;33m%s\033[0m") Purple = Color("\033[1;34m%s\033[0m") Magenta = Color("\033[1;35m%s\033[0m") Teal = Color("\033[1;36m%s\033[0m") White = Color("\033[1;37m%s\033[0m") )
Functions ¶
func CleanSpecPath ¶
func CleanSpecPath() error
Types ¶
Click to show internal directories.
Click to hide internal directories.