web

package
v0.0.0-...-69154b6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 13, 2020 License: MIT Imports: 9 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IndexCtrl

type IndexCtrl struct {
	CategoryService *service.CategoryService `ioc:"auto"`
	ArticleService  *service.ArticleService  `ioc:"auto"`
}

func (*IndexCtrl) Channel

func (s *IndexCtrl) Channel(ctx *ctrl.HTTPContext) error

func (*IndexCtrl) Index

func (s *IndexCtrl) Index(ctx *ctrl.HTTPContext) error

func (*IndexCtrl) Post

func (s *IndexCtrl) Post(ctx *ctrl.HTTPContext) error

type SkinCtrl

type SkinCtrl struct {
	DictService     *service.DictService     `ioc:"auto"`
	CategoryService *service.CategoryService `ioc:"auto"`
	TemplateDir     string                   `val:"${server.skin_template_dir}"`
	HTMLCompress    bool                     `val:"${server.html_compress}"`
	// contains filtered or unexported fields
}

func (*SkinCtrl) Render

func (s *SkinCtrl) Render(writer io.Writer, name string, data map[string]interface{}) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL