Add gRPC server implementation and database integration for marketplace and products
This commit is contained in:
		
							
								
								
									
										8
									
								
								internal/marketplace/entities.go
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								internal/marketplace/entities.go
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
package marketplace
 | 
			
		||||
 | 
			
		||||
type Marketplace struct {
 | 
			
		||||
	ID              int    `json:"id"`
 | 
			
		||||
	BaseMarketplace int    `json:"base_marketplace"`
 | 
			
		||||
	AuthData        string `json:"auth_data"`
 | 
			
		||||
	WarehouseID     string `json:"warehouse_id"`
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user