package subject type Info struct { Identity string Buyerclass string Contact map[string]*Contact } type Contact struct { Per string Tel string Buyer bool Agency bool Winner bool Owner bool Publishtime int64 }