storage

package
v1.8.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 22, 2022 License: BSD-3-Clause Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DirSize

func DirSize(path string) (uint64, error)

func FileExists

func FileExists(filePath string) (bool, error)

fileExists checks if a file exists before we try using it to prevent further errors.

func FolderExists

func FolderExists(filePath string) (bool, error)

folderExists checks if a folder exists before we try using it to prevent further errors.

func OsDiskStat

func OsDiskStat(storagePath string) (uint64, error)

func ReadFileWithName

func ReadFileWithName(parentDir string, fileNameNoExt string) ([]byte, error)

ReadFileWithName reads a single file with name fileNameWithoutExt without specifying any extension. it errors when there are more than 1 file with the given fileName

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL