Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-dfs
csst-dfs-proto-py
Commits
7187a5a4
Commit
7187a5a4
authored
Apr 06, 2021
by
Wei Shoulin
Browse files
gaia3
parent
a24225e7
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
csst_dfs_proto/common/ephem/ephem_pb2.py
View file @
7187a5a4
This diff is collapsed.
Click to expand it.
csst_dfs_proto/common/ephem/ephem_pb2_grpc.py
View file @
7187a5a4
...
...
@@ -16,7 +16,7 @@ class EphemSearchSrvStub(object):
"""
self
.
Gaia2Search
=
channel
.
unary_unary
(
'/dfs.ephem.EphemSearchSrv/Gaia2Search'
,
request_serializer
=
common_dot_ephem_dot_ephem__pb2
.
Gaia2
SearchRequest
.
SerializeToString
,
request_serializer
=
common_dot_ephem_dot_ephem__pb2
.
Ephem
SearchRequest
.
SerializeToString
,
response_deserializer
=
common_dot_ephem_dot_ephem__pb2
.
Gaia2SearchResponse
.
FromString
,
)
...
...
@@ -37,7 +37,7 @@ def add_EphemSearchSrvServicer_to_server(servicer, server):
rpc_method_handlers
=
{
'Gaia2Search'
:
grpc
.
unary_unary_rpc_method_handler
(
servicer
.
Gaia2Search
,
request_deserializer
=
common_dot_ephem_dot_ephem__pb2
.
Gaia2
SearchRequest
.
FromString
,
request_deserializer
=
common_dot_ephem_dot_ephem__pb2
.
Ephem
SearchRequest
.
FromString
,
response_serializer
=
common_dot_ephem_dot_ephem__pb2
.
Gaia2SearchResponse
.
SerializeToString
,
),
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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