Discover Packages
github.com/taruti/go-billy
helper
temporal
package
Version:
v3.1.0+incompatible
Opens a new window with list of versions in this module.
Published: Jun 27, 2017
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
func New(fs billy.Filesystem, defaultDir string ) billy.Filesystem
New creates a new filesystem wrapping up 'fs' the intercepts the calls to
the TempFile method. The param defaultDir is used as default directory were
the tempfiles are created.
type Temporal struct {
billy.Filesystem
}
Temporal is a helper that implements billy.TempFile over any filesystem.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.