controllers

package
v0.0.0-...-b63cf6a Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AchieveFiles

type AchieveFiles struct {
	Top      string            `json:"top"`
	TreeData map[string]string `json:"treeData"`
}

type BaseController

type BaseController struct {
	beego.Controller
}

func (*BaseController) ErrorJson

func (this *BaseController) ErrorJson(code int, msg string, data interface{})

func (*BaseController) SuccessJson

func (this *BaseController) SuccessJson(data interface{})

type MainController

type MainController struct {
	beego.Controller
}

func (*MainController) Get

func (c *MainController) Get()

type PLMFileController

type PLMFileController struct {
	BaseController
}

func (*PLMFileController) PLMPreview

func (c *PLMFileController) PLMPreview()

type PreviewController

type PreviewController struct {
	beego.Controller
}

func (*PreviewController) AchieveFileForReview

func (c *PreviewController) AchieveFileForReview()

func (*PreviewController) GetFile

func (c *PreviewController) GetFile()

2 method below only for test

func (*PreviewController) Preview

func (c *PreviewController) Preview()

type ReturnMsg

type ReturnMsg struct {
	Code int
	Msg  string
	Data interface{}
}

Jump to

Keyboard shortcuts

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