1

fix: remove go_package option

This commit is contained in:
Mya 2023-12-29 10:39:39 -06:00
parent 18dfbc0569
commit c8b53c54f4
Signed by: mya
GPG Key ID: 4DFBA0F91AC3544A
5 changed files with 0 additions and 10 deletions

@ -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 {}