fileutil

package
v0.9.1 Latest Latest
Warning

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

Go to latest
Published: Aug 28, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var OS = Ops{
	ReadFile: os.ReadFile,
	Stat:     os.Stat,
	Glob:     filepath.Glob,
}

OS provides file operations backed by the local filesystem.

Functions

This section is empty.

Types

type Ops

type Ops struct {
	ReadFile func(path string) ([]byte, error)
	Stat     func(path string) (os.FileInfo, error)
	Glob     func(pattern string) ([]string, error)
}

Ops describes the file operations needed by config/data/validation loaders.

func (Ops) WithDefaults

func (o Ops) WithDefaults() Ops

WithDefaults fills any nil operations with OS-backed defaults.

Jump to

Keyboard shortcuts

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