Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Absent ¶
type Absent struct { // Path is a filepath that will be treated relative to a base directory. Path string }
type Absolute ¶ added in v0.6.2
type Absolute string
Absolute is a wrapper around a filepath that returns an absolute path.
type Dir ¶
type Dir struct { // Path is a filepath that will be treated relative to a base directory. Path string }
type Exact ¶ added in v0.6.2
type Exact string
Exact is a wrapper around a filepath that is returned as-is.
type File ¶
type Relative ¶ added in v0.6.2
type Relative string
Relative is a wrapper around a filepath that returns a relative path.
type TarXZ ¶
Click to show internal directories.
Click to hide internal directories.