Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DbProvider = func(c context.Context) (db dal.DB, err error) { panic("gae.DbProvider is not set") }
View Source
var GaeLogger = (log.Logger)(logger{}) // TODO: move outside of bots framework
GaeLogger is a logger for GAE environment
Functions ¶
Types ¶
type GaeBaseStore ¶
type GaeBaseStore struct {
// contains filtered or unexported fields
}
GaeBaseStore is base store for GAE
func NewGaeBaseStore ¶
func NewGaeBaseStore(entityKind string) GaeBaseStore
NewGaeBaseStore creates base store for GAE
Click to show internal directories.
Click to hide internal directories.