Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
grpc-web-go-client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
grpc-web-go-client
Merge requests
!5
Tls websockets
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Open
Tls websockets
tls-websockets
into
release
Overview
8
Commits
15
Pipelines
0
Changes
12
6 open threads
Hide all comments
Open
Tls websockets
Jonah Husson
requested to merge
tls-websockets
into
release
Dec 16, 2022
Overview
8
Commits
15
Pipelines
0
Changes
12
6 open threads
Hide all comments
0
0
Merge request reports
Compare
release
version 9
aa5283bb
Jan 17, 2023
version 8
72b6dd25
Jan 13, 2023
version 7
2658221b
Jan 13, 2023
version 6
7cf47303
Dec 16, 2022
version 5
041e45a0
Dec 16, 2022
version 4
33e5d060
Dec 16, 2022
version 3
18372557
Dec 16, 2022
version 2
3b04195d
Dec 16, 2022
version 1
f3786a79
Dec 16, 2022
release (base)
and
latest version
latest version
26f76d6c
15 commits,
Jan 17, 2023
version 9
aa5283bb
14 commits,
Jan 17, 2023
version 8
72b6dd25
13 commits,
Jan 13, 2023
version 7
2658221b
12 commits,
Jan 13, 2023
version 6
7cf47303
11 commits,
Dec 16, 2022
version 5
041e45a0
10 commits,
Dec 16, 2022
version 4
33e5d060
9 commits,
Dec 16, 2022
version 3
18372557
8 commits,
Dec 16, 2022
version 2
3b04195d
7 commits,
Dec 16, 2022
version 1
f3786a79
6 commits,
Dec 16, 2022
12 files
+
1387
−
150
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
12
grpcweb/grpcweb_reflection_v1alpha/reflection.go
+
1
−
1
View file @ 26f76d6c
Edit in single-file editor
Open in Web IDE
Show full file
@@ -3,7 +3,7 @@ package grpcweb_reflection_v1alpha
import
(
"errors"
"git
hub.com/ktr0731
/grpc-web-go-client/grpcweb"
"git
.xx.network/elixxir
/grpc-web-go-client/grpcweb"
context
"golang.org/x/net/context"
grpc
"google.golang.org/grpc"
pb
"google.golang.org/grpc/reflection/grpc_reflection_v1alpha"
Loading