MCPcopy
hub / github.com/openpubkey/opkssh / defaultFileSystem

Struct defaultFileSystem

policy/files/filesystem.go:62–67  ·  view source on GitHub ↗

defaultFileSystem implements FileSystem by delegating to existing platform-specific implementations.

Source from the content-addressed store, hash-verified

60// defaultFileSystem implements FileSystem by delegating to existing
61// platform-specific implementations.
62type defaultFileSystem struct {
63 afs afero.Fs
64 ops FilePermsOps
65 checker *PermsChecker
66 acl ACLVerifier
67}
68
69// FileSystemOption configures a FileSystem created by NewFileSystem.
70type FileSystemOption func(*defaultFileSystem)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected