package model type Entity struct { Name string Address Address Contact string IBAN string } type Address struct { Street string Number string ZIPCode string Place string Country string }