feat: add postgres repository for training
This commit is contained in:
		
							parent
							
								
									8c277ef692
								
							
						
					
					
						commit
						ff7e320481
					
				
					 19 changed files with 1277 additions and 414 deletions
				
			
		|  | @ -338,7 +338,7 @@ func TestServer(t *testing.T) { | |||
| 			IsOnline:  false, | ||||
| 			Location:  "NYC", | ||||
| 			StartTime: date, | ||||
| 			Price: money.Price{ | ||||
| 			Price: money.Money{ | ||||
| 				Amount:   decimal.NewFromInt(200), | ||||
| 				Currency: "EUR", | ||||
| 			}, | ||||
|  | @ -384,7 +384,7 @@ func TestServer(t *testing.T) { | |||
| 			IsOnline:  false, | ||||
| 			Location:  "NYC", | ||||
| 			StartTime: date, | ||||
| 			Price: money.Price{ | ||||
| 			Price: money.Money{ | ||||
| 				Amount:   decimal.NewFromInt(200), | ||||
| 				Currency: "EUR", | ||||
| 			}, | ||||
|  | @ -447,7 +447,7 @@ func TestServer(t *testing.T) { | |||
| 			IsOnline:  false, | ||||
| 			Location:  "NYC", | ||||
| 			StartTime: date, | ||||
| 			Price: money.Price{ | ||||
| 			Price: money.Money{ | ||||
| 				Amount:   decimal.NewFromInt(200), | ||||
| 				Currency: "EUR", | ||||
| 			}, | ||||
|  | @ -510,7 +510,7 @@ func TestServer(t *testing.T) { | |||
| 				IsOnline:  false, | ||||
| 				Location:  "NYC", | ||||
| 				StartTime: date, | ||||
| 				Price: money.Price{ | ||||
| 				Price: money.Money{ | ||||
| 					Amount:   decimal.NewFromInt(200), | ||||
| 					Currency: "EUR", | ||||
| 				}, | ||||
|  | @ -584,7 +584,7 @@ func TestServer(t *testing.T) { | |||
| 				IsOnline:  false, | ||||
| 				Location:  "NYC", | ||||
| 				StartTime: date, | ||||
| 				Price: money.Price{ | ||||
| 				Price: money.Money{ | ||||
| 					Amount:   decimal.NewFromInt(200), | ||||
| 					Currency: "EUR", | ||||
| 				}, | ||||
|  | @ -599,7 +599,7 @@ func TestServer(t *testing.T) { | |||
| 				IsOnline:  false, | ||||
| 				Location:  "NYC", | ||||
| 				StartTime: date, | ||||
| 				Price: money.Price{ | ||||
| 				Price: money.Money{ | ||||
| 					Amount:   decimal.NewFromInt(200), | ||||
| 					Currency: "EUR", | ||||
| 				}, | ||||
|  | @ -614,7 +614,7 @@ func TestServer(t *testing.T) { | |||
| 				IsOnline:  false, | ||||
| 				Location:  "NYC", | ||||
| 				StartTime: date, | ||||
| 				Price: money.Price{ | ||||
| 				Price: money.Money{ | ||||
| 					Amount:   decimal.NewFromInt(200), | ||||
| 					Currency: "EUR", | ||||
| 				}, | ||||
|  | @ -663,7 +663,7 @@ func TestServer(t *testing.T) { | |||
| 			IsOnline:  false, | ||||
| 			Location:  "NYC", | ||||
| 			StartTime: date, | ||||
| 			Price: money.Price{ | ||||
| 			Price: money.Money{ | ||||
| 				Amount:   decimal.NewFromInt(200), | ||||
| 				Currency: "EUR", | ||||
| 			}, | ||||
|  | @ -705,7 +705,7 @@ func TestServer(t *testing.T) { | |||
| 			IsOnline:  false, | ||||
| 			Location:  "NYC", | ||||
| 			StartTime: date, | ||||
| 			Price: money.Price{ | ||||
| 			Price: money.Money{ | ||||
| 				Amount:   decimal.NewFromInt(200), | ||||
| 				Currency: "EUR", | ||||
| 			}, | ||||
|  | @ -765,7 +765,7 @@ func TestServer(t *testing.T) { | |||
| 			IsOnline:  false, | ||||
| 			Location:  "NYC", | ||||
| 			StartTime: date, | ||||
| 			Price: money.Price{ | ||||
| 			Price: money.Money{ | ||||
| 				Amount:   decimal.NewFromInt(200), | ||||
| 				Currency: "EUR", | ||||
| 			}, | ||||
|  | @ -782,7 +782,7 @@ func TestServer(t *testing.T) { | |||
| 				Position:  "Software Engineer", | ||||
| 				Phone:     "+420 123 456 789", | ||||
| 				IsStudent: false, | ||||
| 				Bill: money.Price{ | ||||
| 				Bill: money.Money{ | ||||
| 					Amount:   td.Price.Amount, | ||||
| 					Currency: td.Price.Currency, | ||||
| 				}, | ||||
|  | @ -842,7 +842,7 @@ func TestServer(t *testing.T) { | |||
| 			IsOnline:  false, | ||||
| 			Location:  "NYC", | ||||
| 			StartTime: date, | ||||
| 			Price: money.Price{ | ||||
| 			Price: money.Money{ | ||||
| 				Amount:   decimal.NewFromInt(200), | ||||
| 				Currency: "EUR", | ||||
| 			}, | ||||
|  | @ -856,7 +856,7 @@ func TestServer(t *testing.T) { | |||
| 			Position:  "Software Engineer", | ||||
| 			Phone:     "+420 123 456 789", | ||||
| 			IsStudent: false, | ||||
| 			Bill: money.Price{ | ||||
| 			Bill: money.Money{ | ||||
| 				Amount:   td.Price.Amount, | ||||
| 				Currency: td.Price.Currency, | ||||
| 			}, | ||||
|  | @ -909,7 +909,7 @@ func TestServer(t *testing.T) { | |||
| 			IsOnline:  false, | ||||
| 			Location:  "NYC", | ||||
| 			StartTime: date, | ||||
| 			Price: money.Price{ | ||||
| 			Price: money.Money{ | ||||
| 				Amount:   decimal.NewFromInt(200), | ||||
| 				Currency: "EUR", | ||||
| 			}, | ||||
|  | @ -923,7 +923,7 @@ func TestServer(t *testing.T) { | |||
| 			Position:  "Software Engineer", | ||||
| 			Phone:     "+420 123 456 789", | ||||
| 			IsStudent: false, | ||||
| 			Bill: money.Price{ | ||||
| 			Bill: money.Money{ | ||||
| 				Amount:   td.Price.Amount, | ||||
| 				Currency: td.Price.Currency, | ||||
| 			}, | ||||
|  | @ -986,7 +986,7 @@ func TestServer(t *testing.T) { | |||
| 			IsOnline:  false, | ||||
| 			Location:  "NYC", | ||||
| 			StartTime: date, | ||||
| 			Price: money.Price{ | ||||
| 			Price: money.Money{ | ||||
| 				Amount:   decimal.NewFromInt(200), | ||||
| 				Currency: "EUR", | ||||
| 			}, | ||||
|  | @ -1000,7 +1000,7 @@ func TestServer(t *testing.T) { | |||
| 			Position:  "Software Engineer", | ||||
| 			Phone:     "+420 123 456 789", | ||||
| 			IsStudent: false, | ||||
| 			Bill: money.Price{ | ||||
| 			Bill: money.Money{ | ||||
| 				Amount:   td.Price.Amount, | ||||
| 				Currency: td.Price.Currency, | ||||
| 			}, | ||||
|  | @ -1046,7 +1046,7 @@ func TestServer(t *testing.T) { | |||
| 			IsOnline:  false, | ||||
| 			Location:  "NYC", | ||||
| 			StartTime: date, | ||||
| 			Price: money.Price{ | ||||
| 			Price: money.Money{ | ||||
| 				Amount:   decimal.NewFromInt(200), | ||||
| 				Currency: "EUR", | ||||
| 			}, | ||||
|  | @ -1064,7 +1064,7 @@ func TestServer(t *testing.T) { | |||
| 			Position:  "Software Engineer", | ||||
| 			Phone:     "+420 123 456 789", | ||||
| 			IsStudent: false, | ||||
| 			Bill: money.Price{ | ||||
| 			Bill: money.Money{ | ||||
| 				Amount:   td.Price.Amount, | ||||
| 				Currency: td.Price.Currency, | ||||
| 			}, | ||||
|  | @ -1123,7 +1123,7 @@ func TestServer(t *testing.T) { | |||
| 			IsOnline:  false, | ||||
| 			Location:  "NYC", | ||||
| 			StartTime: date, | ||||
| 			Price: money.Price{ | ||||
| 			Price: money.Money{ | ||||
| 				Amount:   decimal.NewFromInt(200), | ||||
| 				Currency: "EUR", | ||||
| 			}, | ||||
|  | @ -1141,7 +1141,7 @@ func TestServer(t *testing.T) { | |||
| 			Position:  "Software Engineer", | ||||
| 			Phone:     "+420 123 456 789", | ||||
| 			IsStudent: false, | ||||
| 			Bill: money.Price{ | ||||
| 			Bill: money.Money{ | ||||
| 				Amount:   td.Price.Amount, | ||||
| 				Currency: td.Price.Currency, | ||||
| 			}, | ||||
|  | @ -1200,7 +1200,7 @@ func TestServer(t *testing.T) { | |||
| 			IsOnline:  false, | ||||
| 			Location:  "NYC", | ||||
| 			StartTime: date, | ||||
| 			Price: money.Price{ | ||||
| 			Price: money.Money{ | ||||
| 				Amount:   decimal.NewFromInt(200), | ||||
| 				Currency: "EUR", | ||||
| 			}, | ||||
|  | @ -1216,7 +1216,7 @@ func TestServer(t *testing.T) { | |||
| 				Position:  "Software Engineer", | ||||
| 				Phone:     "+420 123 456 789", | ||||
| 				IsStudent: false, | ||||
| 				Bill: money.Price{ | ||||
| 				Bill: money.Money{ | ||||
| 					Amount:   td.Price.Amount, | ||||
| 					Currency: td.Price.Currency, | ||||
| 				}, | ||||
|  |  | |||
		Reference in a new issue