Categorygithub.com/mccutchen/go-appengine-skeleton
modulepackage
0.0.0-20241231150030-8e4bf08c8a0f
Repository: https://github.com/mccutchen/go-appengine-skeleton.git
Documentation: pkg.go.dev

# README

go-appengine-skeleton

# Functions

NewApp creates a new App, customized with the given options.
NewDB creates a new DB.
WithLogger sets the logger for an App.

# Structs

App is the main application.
DB is a layer of business logic on top of an underlying datastore.
User is a user.

# Type aliases

AppOption customizes an App.