events

package
v0.0.0-...-941a20e Latest Latest
Warning

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

Go to latest
Published: May 10, 2017 License: Apache-2.0 Imports: 8 Imported by: 0

README

Step 2: durable storage

This step adds durable storage by using Google Cloud Datastore. You can learn more about it by reading the docs.

Everything we're going to use is the Put operation and Queries. When you see your application working again you should have a look at the Datastore Console either the local one. or the one on Google Cloud Console.

Once you're done, go back to the instructions on datastore.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Event

type Event struct {
	Title       string    `json:"title"`
	Description string    `json:"description"`
	Date        time.Time `json:"date"`
	Location    string    `json:"location"`
}

Event contains the information related to an event.

Jump to

Keyboard shortcuts

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