package common type Context interface { } type StartFct = func(Context)