Documentation
¶
Index ¶
- Constants
- func CopyFileContent(targetPath string, content []byte) error
- func OpenFileForAppend(filePath string) (*os.File, error)
- type FS
- func (fs *FS) CopyFile(filePath, targetPath string) error
- func (fs *FS) Execute(op *Operation) (err error)
- func (fs *FS) FileExists(filePath string) bool
- func (fs *FS) MergeTemplateData(templateData interface{}, filePath string) (*bytes.Buffer, error)
- func (fs *FS) ReadTemplateFile(filePath string) ([]byte, error)
- type OnEachFile
- type Operation
Constants ¶
View Source
const ( JSON string = ".json" YAML string = ".yml" )
Variables ¶
This section is empty.
Functions ¶
func CopyFileContent ¶
Types ¶
type OnEachFile ¶
Click to show internal directories.
Click to hide internal directories.