devapp

package
v0.0.0-...-8927fdd Latest Latest
Warning

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

Go to latest
Published: Mar 17, 2017 License: BSD-3-Clause Imports: 35 Imported by: 0

Documentation

Overview

Package devapp implements a simple App Engine app for generating and serving Go project release dashboards using the godash command/library.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cache

type Cache struct {
	// Value contains a gzipped gob'd serialization of the object
	// to be cached. It must be []byte to avail ourselves of the
	// datastore's 1 MB size limit.
	Value []byte
}

Cache is a datastore entity type that contains serialized data for dashboards.

type Page

type Page struct {
	// Content is the complete HTML of the page.
	Content []byte
}

type UserPref

type UserPref struct {
	Muted []string
}

UserPref holds user preferences; stored in the datastore under email address.

Jump to

Keyboard shortcuts

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