package
0.8.9
Repository: https://github.com/influx6/npkg.git
Documentation: pkg.go.dev

# Functions

FileFromByteReader returns a nfs.GetFile function which returns a new nfs.File from provided bytes.Reader.
FileFromReader uses the ReaderFunc type to return a nfs.File from the returned reader if the type is either a nfs.VirtualFilesystem or a bytes.Reader.

# Type aliases

ByteReaderFunc defines a type which returns a byte.Reader for a given string.
ReaderFunc defines a type which returns a io.Reader for a given string.