Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssetLoader ¶
type AssetLoader interface {
// Open loads a file from the vault.
Open(name string) (http.File, error)
}
AssetLoader implements a function to load an asset from the vault
func NewReactLoader ¶
func NewReactLoader() AssetLoader
NewReactLoader returns a new AssetLoader for the React resources.
Click to show internal directories.
Click to hide internal directories.