controllers

package
v0.0.0-...-4edaf8e Latest Latest
Warning

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

Go to latest
Published: Jun 30, 2015 License: AGPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const KKDEV_DEV_MODE = true

Variables

This section is empty.

Functions

This section is empty.

Types

type App

type App struct {
	*revel.Controller
}

func (App) API_GetCommentByChunk

func (c App) API_GetCommentByChunk() revel.Result

func (App) API_PostComment

func (c App) API_PostComment() revel.Result

func (App) CommentBasic

func (c App) CommentBasic(chunk string) revel.Result

func (App) Index

func (c App) Index() revel.Result

type CommentItem

type CommentItem struct {
	Id      string `bson:"_id,omitempty"`
	Dt      string `bson:"Dt,omitempty"`
	Email   string `bson:"Email,omitempty"`
	Time    int64  `bson:"Time,omitempty"`
	Ip      string `bson:"Ip,omitempty"`
	CmChunk string `bson:"CmChunk,omitempty"`
	Name    string `bson:"Name,omitempty"`
}

Jump to

Keyboard shortcuts

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