Documentation ¶
Index ¶
- Constants
- func AddFile(ar archiver.Writer, path, commonPath string) error
- func CheckNotExist(src string) bool
- func CheckPermission(src string) bool
- func CommonPrefix(sep byte, paths ...string) string
- func CopyDir(src string, dst string, style string) error
- func CopyFile(src, dst, style string) error
- func CopySingleFile(src, dst, style string) error
- func CreateFile(path string) error
- func CreateFileAndWriteContent(path string, content string) error
- func DirSizeB(path string) (int64, error)
- func Exists(path string) bool
- func FindFirstFile(root string, filename string) string
- func GetCompressionAlgorithm(t string) (string, archiver.Writer, error)
- func GetExt(fileName string) string
- func GetFileOrDirSize(path string) (int64, error)
- func GetNoDuplicateFileName(fullPath string) string
- func GetSize(f multipart.File) (int, error)
- func IsDir(path string) bool
- func IsDirEmpty(name string) (bool, error)
- func IsFile(path string) bool
- func IsNotExistCreateFile(src string) error
- func IsNotExistMkDir(src string) error
- func MkDir(src string) error
- func MoveFile(sourcePath, destPath string) error
- func MustOpen(fileName, filePath string) (*os.File, error)
- func NameAccumulation(path string) string
- func Open(name string, flag int, perm os.FileMode) (*os.File, error)
- func ParseFile(filename string) (lines []string, err error)
- func ParseLine(line string, sep string) (key string, value string, err error)
- func RMDir(src string) error
- func ReadFile(filename string) (osrelease map[string]string, err error)
- func ReadFullFile(path string) []byte
- func ReadOSRelease() (osrelease map[string]string, err error)
- func SpliceFiles(dir, path string, length int, startPoint int) error
- func WriteToFullPath(data []byte, fullPath string, perm fs.FileMode) error
- func WriteToPath(data []byte, path, name string) error
Constants ¶
View Source
const EtcOsRelease string = "/etc/os-release"
about os release
View Source
const UsrLibOsRelease string = "/usr/lib/os-release"
Variables ¶
This section is empty.
Functions ¶
func CheckPermission ¶
CheckPermission check if the file has permission
func CommonPrefix ¶
func CopySingleFile ¶
*
- @description:
- @param {*} src
- @param {*} dst
- @param {string} style
- @return {*}
- @method:
- @router:
func CreateFile ¶
func FindFirstFile ¶
func GetCompressionAlgorithm ¶
func GetFileOrDirSize ¶
func GetNoDuplicateFileName ¶
Check for duplicate file names
func IsDirEmpty ¶
func IsNotExistCreateFile ¶
IsNotExistMkDir create a directory if it does not exist
func IsNotExistMkDir ¶
IsNotExistMkDir create a directory if it does not exist
func NameAccumulation ¶ added in v0.4.2
func ReadFullFile ¶
func ReadOSRelease ¶ added in v0.4.1
Read and return os-release, trying EtcOsRelease, followed by UsrLibOsRelease. err will contain an error message if neither file exists or failed to parse
func WriteToFullPath ¶ added in v0.4.0
func WriteToPath ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.