os

package
v0.0.0-...-805313b Latest Latest
Warning

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

Go to latest
Published: Oct 13, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OS

type OS interface {
	FileExists(filename string) bool
	MkdirAll(name string, perm os.FileMode) error
}

func NewOSWrapper

func NewOSWrapper() OS

type Wrapper

type Wrapper struct{}

func (Wrapper) FileExists

func (w Wrapper) FileExists(filename string) bool

func (Wrapper) MkdirAll

func (w Wrapper) MkdirAll(name string, perm os.FileMode) error

Jump to

Keyboard shortcuts

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