Versions in this module Expand all Collapse all v0 v0.1.0 Jul 1, 2024 Changes in this version + var AssetsList = []string + var DefaultFuncMap = template.FuncMap + var List = map[string]string + func Asset(name string) ([]byte, error) + func AssetDir(name string) ([]string, error) + func AssetInfo(name string) (os.FileInfo, error) + func AssetNames() []string + func MustAsset(name string) []byte + func RestoreAsset(dir, name string) error + func RestoreAssets(dir, name string) error + type Installation struct + Name string + func Get() *Installation + func (i *Installation) GetAsset(name string) ([]byte, error) + func (i *Installation) GetAssetList() []string + func (i *Installation) GetContent() template.HTML + func (i *Installation) GetName() string + func (i *Installation) GetTemplate() (*template.Template, string) + func (i *Installation) IsAPage() bool