Documentation ¶ Index ¶ type HelloController func (ctr *HelloController) File(c *gallop.Context) gallop.File func (ctr *HelloController) Hello(c *gallop.Context) string func (ctr *HelloController) Json(c *gallop.Context) gallop.Json Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type HelloController ¶ type HelloController struct { Demo *config.Demo `inject:""` Demo1 *config.Demo `inject:"demo"` Cfg *config.Configuration `inject:""` } func (*HelloController) File ¶ func (ctr *HelloController) File(c *gallop.Context) gallop.File func (*HelloController) Hello ¶ func (ctr *HelloController) Hello(c *gallop.Context) string func (*HelloController) Json ¶ func (ctr *HelloController) Json(c *gallop.Context) gallop.Json Source Files ¶ View all Source files hello.go Click to show internal directories. Click to hide internal directories.