Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BundleLoader ¶
type BundleLoader interface {
// Load a bundle from a local file
Load(source string) (*bundle.Bundle, error)
// Load a bundle from raw data
LoadData(data []byte) (*bundle.Bundle, error)
}
BundleLoader provides an interface for loading a bundle
func New ¶
func New() BundleLoader
New creates a loader for bundle files. TODO: remove if unnecessary
Click to show internal directories.
Click to hide internal directories.