evolvegae

package module
v0.0.0-...-06c6cc4 Latest Latest
Warning

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

Go to latest
Published: Nov 30, 2015 License: MIT Imports: 12 Imported by: 0

README

evolve-gae

Documentation

Index

Constants

View Source
const (
	DS_KIND_EVOLUTION = "Evolution"
	DS_KIND_USER      = "User"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Evolution

type Evolution struct {
	NextSeed      int64
	Latest        evolve.Genome
	Ancestry      []evolve.Genome `datastore:"-"`
	AncestryBytes []byte          `datastore:",noindex"`
	AncestorCount int
	CreatedAt     time.Time
	UpdatedAt     time.Time
	// contains filtered or unexported fields
}

func (*Evolution) Load

func (e *Evolution) Load(c <-chan datastore.Property) error

func (*Evolution) Save

func (e *Evolution) Save(c chan<- datastore.Property) error

type User

type User struct {
	Email     string
	GoogleID  string
	CreatedAt time.Time
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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