Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rest protocol #352
Rest protocol #352
Changes from 48 commits
64b9439
5cbba12
2d3a6f7
69020c0
b3fabce
547372f
5120254
d5fccd6
c31030f
cbc59d3
f1908a0
567acb1
e899345
9acc7aa
6a6717f
f48a644
eb1d850
756f87f
88300f4
d9c61c4
9538a34
f51ae5d
8d1dc02
a957054
d93a2a3
114fe40
01361a6
8b884cc
fd0a076
b67b76a
b692796
bc64aed
5f90f48
fd61cc2
cd58dfa
5af6942
eb22fbd
b8ac514
a9c5f8f
5b76b7c
c8a5d15
4738480
4e6aa04
3b46dce
5add5e2
4b01d83
b40361e
182a367
1829072
3a46e04
fa27aa2
84a2b65
fa5ee68
f3b5be5
47e3150
f184ee9
f8f2b56
1fd0ddb
73119b4
0c55d99
46af97f
fea9106
c77e8ff
f5fdc0e
007dd79
3271f08
3364d36
e9fc1f8
dafc2f4
2d8a5cc
a1ff189
e81095f
72fac64
8c53128
69de204
b988571
57a2a8f
66d8a1a
4c50edc
1e9392a
17c29b5
d7cc3af
a4c9d8c
639ddef
7e7dfdb
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
restServers = make(map[string]func() rest_interface.RestServer, 32)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
8 is enough, it have one always.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is
http
suitable to hard code , what abouthttps
?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Https will supported in the future.