Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FSReader ¶ added in v0.25.0
type FSReader interface {
Open(name string) (fs.ReadDirFile, error)
}
type FilesystemReader ¶ added in v0.25.0
type FilesystemReader struct {
// contains filtered or unexported fields
}
func NewReadonlyFilesystemStore ¶ added in v0.25.0
func NewReadonlyFilesystemStore(path string, fs FSReader) *FilesystemReader
type FilesystemStore ¶
type FilesystemStore struct { FilesystemReader // contains filtered or unexported fields }
func NewFilesystemStore ¶
func NewFilesystemStore(path string, fs FS) *FilesystemStore
Click to show internal directories.
Click to hide internal directories.