Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CSSService ¶
type CSSService interface {
GetPageCSS(name string) (bool, *PageCSS)
GetPage(name string) (bool, *Page)
UpdatePage(page *Page) bool
}
CSSService CSSService
type PageCSS ¶
type PageCSS struct {
Name string
Background template.CSS
Color template.CSS
PageTitle template.CSS
Link *Link
}
PageCSS PageCSS
type Six910CSSService ¶
type Six910CSSService struct {
CSSStore ds.JSONDatastore
CSSStorePath string
Log *lg.Logger
}
Six910CSSService Six910CSSService
func (*Six910CSSService) GetPage ¶
func (c *Six910CSSService) GetPage(name string) (bool, *Page)
GetPage GetPage
func (*Six910CSSService) GetPageCSS ¶
func (c *Six910CSSService) GetPageCSS(name string) (bool, *PageCSS)
GetPageCSS GetPageCSS
func (*Six910CSSService) UpdatePage ¶
func (c *Six910CSSService) UpdatePage(page *Page) bool
UpdatePage UpdatePage
Click to show internal directories.
Click to hide internal directories.