Versions in this module Expand all Collapse all v0 v0.1.3 Sep 13, 2021 Changes in this version type Env + Api bool + func GetApiEnv() *Env + func GetEnv() *Env v0.1.2 Sep 9, 2021 Changes in this version + const AssetHandlerPattern + const AssetPattern + const AssetRoot + type Env struct + Assets http.FileSystem + DS data.Datastore + EF models.EntityFactory + MessageLocator *msg.MessageLocator + Services *services.Services + TStore template.TStore + Templates *packr.Box + func GetWebEnv() *Env + type EnvContext struct + Env *Env + func (ec *EnvContext) FormValueRequired(formValue string) string + func (ec *EnvContext) RequestData() request.RData + type TData map[string]interface + func NewTemplateData() TData + func NewTemplateDataWithRequestData(requestData request.RData) TData