pathutil

package
v2.0.0-alpha.21 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2024 License: MIT Imports: 5 Imported by: 46

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PathChecker

type PathChecker interface {
	IsPathExists(pth string) (bool, error)
	IsDirExists(pth string) (bool, error)
}

PathChecker ...

func NewPathChecker

func NewPathChecker() PathChecker

NewPathChecker ...

type PathModifier

type PathModifier interface {
	AbsPath(pth string) (string, error)
}

PathModifier ...

func NewPathModifier

func NewPathModifier() PathModifier

NewPathModifier ...

type PathProvider

type PathProvider interface {
	CreateTempDir(prefix string) (string, error)
}

PathProvider ...

func NewPathProvider

func NewPathProvider() PathProvider

NewPathProvider ...

Jump to

Keyboard shortcuts

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