Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
common
system-client
Commits
5f36edb6
Commit
5f36edb6
authored
1 month ago
by
zhangyuan
Browse files
Options
Download
Email Patches
Plain Diff
init
parent
3bc57e1e
main
v0.1.1
v0.1.0
v0.0.9
v0.0.8
v0.0.7
v0.0.6
v0.0.5
v0.0.4
v0.0.3
v0.0.2
No related merge requests found
Pipeline
#821
failed with stages
in 0 seconds
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
client_grpc.go
+1
-1
client_grpc.go
client_http.go
+1
-1
client_http.go
go.sum
+3
-1
go.sum
http_api_test.go
+1
-1
http_api_test.go
with
6 additions
and
4 deletions
+6
-4
client_grpc.go
+
1
-
1
View file @
5f36edb6
...
...
@@ -8,7 +8,7 @@ import (
"errors"
"github.com/zhangyuanCloud/common"
"github.com/zhangyuanCloud/common/utils"
"gitlab.novgate.com/
common/common-
system-client/pb"
"gitlab.novgate.com/system-client/pb"
"google.golang.org/grpc"
"google.golang.org/grpc/credentials"
"os"
...
...
This diff is collapsed.
Click to expand it.
client_http.go
+
1
-
1
View file @
5f36edb6
...
...
@@ -7,7 +7,7 @@ import (
"fmt"
"github.com/zhangyuanCloud/common"
"github.com/zhangyuanCloud/common/utils"
"gitlab.novgate.com/
common/common-
system-client/pb"
"gitlab.novgate.com/system-client/pb"
"io"
"net/http"
)
...
...
This diff is collapsed.
Click to expand it.
go.sum
+
3
-
1
View file @
5f36edb6
...
...
@@ -10,6 +10,7 @@ github.com/cloudwego/base64x v0.1.4 h1:jwCgWpFanWmN8xoIUHa2rtzmkd5J2plF/dnLS6Xd/
github.com/cloudwego/base64x
v0.1.4/go.mod h1:
0zlkT4Wn5C6NdauXdJRhSKRlJvmclQ1hhJgA0rcu/8w=
github.com/cloudwego/iasm
v0.2.0 h1:
1KNIy1I1H9hNNFEEH3DVnI4UujN+1zjpuk6gwHLTssg=
github.com/cloudwego/iasm
v0.2.0/go.mod h1:
8rXZaNYT2n95jn+zTI1sDr+IgcD2GVs0nlbbQPiEFhY=
github.com/creack/pty
v1.1.9/go.mod h1:
oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/davecgh/go-spew
v1.1.0/go.mod h1:
J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew
v1.1.1 h1:
vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew
v1.1.1/go.mod h1:
J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
...
...
@@ -53,8 +54,9 @@ github.com/klauspost/cpuid/v2 v2.2.7 h1:ZWSB3igEs+d0qvnxR/ZBzXVmxkgt8DdzP6m9pfuV
github.com/klauspost/cpuid/v2
v2.2.7/go.mod h1:
Lcz8mBdAVJIBVzewtcLocK12l3Y+JytZYpaMropDUws=
github.com/knz/go-libedit
v1.10.1/go.mod h1:
MZTVkCWyz0oBc7JOWP3wNAzd002ZbM/5hgShxwh4x8M=
github.com/kr/pty
v1.1.1/go.mod h1:
pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/text
v0.1.0 h1:
45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
github.com/kr/text
v0.1.0/go.mod h1:
4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/kr/text
v0.2.0 h1:
5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text
v0.2.0/go.mod h1:
eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/leodido/go-urn
v1.4.0 h1:
WT9HwE9SGECu3lg4d/dIA+jxlljEa1/ffXKmRjqdmIQ=
github.com/leodido/go-urn
v1.4.0/go.mod h1:
bvxc+MVxLKB4z00jd1z+Dvzr47oO32F/QSNjSBOlFxI=
github.com/lib/pq
v1.10.5 h1:
J+gdV2cUmX7ZqL2B0lFcW0m+egaHC2V3lpO8nWxyYiQ=
...
...
This diff is collapsed.
Click to expand it.
http_api_test.go
+
1
-
1
View file @
5f36edb6
...
...
@@ -2,7 +2,7 @@ package client
import
(
"fmt"
"gitlab.novgate.com/
common/common-
system-client/pb"
"gitlab.novgate.com/system-client/pb"
"testing"
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help