Documentation ¶
Index ¶
- func CopyFile(src, dst string) (err error)
- func FindClosestParentPath(fileName string) (string, error)
- func FindParentPaths(fileName string) []string
- func FuzzyAge(start string) (string, error)
- func JsonDecode(io io.Reader) interface{}
- func JsonEncode(data interface{}) (string, error)
- func JsonWrite(file string, data interface{})
- func Mkdir(dir string) error
- func ParseYaml(file string, opts *map[string]interface{})
- func ReadFile(file string) string
- func ResponseToJson(resp *http.Response, err error) (interface{}, error)
- func RunTemplate(templateContent string, data interface{}, out io.Writer) error
- func YamlFixup(data interface{}) (interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindClosestParentPath ¶
func FindParentPaths ¶
func JsonDecode ¶
func JsonEncode ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.