package subject var prefixes = struct { Communication string Order string News string Warehouse string Location string Bank string Supplier string Seller string SupplierUser string SupplierRole string }{ Communication: "communication", Order: "order", News: "news", Warehouse: "warehouse", Location: "location", Supplier: "supplier", Bank: "bank", Seller: "seller", SupplierUser: "supplier_user", SupplierRole: "supplier_role", }