Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CtrlServer ¶
type CtrlServer struct { ArcC *ArcCtrl CatC *CatCtrl PagC *PagCtrl TweC *TweCtrl ErrC *ErrCtrl IndC *IndCtrl // contains filtered or unexported fields }
func NewCtrl ¶
func NewCtrl() *CtrlServer
func (*CtrlServer) SetCache ¶
func (c *CtrlServer) SetCache(cache *cache.Cache)
func (*CtrlServer) SetConfig ¶
func (c *CtrlServer) SetConfig(conf *config.ConfigData)
func (*CtrlServer) SetModel ¶
func (c *CtrlServer) SetModel(model *model.Model)
func (*CtrlServer) SetViewRender ¶
func (c *CtrlServer) SetViewRender(vr *view.ViewRender)
Click to show internal directories.
Click to hide internal directories.