package entity type Client struct { Id int Name string Surname string Age int Address string }