package apps type App interface { Init() Run() Stop() }