adminseo

package
v0.0.0-...-8d6dda1 Latest Latest
Warning

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

Go to latest
Published: Mar 3, 2020 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Create

func Create(c *core.Context)

func Info

func Info(c *core.Context)

func List

func List(c *core.Context)

func Update

func Update(c *core.Context)

Types

type ReqCreate

type ReqCreate struct {
	Page        string `json:"page"`        //页面
	Statement   string `json:"statement"`   //页面说明
	Title       string `json:"title"`       //SEO标题
	Keywords    string `json:"keywords"`    //SEO关键字
	Description string `json:"description"` //SEO摘要
}

type ReqInfo

type ReqInfo struct {
	Id int `form:"id"`
}

type ReqList

type ReqList struct {
	Name string `form:"name"`
	trans.ReqPage
}

type ReqUpdate

type ReqUpdate struct {
	Id          int    `json:"id"`
	Page        string `json:"page"`        //页面
	Statement   string `json:"statement"`   //页面说明
	Title       string `json:"title"`       //SEO标题
	Keywords    string `json:"keywords"`    //SEO关键字
	Description string `json:"description"` //SEO摘要
}

Jump to

Keyboard shortcuts

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