Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bundle ¶
type Bundle struct {
// contains filtered or unexported fields
}
func (*Bundle) StoreInDir ¶
StoreInDir compiles all files in the Bundle to the given output directory.
type Bundler ¶
type Bundler struct {
// contains filtered or unexported fields
}
func NewBundler ¶
func NewBundler() *Bundler
type FsFileHandler ¶
type FsFileHandler struct {
// contains filtered or unexported fields
}
func NewFsFileHandler ¶
func NewFsFileHandler(fs fs.FS, src, dest string) *FsFileHandler
func (*FsFileHandler) Files ¶
func (h *FsFileHandler) Files() ([]string, error)
type FsGlobHandler ¶
type FsGlobHandler struct {
// contains filtered or unexported fields
}
func NewFsDirHandler ¶
func NewFsDirHandler(fs fs.FS, srcDir, dstDir string) *FsGlobHandler
func NewFsGlobHandler ¶
func NewFsGlobHandler(fs fs.FS, srcDir, glob, dstDir string) *FsGlobHandler
func (*FsGlobHandler) Files ¶
func (h *FsGlobHandler) Files() ([]string, error)
Click to show internal directories.
Click to hide internal directories.