package Models import ( "AnP/Interfaces" "AnP/Modules" "sync" ) type AnPModel struct { WaitGroup *sync.WaitGroup Request Interfaces.URLPathInterface Settings Interfaces.SettingsInterface I18N Interfaces.I18NInterface Attributes Interfaces.AttributesInterface Components Interfaces.ComponentsInterface Applications Interfaces.ApplicationsInterface WMarkDown *Modules.WMarkDown HTTPServers Interfaces.HTTPServersInterfaces }