Loading api/api.pb.go +2 −1 Original line number Diff line number Diff line Loading @@ -5,10 +5,11 @@ package api import ( fmt "fmt" math "math" proto "github.com/golang/protobuf/proto" timestamp "github.com/golang/protobuf/ptypes/timestamp" wrappers "github.com/golang/protobuf/ptypes/wrappers" math "math" ) // Reference imports to suppress errors if they are not otherwise used. Loading rtapi/realtime.pb.go +2 −1 Original line number Diff line number Diff line Loading @@ -5,11 +5,12 @@ package rtapi import ( fmt "fmt" math "math" proto "github.com/golang/protobuf/proto" timestamp "github.com/golang/protobuf/ptypes/timestamp" wrappers "github.com/golang/protobuf/ptypes/wrappers" api "github.com/heroiclabs/nakama/api" math "math" ) // Reference imports to suppress errors if they are not otherwise used. Loading runtime/runtime.go +1 −0 Original line number Diff line number Diff line Loading @@ -88,6 +88,7 @@ package runtime import ( "context" "database/sql" "github.com/heroiclabs/nakama/api" "github.com/heroiclabs/nakama/rtapi" ) Loading server/api.go +4 −3 Original line number Diff line number Diff line Loading @@ -19,14 +19,15 @@ import ( "database/sql" "encoding/base64" "fmt" "go.opencensus.io/stats" "go.opencensus.io/tag" "go.opencensus.io/trace" "net" "net/http" "strings" "time" "go.opencensus.io/stats" "go.opencensus.io/tag" "go.opencensus.io/trace" "github.com/heroiclabs/nakama/api" "google.golang.org/grpc/peer" Loading server/api_authenticate.go +2 −1 Original line number Diff line number Diff line Loading @@ -16,12 +16,13 @@ package server import ( "errors" "go.uber.org/zap" "math/rand" "regexp" "strings" "time" "go.uber.org/zap" "github.com/dgrijalva/jwt-go" "github.com/gofrs/uuid" "github.com/heroiclabs/nakama/api" Loading Loading
api/api.pb.go +2 −1 Original line number Diff line number Diff line Loading @@ -5,10 +5,11 @@ package api import ( fmt "fmt" math "math" proto "github.com/golang/protobuf/proto" timestamp "github.com/golang/protobuf/ptypes/timestamp" wrappers "github.com/golang/protobuf/ptypes/wrappers" math "math" ) // Reference imports to suppress errors if they are not otherwise used. Loading
rtapi/realtime.pb.go +2 −1 Original line number Diff line number Diff line Loading @@ -5,11 +5,12 @@ package rtapi import ( fmt "fmt" math "math" proto "github.com/golang/protobuf/proto" timestamp "github.com/golang/protobuf/ptypes/timestamp" wrappers "github.com/golang/protobuf/ptypes/wrappers" api "github.com/heroiclabs/nakama/api" math "math" ) // Reference imports to suppress errors if they are not otherwise used. Loading
runtime/runtime.go +1 −0 Original line number Diff line number Diff line Loading @@ -88,6 +88,7 @@ package runtime import ( "context" "database/sql" "github.com/heroiclabs/nakama/api" "github.com/heroiclabs/nakama/rtapi" ) Loading
server/api.go +4 −3 Original line number Diff line number Diff line Loading @@ -19,14 +19,15 @@ import ( "database/sql" "encoding/base64" "fmt" "go.opencensus.io/stats" "go.opencensus.io/tag" "go.opencensus.io/trace" "net" "net/http" "strings" "time" "go.opencensus.io/stats" "go.opencensus.io/tag" "go.opencensus.io/trace" "github.com/heroiclabs/nakama/api" "google.golang.org/grpc/peer" Loading
server/api_authenticate.go +2 −1 Original line number Diff line number Diff line Loading @@ -16,12 +16,13 @@ package server import ( "errors" "go.uber.org/zap" "math/rand" "regexp" "strings" "time" "go.uber.org/zap" "github.com/dgrijalva/jwt-go" "github.com/gofrs/uuid" "github.com/heroiclabs/nakama/api" Loading