//
pkg.gl
Category
github.com/mccutchen/go-appengine-skeleton
module
package
0.0.0-20241231150030-8e4bf08c8a0f
Repository:
https://github.com/mccutchen/go-appengine-skeleton.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
10
Dependents
0
Files
143 SLOC
#
README
go-appengine-skeleton
#
Functions
NewApp
NewApp creates a new App, customized with the given options.
NewDB
NewDB creates a new DB.
WithLogger
WithLogger sets the logger for an App.
#
Structs
App
App is the main application.
DB
DB is a layer of business logic on top of an underlying datastore.
User
User is a user.
#
Type aliases
AppOption
AppOption customizes an App.