Documentation ¶
Index ¶
Constants ¶
View Source
const ( COLORSCHEME_SKIN_BLACK = "skin-black" COLORSCHEME_SKIN_BLACK_LIGHT = "skin-black-light" COLORSCHEME_SKIN_BLUE = "skin-blue" COLORSCHEME_SKIN_BLUE_LIGHT = "skin-blue-light" COLORSCHEME_SKIN_GREEN = "skin-green" COLORSCHEME_SKIN_GREEN_LIGHT = "skin-green-light" COLORSCHEME_SKIN_PURPLE = "skin-purple" COLORSCHEME_SKIN_PURPLE_LIGHT = "skin-purple-light" COLORSCHEME_SKIN_RED = "skin-red" COLORSCHEME_SKIN_RED_LIGHT = "skin-red-light" COLORSCHEME_SKIN_YELLOW = "skin-yellow" COLORSCHEME_SKIN_YELLOW_LIGHT = "skin-yellow-light" )
Variables ¶
View Source
var Adminlte = Theme{ Name: "adminlte", Base: components.Base{ Attribute: types.Attribute{ TemplateList: tmpl.List, }, }, }
Functions ¶
This section is empty.
Types ¶
type Theme ¶
type Theme struct { Name string components.Base }
func (*Theme) GetAssetList ¶
func (*Theme) GetTemplate ¶
func (*Theme) GetTmplList ¶
Click to show internal directories.
Click to hide internal directories.