package tapir type Application interface { NewInstance() Application Init(connection *Connection) }