Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssetManager ¶
type AssetManager interface { All() []assetmanager.Asset StaticDir() string WithType(t assets.Type) []assetmanager.Asset AddRemote(a *assetmanager.RemoteAsset) AddLocal(a *assetmanager.LocalAsset) }
type Preprocessor ¶
type Runtime ¶
type Runtime struct {
Assets AssetManager
}
Click to show internal directories.
Click to hide internal directories.