aboutus

package
v0.0.0-...-a622702 Latest Latest
Warning

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

Go to latest
Published: Mar 2, 2015 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewIncompleteKey

func NewIncompleteKey(ctx appengine.Context) *datastore.Key

func NewKey

func NewKey(ctx appengine.Context, str_id string, int_id int64) *datastore.Key

Types

type AboutUs

type AboutUs struct {
	ID        int64     `json:"ID"`
	Title     string    `json:"title"`
	DateAdded time.Time `json:"date_added"`
	Body      string    `json:"body" datastore:",noindex"`
}

func Get

func Get(ctx appengine.Context) (AboutUs, error)

func (*AboutUs) Delete

func (a *AboutUs) Delete(ctx appengine.Context) error

func (*AboutUs) Save

func (a *AboutUs) Save(ctx appengine.Context) error

Jump to

Keyboard shortcuts

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