package response import "log-server/model/example" type ExaCustomerResponse struct { Customer example.ExaCustomer `json:"customer"` }