Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppendAsset ¶
func AppendAsset(asset *StaticAsset)
Types ¶
type StaticAsset ¶
type StaticAsset struct { Name string `json:"name"` Path string `json:"path"` Type string `json:"type"` Content string `json:"content"` DisableMinify bool `json:"disable_minify"` DisableInline bool `json:"disable_inline"` }
func All ¶
func All() []*StaticAsset
type ThemeConfig ¶
Click to show internal directories.
Click to hide internal directories.