Documentation
¶
Index ¶
- Variables
- func DeleteFile(filepath string)
- func ReadFile(filepath string) []byte
- func ReadInfoYaml(filepath string, m map[string][]string)
- func ReadYaml(filename string, m map[string]map[string][]string)
- func WriteFile(filepath string, data []byte)
- func WriteYaml(filepath string, m interface{})
- type Logger
- type OptionsLogger
- type Store
Constants ¶
This section is empty.
Variables ¶
View Source
var ConfigFolder string
View Source
var IngredientsFolder string
Functions ¶
func DeleteFile ¶
func DeleteFile(filepath string)
func ReadInfoYaml ¶
Types ¶
type OptionsLogger ¶
type OptionsLogger struct {
OutputFolder string
}
type Store ¶
type Store interface {
Save(data types.OutputData) error
}
Click to show internal directories.
Click to hide internal directories.