Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CarouselService ¶
type CarouselService interface { GetCarousel(name string) (bool, *Carousel) UpdateCarousel(car *Carousel) bool }
CarouselService CarouselService
type Six910CarouselService ¶
type Six910CarouselService struct { Store ds.JSONDatastore StorePath string Log *lg.Logger }
Six910CarouselService Six910CarouselService
func (*Six910CarouselService) GetCarousel ¶
func (c *Six910CarouselService) GetCarousel(name string) (bool, *Carousel)
GetCarousel GetCarousel
func (*Six910CarouselService) GetNew ¶
func (c *Six910CarouselService) GetNew() CarouselService
GetNew GetNew
func (*Six910CarouselService) UpdateCarousel ¶
func (c *Six910CarouselService) UpdateCarousel(car *Carousel) bool
UpdateCarousel UpdateCarousel
Click to show internal directories.
Click to hide internal directories.