controllers

package
v0.0.0-...-dbf3736 Latest Latest
Warning

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

Go to latest
Published: Jul 14, 2018 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AttachController

type AttachController struct {
	beego.Controller
}

func (*AttachController) Get

func (c *AttachController) Get()

type Catchimage

type Catchimage struct {
	State string      `json:"state"` //这些第一个字母要大写,否则不出结果
	List  []ListCatch `json:"list"`
}

type CategoryController

type CategoryController struct {
	beego.Controller
}

func (*CategoryController) Add

func (c *CategoryController) Add()

type List

type List struct {
	Url string `json:"url"`
}

type ListCatch

type ListCatch struct {
	Url    string `json:"url"`
	Source string `json:"source"`
	State  string `json:"state"`
}

type Listimage

type Listimage struct {
	State string `json:"state"` //这些第一个字母要大写,否则不出结果
	List  []List `json:"list"`
	Start int    `json:"start"`
	Total int    `json:"total"`
}

type UeditorController

type UeditorController struct {
	beego.Controller
}

func (*UeditorController) ControllerUE

func (c *UeditorController) ControllerUE()

type UploadimageUE

type UploadimageUE struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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