package proto type Request struct { Target string Token string } type Response struct { Code int Message string }