Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller consists instance for a type of data
func (*Controller) Content ¶
func (c *Controller) Content() []*Item
Content returns the content from its cache
func (*Controller) Item ¶
func (c *Controller) Item(itemID string) (result *Item)
Item returns the Item found with specified itemID
Click to show internal directories.
Click to hide internal directories.