//
pkg.gl
Category
github.com/googleapis/discovery-artifact-manager
src
snippetgen
compilecheck
internal
filesys
package
0.0.0-20240821103733-ff5fc1a41331
Repository:
https://github.com/googleapis/discovery-artifact-manager.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
0
Files
94 SLOC
#
Structs
OS
OS implements Opener and Creator by delegating to os.
#
Interfaces
Creator
Creator abstracts file creation from the filesystem.
FS
FS is the union of Opener and Creator.
Opener
Opener abstracts reading from the filesystem.
#
Type aliases
MapFS
MapFS is an in-memory implementation of FS, where all "files" are map entries, useful for testing.