Versions in this module Expand all Collapse all v0 v0.19.4 May 24, 2023 Changes in this version + type Layer struct + func Bindata(name string, fs http.FileSystem) *Layer + func Local(name, base string, sub ...string) *Layer + func (l *Layer) Name() string + func (l *Layer) Open(name string) (http.File, error) + type LayeredFS struct + func Layered(layers ...*Layer) *LayeredFS + func (l *LayeredFS) GetFileLayerName(elems ...string) string + func (l *LayeredFS) ListAllFiles(name string, fileMode ...bool) ([]string, error) + func (l *LayeredFS) ListFiles(name string, fileMode ...bool) ([]string, error) + func (l *LayeredFS) Open(name string) (http.File, error) + func (l *LayeredFS) ReadFile(elems ...string) ([]byte, error) + func (l *LayeredFS) ReadLayeredFile(elems ...string) ([]byte, string, error) + func (l *LayeredFS) WatchLocalChanges(ctx context.Context, callback func())