fix: remove go_package option
This commit is contained in:
parent
18dfbc0569
commit
c8b53c54f4
@ -12,8 +12,6 @@ syntax = "proto3";
|
|||||||
|
|
||||||
package contributors.v1;
|
package contributors.v1;
|
||||||
|
|
||||||
option go_package = "code.pitz.tech/licensing/api-go/contributors/v1;contributorsv1";
|
|
||||||
|
|
||||||
service ContributorService {
|
service ContributorService {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -12,8 +12,6 @@ syntax = "proto3";
|
|||||||
|
|
||||||
package licenses.v1;
|
package licenses.v1;
|
||||||
|
|
||||||
option go_package = "code.pitz.tech/licensing/api-go/licenses/v1;licensesv1";
|
|
||||||
|
|
||||||
service LicenseService {
|
service LicenseService {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -12,8 +12,6 @@ syntax = "proto3";
|
|||||||
|
|
||||||
package packages.v1;
|
package packages.v1;
|
||||||
|
|
||||||
option go_package = "code.pitz.tech/licensing/api-go/packages/v1;packagesv1";
|
|
||||||
|
|
||||||
service PackageService {
|
service PackageService {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -12,8 +12,6 @@ syntax = "proto3";
|
|||||||
|
|
||||||
package products.v1;
|
package products.v1;
|
||||||
|
|
||||||
option go_package = "code.pitz.tech/licensing/api-go/products/v1;productsv1";
|
|
||||||
|
|
||||||
service ProductService {
|
service ProductService {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -12,8 +12,6 @@ syntax = "proto3";
|
|||||||
|
|
||||||
package users.v1;
|
package users.v1;
|
||||||
|
|
||||||
option go_package = "code.pitz.tech/licensing/api-go/users/v1;usersv1";
|
|
||||||
|
|
||||||
message SignupRequest {}
|
message SignupRequest {}
|
||||||
message SignupResponse {}
|
message SignupResponse {}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user