controllers

package
v0.0.0-...-2918666 Latest Latest
Warning

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

Go to latest
Published: Nov 19, 2014 License: MIT Imports: 6 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BaseController

type BaseController struct {
	beego.Controller
}

func (*BaseController) SetupEnv

func (this *BaseController) SetupEnv()

type FilesController

type FilesController struct {
	BaseController
}

func (*FilesController) Delete

func (this *FilesController) Delete()

func (*FilesController) Index

func (this *FilesController) Index()

func (*FilesController) New

func (this *FilesController) New()

func (*FilesController) Prepare

func (this *FilesController) Prepare()

func (*FilesController) Read

func (this *FilesController) Read()

func (*FilesController) Update

func (this *FilesController) Update()

func (*FilesController) Write

func (this *FilesController) Write()

type HomeController

type HomeController struct {
	BaseController
}

func (*HomeController) Get

func (this *HomeController) Get()

func (*HomeController) Prepare

func (this *HomeController) Prepare()

type NewFile

type NewFile struct {
	Filename string
	Content  string
}

type PathItem

type PathItem struct {
	Path  string     `json:"name"`
	Items []PathItem `json:"items"`
}

type Textfile

type Textfile struct {
	Data string `json:"data"`
}

Jump to

Keyboard shortcuts

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