package modweb type Module interface { FriendlyName() string Name() string Init(app *App) }