Skip to content

Commit 89cf6a4

Browse files
authored
Merge pull request #60 from krakend/fix_namespace
Fix github namespace for packages
2 parents 508eb2c + bb02fe7 commit 89cf6a4

29 files changed

Lines changed: 34 additions & 34 deletions

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ As KrakenD is an API gateway, we have added surrounding services:
2222
## Installation
2323
Clone this repository:
2424

25-
git clone git@github.com:krakendio/playground-enterprise.git
25+
git clone git@github.com:krakend/playground-enterprise.git
2626

2727
## Demo video
2828
Click to play on Youtube (with subtitles)
@@ -220,4 +220,4 @@ If you have any questions or doubts, you can find our support resources at [http
220220

221221
---
222222

223-
_Note: if you're looking for the KrakenD Community Edition Playground, you'll find it here: https://github.com/krakendio/krakend-playground_
223+
_Note: if you're looking for the KrakenD Community Edition Playground, you'll find it here: https://github.com/krakend/krakend-playground_

images/grpc/contracts/flights/flights.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import "lib/time_range.proto";
77

88
package flight_finder;
99

10-
option go_package = "github.com/krakendio/playground-enterprise/images/grpc/genlib/flights";
10+
option go_package = "github.com/krakend/playground-enterprise/images/grpc/genlib/flights";
1111

1212
service Flights {
1313
rpc FindFlight(FindFlightRequest) returns (FindFlightResponse) {}

images/grpc/contracts/lib/geoposition.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ syntax = "proto3";
22

33
package krakend_playground;
44

5-
option go_package = "github.com/krakendio/playground-enterprise/images/grpc/genlib/lib";
5+
option go_package = "github.com/krakend/playground-enterprise/images/grpc/genlib/lib";
66

77
message GeoPosition {
88
float latitude = 1;

images/grpc/contracts/lib/location.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import "lib/geoposition.proto";
44

55
package krakend_playground;
66

7-
option go_package = "github.com/krakendio/playground-enterprise/images/grpc/genlib/lib";
7+
option go_package = "github.com/krakend/playground-enterprise/images/grpc/genlib/lib";
88

99
message Address {
1010
string country_code = 1;

images/grpc/contracts/lib/pagination.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ syntax = "proto3";
22

33
package pagination;
44

5-
option go_package = "github.com/krakendio/playground-enterprise/images/grpc/genlib/lib";
5+
option go_package = "github.com/krakend/playground-enterprise/images/grpc/genlib/lib";
66

77
message Page {
88
int32 size = 1;

images/grpc/contracts/lib/time_range.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import "google/protobuf/timestamp.proto";
44

55
package krakend_playground;
66

7-
option go_package = "github.com/krakendio/playground-enterprise/images/grpc/genlib/lib";
7+
option go_package = "github.com/krakend/playground-enterprise/images/grpc/genlib/lib";
88

99
message TimeRange {
1010
google.protobuf.Timestamp start = 1;

images/grpc/contracts/trains/trains.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import "lib/location.proto";
77

88
package train_finder;
99

10-
option go_package = "github.com/krakendio/playground-enterprise/images/grpc/genlib/trains";
10+
option go_package = "github.com/krakend/playground-enterprise/images/grpc/genlib/trains";
1111

1212
service Trains {
1313
rpc FindTrains(FindTrainRequest) returns (FindTrainResponse) {}
-2 Bytes
Binary file not shown.

images/grpc/defs/lib/geoposition.pb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
lib/geoposition.protokrakend_playground"G
44
GeoPosition
55
latitude (Rlatitude
6-
longitude (R longitudeBCZAgithub.com/krakendio/playground-enterprise/images/grpc/genlib/libbproto3
6+
longitude (R longitudeBCZAgithub.com/krakend/playground-enterprise/images/grpc/genlib/libbproto3

images/grpc/defs/lib/location.pb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
address_line ( R addressLine"~
88
Location5
99
address ( 2.krakend_playground.AddressRaddress;
10-
position ( 2.krakend_playground.GeoPositionRpositionBCZAgithub.com/krakendio/playground-enterprise/images/grpc/genlib/libbproto3
10+
position ( 2.krakend_playground.GeoPositionRpositionBCZAgithub.com/krakend/playground-enterprise/images/grpc/genlib/libbproto3

0 commit comments

Comments
 (0)