fs

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Jul 31, 2021 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DoesExist

func DoesExist(path string) (bool, error)

func ExpandPath

func ExpandPath(p string) string

Expands a file path 1. replace tilde with users home dir 2. expands embedded environment variables 3. cleans the path, e.g. /a/b/../c -> /a/c Note, it has limitations, e.g. ~someuser/tmp will not be expanded

func SetConfig

func SetConfig(fsConfig FsConfig)

func WriteEmptyBlocksDbToDisk

func WriteEmptyBlocksDbToDisk(path string) error

Types

type FsConfig

type FsConfig struct {
	DataDir string `yaml:"datadir,omitempty"`
}
var Config FsConfig = Defaults()

func Defaults

func Defaults() FsConfig

Jump to

Keyboard shortcuts

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