This repository has been archived by the owner on Mar 15, 2024. It is now read-only.
New v0.7.0 release (#2)
helium.Invoke
method for simple applications / tests, see demo3 / demo4helium.Settings
instead ofsettings.App
helium.Settings
has new fieldPrefix
for Env prefixhelium.Settings
fieldFile
can be filled fromos.Getenv("HELIUM_CONFIG")
helium.Settings
fieldType
can be filled fromos.Getenv("HELIUM_CONFIG_TYPE")
settings.App
was renamed tosettings.Core
demo3
- simple example of usagehelium.Invoke
demo3
- simple example of usagehelium.Invoke
andweb.EngineModule
- configuration for logger was renamed from
log
tologger
- update deps
- web.EngineModule
- small fixes