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";
|
||||
|
||||
import "proto/users.proto";
|
||||
import "proto/maps.proto";
|
||||
import "users.proto";
|
||||
import "maps.proto";
|
||||
|
||||
package servers;
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
syntax = "proto3";
|
||||
|
||||
import "proto/users.proto";
|
||||
import "proto/maps.proto";
|
||||
import "proto/bots.proto";
|
||||
import "users.proto";
|
||||
import "maps.proto";
|
||||
import "bots.proto";
|
||||
|
||||
option go_package = "pkg/rpc/times";
|
||||
|
||||
|
@ -4,7 +4,7 @@ option go_package = "git.itzana.me/strafesnet/protobufs/rpc/transactions";
|
||||
|
||||
package transactions;
|
||||
|
||||
import "proto/users.proto";
|
||||
import "users.proto";
|
||||
import "google/protobuf/struct.proto";
|
||||
|
||||
service TransactionsService {
|
||||
|
Loading…
Reference in New Issue
Block a user