Versions in this module Expand all Collapse all v1 v1.10.2 Jun 26, 2023 Changes in this version + const Binding v1.10.1 Mar 31, 2023 Changes in this version + type Application struct + func NewApplication(envPath string) *Application + func (app *Application) Add(name string, configuration map[string]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() + func (config *ServiceProvider) Register()