1package book 2 3type BookParams struct { 4 Yes24Id string 5 Title string 6 Author string 7 Description string 8}