[#1] Fix project name in control service
Signed-off-by: Stanislav Bogatyrev <s.bogatyrev@yadro.com>
This commit is contained in:
parent
f825cfac78
commit
c761a95eef
12 changed files with 37 additions and 37 deletions
|
@ -8,7 +8,7 @@ import (
|
|||
"google.golang.org/grpc/status"
|
||||
)
|
||||
|
||||
// SetNetmapStatus sets node status in NeoFS network.
|
||||
// SetNetmapStatus sets node status in FrostFS network.
|
||||
//
|
||||
// If request is unsigned or signed by disallowed key, permission error returns.
|
||||
func (s *Server) SetNetmapStatus(ctx context.Context, req *control.SetNetmapStatusRequest) (*control.SetNetmapStatusResponse, error) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue