Versions in this module Expand all Collapse all v1 v1.0.0 Jun 22, 2023 Changes in this version + const Binding + type Application struct + func NewApplication(envPath string) *Application + func (app *Application) Add(name string, configuration any) + func (app *Application) Env(envName string, defaultValue ...any) any + func (app *Application) Get(path string, defaultValue ...any) any + func (app *Application) GetBool(path string, defaultValue ...any) bool + func (app *Application) GetInt(path string, defaultValue ...any) int + func (app *Application) GetString(path string, defaultValue ...any) string + type ServiceProvider struct + func (config *ServiceProvider) Boot(app foundation.Application) + func (config *ServiceProvider) Register(app foundation.Application)