package
0.0.0-20240821103733-ff5fc1a41331
Repository: https://github.com/googleapis/discovery-artifact-manager.git
Documentation: pkg.go.dev

# Structs

OS implements Opener and Creator by delegating to os.

# Interfaces

Creator abstracts file creation from the filesystem.
FS is the union of Opener and Creator.
Opener abstracts reading from the filesystem.

# Type aliases

MapFS is an in-memory implementation of FS, where all "files" are map entries, useful for testing.