Documentation
¶
Index ¶
- func CreateFile(filename string, data []byte) error
- func CreateIfNotExists(folder string) error
- func EnvFilesToMap(files []string) (map[string]string, error)
- func ExistsFile(file string) bool
- func FilePathWalkDir(root string) ([]string, error)
- func FilesInDir(root string) ([]string, error)
- func FilterFilesByType(files []string, fileType string) []string
- func FoldersInDir(root string) ([]string, error)
- func GetCurrentDir() (string, error)
- func ReadFile(file string) ([]byte, error)
- func ReplaceEnvs(content string, envs map[string]string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateFile ¶
func CreateIfNotExists ¶
func ExistsFile ¶
func FilePathWalkDir ¶
func FilesInDir ¶
func FilterFilesByType ¶
func FoldersInDir ¶
func GetCurrentDir ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.