package engine type Request struct { Id string Dlock string } type Response struct { Id string }