Fix proto reference paths
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
31aa9e44a9
commit
35af70ed08
@ -2,8 +2,8 @@ syntax = "proto3";
|
|||||||
|
|
||||||
option go_package = "git.itzana.me/strafesnet/protobufs/rpc/servers";
|
option go_package = "git.itzana.me/strafesnet/protobufs/rpc/servers";
|
||||||
|
|
||||||
import "proto/users.proto";
|
import "users.proto";
|
||||||
import "proto/maps.proto";
|
import "maps.proto";
|
||||||
|
|
||||||
package servers;
|
package servers;
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
syntax = "proto3";
|
syntax = "proto3";
|
||||||
|
|
||||||
import "proto/users.proto";
|
import "users.proto";
|
||||||
import "proto/maps.proto";
|
import "maps.proto";
|
||||||
import "proto/bots.proto";
|
import "bots.proto";
|
||||||
|
|
||||||
option go_package = "pkg/rpc/times";
|
option go_package = "pkg/rpc/times";
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ option go_package = "git.itzana.me/strafesnet/protobufs/rpc/transactions";
|
|||||||
|
|
||||||
package transactions;
|
package transactions;
|
||||||
|
|
||||||
import "proto/users.proto";
|
import "users.proto";
|
||||||
import "google/protobuf/struct.proto";
|
import "google/protobuf/struct.proto";
|
||||||
|
|
||||||
service TransactionsService {
|
service TransactionsService {
|
||||||
|
Loading…
Reference in New Issue
Block a user