feat ss改名rs
This commit is contained in:
@@ -3,7 +3,7 @@ package service
|
|||||||
import (
|
import (
|
||||||
"git.hlsq.asia/mmorpg/service-common/discover"
|
"git.hlsq.asia/mmorpg/service-common/discover"
|
||||||
"git.hlsq.asia/mmorpg/service-common/discover/common"
|
"git.hlsq.asia/mmorpg/service-common/discover/common"
|
||||||
"git.hlsq.asia/mmorpg/service-common/proto/ss/grpc_pb"
|
"git.hlsq.asia/mmorpg/service-common/proto/rs/grpc_pb"
|
||||||
)
|
)
|
||||||
|
|
||||||
func GatewayNewClient(sid ...string) (grpc_pb.GatewayClient, error) {
|
func GatewayNewClient(sid ...string) (grpc_pb.GatewayClient, error) {
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ import (
|
|||||||
"git.hlsq.asia/mmorpg/service-common/discover"
|
"git.hlsq.asia/mmorpg/service-common/discover"
|
||||||
"git.hlsq.asia/mmorpg/service-common/discover/common"
|
"git.hlsq.asia/mmorpg/service-common/discover/common"
|
||||||
"git.hlsq.asia/mmorpg/service-common/net/grpc/resolver"
|
"git.hlsq.asia/mmorpg/service-common/net/grpc/resolver"
|
||||||
"git.hlsq.asia/mmorpg/service-common/proto/ss/grpc_pb"
|
"git.hlsq.asia/mmorpg/service-common/proto/rs/grpc_pb"
|
||||||
)
|
)
|
||||||
|
|
||||||
func SceneNewClient(sid ...string) (grpc_pb.SceneClient, error) {
|
func SceneNewClient(sid ...string) (grpc_pb.SceneClient, error) {
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ import (
|
|||||||
"git.hlsq.asia/mmorpg/service-common/discover"
|
"git.hlsq.asia/mmorpg/service-common/discover"
|
||||||
"git.hlsq.asia/mmorpg/service-common/discover/common"
|
"git.hlsq.asia/mmorpg/service-common/discover/common"
|
||||||
"git.hlsq.asia/mmorpg/service-common/net/grpc/resolver"
|
"git.hlsq.asia/mmorpg/service-common/net/grpc/resolver"
|
||||||
"git.hlsq.asia/mmorpg/service-common/proto/ss/grpc_pb"
|
"git.hlsq.asia/mmorpg/service-common/proto/rs/grpc_pb"
|
||||||
)
|
)
|
||||||
|
|
||||||
func UserNewClient(sid ...string) (grpc_pb.UserClient, error) {
|
func UserNewClient(sid ...string) (grpc_pb.UserClient, error) {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
package http_resp
|
package http_resp
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"git.hlsq.asia/mmorpg/service-common/proto/ss/ss_common"
|
"git.hlsq.asia/mmorpg/service-common/proto/rs/rs_common"
|
||||||
"google.golang.org/grpc/codes"
|
"google.golang.org/grpc/codes"
|
||||||
"google.golang.org/grpc/status"
|
"google.golang.org/grpc/status"
|
||||||
)
|
)
|
||||||
@@ -39,7 +39,7 @@ func (c *Code) Error() string {
|
|||||||
|
|
||||||
func (c *Code) Wrap() error {
|
func (c *Code) Wrap() error {
|
||||||
st := status.New(codes.Unknown, c.Error())
|
st := status.New(codes.Unknown, c.Error())
|
||||||
st, _ = st.WithDetails(&ss_common.ErrorInfo{
|
st, _ = st.WithDetails(&rs_common.ErrorInfo{
|
||||||
Code: int32(c.Code()),
|
Code: int32(c.Code()),
|
||||||
Msg: c.Error(),
|
Msg: c.Error(),
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user