Versions in this module Expand all Collapse all v1 v1.2.0 Dec 21, 2023 Changes in this version + type App struct + Env monad.Maybe[Env] + VCS monad.Maybe[VCSConfig] + type Env map[string]map[string]map[string]string + func (e *Env) Scan(value any) error + type Query struct + ID string + func (Query) Name_() string + type VCSConfig struct + Token monad.Maybe[storage.SecretString] + Url string