storage

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Mar 21, 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 added in v0.2.3

func FileExists(filePath string) (bool, error)

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

func FolderExists added in v0.2.3

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 added in v0.2.3

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