Versions in this module Expand all Collapse all v0 v0.0.3 Feb 17, 2025 v0.0.2 Apr 28, 2021 v0.0.1 Oct 22, 2020 Changes in this version + func NewLogger(lvl zerolog.Level) zerolog.Logger + type Application struct + Datastorer datastore.Datastorer + EnvName EnvName + Logger zerolog.Logger + Mock bool + func NewApplication(en EnvName, ds datastore.Datastorer, logger zerolog.Logger) *Application + func NewMockedApplication(en EnvName, ds datastore.Datastorer, logger zerolog.Logger) *Application + type EnvName uint8 + const Local + const Production + const QA + const Staging + func (n EnvName) String() string + type GCPSeverityHook struct + func (h GCPSeverityHook) Run(e *zerolog.Event, level zerolog.Level, msg string)