Skip to content

Commit

Permalink
Merge pull request #335 from dimoibiehg/master
Browse files Browse the repository at this point in the history
fix: incompatible `UnImplemented`s and some broken remote Github package addresses in the hotel reservation application--caused errors in building the package
  • Loading branch information
cdelimitrou authored May 8, 2024
2 parents 80b3109 + 911f19d commit 223da8a
Show file tree
Hide file tree
Showing 36 changed files with 97 additions and 97 deletions.
8 changes: 4 additions & 4 deletions hotelReservation/cmd/attractions/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ import (
"os"
"strconv"

"github.com/delimitrou/DeathStarBench/hotelreservation/registry"
"github.com/delimitrou/DeathStarBench/hotelreservation/services/attractions"
"github.com/delimitrou/DeathStarBench/hotelreservation/tracing"
"github.com/delimitrou/DeathStarBench/hotelreservation/tune"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/attractions"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tracing"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tune"

"github.com/rs/zerolog"
"github.com/rs/zerolog/log"
Expand Down
8 changes: 4 additions & 4 deletions hotelReservation/cmd/frontend/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import (
"strconv"
"time"

"github.com/delimitrou/DeathStarBench/hotelreservation/registry"
"github.com/delimitrou/DeathStarBench/hotelreservation/services/frontend"
"github.com/delimitrou/DeathStarBench/hotelreservation/tracing"
"github.com/delimitrou/DeathStarBench/hotelreservation/tune"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/frontend"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tracing"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tune"
"github.com/rs/zerolog"
"github.com/rs/zerolog/log"
)
Expand Down
8 changes: 4 additions & 4 deletions hotelReservation/cmd/geo/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import (
"strconv"
"time"

"github.com/delimitrou/DeathStarBench/hotelreservation/registry"
"github.com/delimitrou/DeathStarBench/hotelreservation/services/geo"
"github.com/delimitrou/DeathStarBench/hotelreservation/tracing"
"github.com/delimitrou/DeathStarBench/hotelreservation/tune"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/geo"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tracing"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tune"
"github.com/rs/zerolog"
"github.com/rs/zerolog/log"
)
Expand Down
8 changes: 4 additions & 4 deletions hotelReservation/cmd/profile/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import (
"strconv"
"time"

"github.com/delimitrou/DeathStarBench/hotelreservation/registry"
"github.com/delimitrou/DeathStarBench/hotelreservation/services/profile"
"github.com/delimitrou/DeathStarBench/hotelreservation/tracing"
"github.com/delimitrou/DeathStarBench/hotelreservation/tune"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/profile"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tracing"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tune"
"github.com/rs/zerolog"
"github.com/rs/zerolog/log"
)
Expand Down
8 changes: 4 additions & 4 deletions hotelReservation/cmd/rate/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ import (
"os"
"strconv"

"github.com/delimitrou/DeathStarBench/hotelreservation/registry"
"github.com/delimitrou/DeathStarBench/hotelreservation/services/rate"
"github.com/delimitrou/DeathStarBench/hotelreservation/tracing"
"github.com/delimitrou/DeathStarBench/hotelreservation/tune"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/rate"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tracing"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tune"
"github.com/rs/zerolog"
"github.com/rs/zerolog/log"

Expand Down
8 changes: 4 additions & 4 deletions hotelReservation/cmd/recommendation/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ import (

"strconv"

"github.com/delimitrou/DeathStarBench/hotelreservation/registry"
"github.com/delimitrou/DeathStarBench/hotelreservation/services/recommendation"
"github.com/delimitrou/DeathStarBench/hotelreservation/tracing"
"github.com/delimitrou/DeathStarBench/hotelreservation/tune"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/recommendation"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tracing"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tune"
"github.com/rs/zerolog"
"github.com/rs/zerolog/log"
)
Expand Down
8 changes: 4 additions & 4 deletions hotelReservation/cmd/reservation/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import (
"strconv"
"time"

"github.com/delimitrou/DeathStarBench/hotelreservation/registry"
"github.com/delimitrou/DeathStarBench/hotelreservation/services/reservation"
"github.com/delimitrou/DeathStarBench/hotelreservation/tracing"
"github.com/delimitrou/DeathStarBench/hotelreservation/tune"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/reservation"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tracing"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tune"
"github.com/rs/zerolog"
"github.com/rs/zerolog/log"
)
Expand Down
8 changes: 4 additions & 4 deletions hotelReservation/cmd/review/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ import (
"os"
"strconv"

"github.com/delimitrou/DeathStarBench/hotelreservation/registry"
"github.com/delimitrou/DeathStarBench/hotelreservation/services/review"
"github.com/delimitrou/DeathStarBench/hotelreservation/tracing"
"github.com/delimitrou/DeathStarBench/hotelreservation/tune"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/review"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tracing"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tune"

"github.com/rs/zerolog"
"github.com/rs/zerolog/log"
Expand Down
8 changes: 4 additions & 4 deletions hotelReservation/cmd/search/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ import (

"strconv"

"github.com/delimitrou/DeathStarBench/hotelreservation/registry"
"github.com/delimitrou/DeathStarBench/hotelreservation/services/search"
"github.com/delimitrou/DeathStarBench/hotelreservation/tracing"
"github.com/delimitrou/DeathStarBench/hotelreservation/tune"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/search"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tracing"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tune"
"github.com/rs/zerolog"
"github.com/rs/zerolog/log"
)
Expand Down
8 changes: 4 additions & 4 deletions hotelReservation/cmd/user/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import (
"strconv"
"time"

"github.com/delimitrou/DeathStarBench/hotelreservation/registry"
"github.com/delimitrou/DeathStarBench/hotelreservation/services/user"
"github.com/delimitrou/DeathStarBench/hotelreservation/tracing"
"github.com/delimitrou/DeathStarBench/hotelreservation/tune"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/user"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tracing"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tune"
"github.com/rs/zerolog"
"github.com/rs/zerolog/log"
)
Expand Down
2 changes: 1 addition & 1 deletion hotelReservation/dialer/dialer.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"time"

"github.com/delimitrou/DeathStarBench/hotelreservation/tls"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tls"
"github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc"
consul "github.com/hashicorp/consul/api"
opentracing "github.com/opentracing/opentracing-go"
Expand Down
2 changes: 1 addition & 1 deletion hotelReservation/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/delimitrou/DeathStarBench/hotelreservation
module github.com/delimitrou/DeathStarBench/tree/master/hotelReservation

go 1.18

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ syntax = "proto3";

package attractions;

option go_package="github.com/delimitrou/DeathStarBench/hotelreservation/services/attractions";
option go_package="github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/attractions";

service Attractions {
rpc NearbyRest(Request) returns (Result);
Expand Down
6 changes: 3 additions & 3 deletions hotelReservation/services/attractions/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import (
"net"
"time"

"github.com/delimitrou/DeathStarBench/hotelreservation/registry"
pb "github.com/delimitrou/DeathStarBench/hotelreservation/services/attractions/proto"
"github.com/delimitrou/DeathStarBench/hotelreservation/tls"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry"
pb "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/attractions/proto"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tls"
"github.com/google/uuid"
"github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc"
"github.com/hailocab/go-geoindex"
Expand Down
22 changes: 11 additions & 11 deletions hotelReservation/services/frontend/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ import (
"net/http"
"strconv"

"github.com/delimitrou/DeathStarBench/hotelreservation/dialer"
"github.com/delimitrou/DeathStarBench/hotelreservation/registry"
attractions "github.com/delimitrou/DeathStarBench/hotelreservation/services/attractions/proto"
profile "github.com/delimitrou/DeathStarBench/hotelreservation/services/profile/proto"
recommendation "github.com/delimitrou/DeathStarBench/hotelreservation/services/recommendation/proto"
reservation "github.com/delimitrou/DeathStarBench/hotelreservation/services/reservation/proto"
review "github.com/delimitrou/DeathStarBench/hotelreservation/services/review/proto"
search "github.com/delimitrou/DeathStarBench/hotelreservation/services/search/proto"
user "github.com/delimitrou/DeathStarBench/hotelreservation/services/user/proto"
"github.com/delimitrou/DeathStarBench/hotelreservation/tls"
"github.com/delimitrou/DeathStarBench/hotelreservation/tracing"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/dialer"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry"
attractions "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/attractions/proto"
profile "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/profile/proto"
recommendation "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/recommendation/proto"
reservation "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/reservation/proto"
review "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/review/proto"
search "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/search/proto"
user "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/user/proto"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tls"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tracing"
_ "github.com/mbobakov/grpc-consul-resolver"
"github.com/opentracing/opentracing-go"
"github.com/rs/zerolog/log"
Expand Down
2 changes: 1 addition & 1 deletion hotelReservation/services/geo/proto/geo.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ syntax = "proto3";

package geo;

option go_package = "github.com/delimitrou/DeathStarBench/hotelreservation/services/geo";
option go_package = "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/geo";

service Geo {
// Finds the hotels contained nearby the current lat/lon.
Expand Down
6 changes: 3 additions & 3 deletions hotelReservation/services/geo/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import (
"net"
"time"

"github.com/delimitrou/DeathStarBench/hotelreservation/registry"
pb "github.com/delimitrou/DeathStarBench/hotelreservation/services/geo/proto"
"github.com/delimitrou/DeathStarBench/hotelreservation/tls"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry"
pb "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/geo/proto"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tls"
"github.com/google/uuid"
"github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc"
"github.com/hailocab/go-geoindex"
Expand Down
2 changes: 1 addition & 1 deletion hotelReservation/services/profile/proto/profile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ syntax = "proto3";

package profile;

option go_package = "github.com/delimitrou/DeathStarBench/hotelreservation/services/profile";
option go_package = "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/profile";

service Profile {
rpc GetProfiles(Request) returns (Result);
Expand Down
6 changes: 3 additions & 3 deletions hotelReservation/services/profile/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import (
"time"

"github.com/bradfitz/gomemcache/memcache"
"github.com/delimitrou/DeathStarBench/hotelreservation/registry"
pb "github.com/delimitrou/DeathStarBench/hotelreservation/services/profile/proto"
"github.com/delimitrou/DeathStarBench/hotelreservation/tls"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry"
pb "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/profile/proto"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tls"
"github.com/google/uuid"
"github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc"
"github.com/opentracing/opentracing-go"
Expand Down
2 changes: 1 addition & 1 deletion hotelReservation/services/rate/proto/rate.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ syntax = "proto3";

package rate;

option go_package = "github.com/delimitrou/DeathStarBench/hotelreservation/services/rate";
option go_package = "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/rate";

service Rate {
// GetRates returns rate codes for hotels for a given date range
Expand Down
6 changes: 3 additions & 3 deletions hotelReservation/services/rate/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ import (
"time"

"github.com/bradfitz/gomemcache/memcache"
"github.com/delimitrou/DeathStarBench/hotelreservation/registry"
pb "github.com/delimitrou/DeathStarBench/hotelreservation/services/rate/proto"
"github.com/delimitrou/DeathStarBench/hotelreservation/tls"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry"
pb "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/rate/proto"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tls"
"github.com/google/uuid"
"github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc"
"github.com/opentracing/opentracing-go"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ syntax = "proto3";

package recommendation;

option go_package = "github.com/delimitrou/DeathStarBench/hotelreservation/services/recommendation";
option go_package = "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/recommendation";

service Recommendation {
// GetRecommendations returns recommended hotels for a given requirement
Expand Down
6 changes: 3 additions & 3 deletions hotelReservation/services/recommendation/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import (
"net"
"time"

"github.com/delimitrou/DeathStarBench/hotelreservation/registry"
pb "github.com/delimitrou/DeathStarBench/hotelreservation/services/recommendation/proto"
"github.com/delimitrou/DeathStarBench/hotelreservation/tls"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry"
pb "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/recommendation/proto"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tls"
"github.com/google/uuid"
"github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc"
"github.com/hailocab/go-geoindex"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ syntax = "proto3";

package reservation;

option go_package = "github.com/delimitrou/DeathStarBench/hotelreservation/services/reservation";
option go_package = "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/reservation";

service Reservation {
// MakeReservation makes a reservation based on given information
Expand Down
6 changes: 3 additions & 3 deletions hotelReservation/services/reservation/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import (
"time"

"github.com/bradfitz/gomemcache/memcache"
"github.com/delimitrou/DeathStarBench/hotelreservation/registry"
pb "github.com/delimitrou/DeathStarBench/hotelreservation/services/reservation/proto"
"github.com/delimitrou/DeathStarBench/hotelreservation/tls"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry"
pb "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/reservation/proto"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tls"
"github.com/google/uuid"
"github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc"
"github.com/opentracing/opentracing-go"
Expand Down
2 changes: 1 addition & 1 deletion hotelReservation/services/review/proto/review.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ syntax = "proto3";

package review;

option go_package="github.com/delimitrou/DeathStarBench/hotelreservation/services/review";
option go_package="github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/review";

service Review {
rpc GetReviews(Request) returns (Result);
Expand Down
6 changes: 3 additions & 3 deletions hotelReservation/services/review/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ import (

"github.com/rs/zerolog/log"

"github.com/delimitrou/DeathStarBench/hotelreservation/registry"
pb "github.com/delimitrou/DeathStarBench/hotelreservation/services/review/proto"
"github.com/delimitrou/DeathStarBench/hotelreservation/tls"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry"
pb "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/review/proto"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tls"
"github.com/google/uuid"
"github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc"
"github.com/opentracing/opentracing-go"
Expand Down
2 changes: 1 addition & 1 deletion hotelReservation/services/search/proto/search.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ syntax = "proto3";

package search;

option go_package = "github.com/delimitrou/DeathStarBench/hotelreservation/services/proto";
option go_package = "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/proto";

// Search service returns best hotel chocies for a user.
service Search {
Expand Down
12 changes: 6 additions & 6 deletions hotelReservation/services/search/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ import (
"net"
"time"

"github.com/delimitrou/DeathStarBench/hotelreservation/dialer"
"github.com/delimitrou/DeathStarBench/hotelreservation/registry"
geo "github.com/delimitrou/DeathStarBench/hotelreservation/services/geo/proto"
rate "github.com/delimitrou/DeathStarBench/hotelreservation/services/rate/proto"
pb "github.com/delimitrou/DeathStarBench/hotelreservation/services/search/proto"
"github.com/delimitrou/DeathStarBench/hotelreservation/tls"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/dialer"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry"
geo "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/geo/proto"
rate "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/rate/proto"
pb "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/search/proto"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tls"
"github.com/google/uuid"
"github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc"
_ "github.com/mbobakov/grpc-consul-resolver"
Expand Down
2 changes: 1 addition & 1 deletion hotelReservation/services/user/proto/user.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ syntax = "proto3";

package user;

option go_package = "github.com/delimitrou/DeathStarBench/hotelreservation/services/user";
option go_package = "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/user";

service User {
// CheckUser returns whether the username and password are correct
Expand Down
6 changes: 3 additions & 3 deletions hotelReservation/services/user/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import (
"net"
"time"

"github.com/delimitrou/DeathStarBench/hotelreservation/registry"
pb "github.com/delimitrou/DeathStarBench/hotelreservation/services/user/proto"
"github.com/delimitrou/DeathStarBench/hotelreservation/tls"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/registry"
pb "github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/services/user/proto"
"github.com/delimitrou/DeathStarBench/tree/master/hotelReservation/tls"
"github.com/google/uuid"
"github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc"
"github.com/opentracing/opentracing-go"
Expand Down
Loading

0 comments on commit 223da8a

Please sign in to comment.