forked from TrueCloudLab/frostfs-api
[#127] netmap: Add doc comments
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
1affb7e458
commit
1594dc1f60
1 changed files with 3 additions and 0 deletions
|
@ -66,6 +66,7 @@ message LocalNodeInfoResponse {
|
|||
neo.fs.v2.session.ResponseVerificationHeader verify_header = 3;
|
||||
}
|
||||
|
||||
// Get NetworkInfo structure with the network view from particular node.
|
||||
message NetworkInfoRequest {
|
||||
// NetworkInfo request body is empty.
|
||||
message Body {
|
||||
|
@ -83,6 +84,8 @@ message NetworkInfoRequest {
|
|||
neo.fs.v2.session.RequestVerificationHeader verify_header = 3;
|
||||
}
|
||||
|
||||
// Response with NetworkInfo structure including current epoch and
|
||||
// sidechain magic number.
|
||||
message NetworkInfoResponse {
|
||||
// Information about the network.
|
||||
message Body {
|
||||
|
|
Loading…
Reference in a new issue