testimonials

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

This section is empty.

Types

type Job

type Job struct {
	Title       string `json:"title"`
	Description string `json:"desc"`
}

type Mention

type Mention struct {
	Name string `json:"name"`
	Copy string `json:"copy"`
}

type Testimonial

type Testimonial struct {
	ID      int64     `json:"id"`
	Job     Job       `json:"job"`
	Mention Mention   `json:"mention"`
	Created time.Time `json:"-"`
}

func All

func All(ctx appengine.Context) ([]Testimonial, error)

func (*Testimonial) Delete

func (t *Testimonial) Delete(ctx appengine.Context) error

func (*Testimonial) Get

func (t *Testimonial) Get(ctx appengine.Context) error

func (*Testimonial) Save

func (t *Testimonial) Save(ctx appengine.Context) error

Jump to

Keyboard shortcuts

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