[#1] Remove unnecessary layer
Signed-off-by: Ivan Pchelintsev <i.pchelintsev@yadro.com>
This commit is contained in:
parent
b307c2c899
commit
6f24f567c1
11 changed files with 103 additions and 158 deletions
9
src/FrostFS.SDK.ModelsV2/Netmap/NodeInfo.cs
Normal file
9
src/FrostFS.SDK.ModelsV2/Netmap/NodeInfo.cs
Normal file
|
@ -0,0 +1,9 @@
|
|||
using FrostFS.SDK.ModelsV2.Enums;
|
||||
|
||||
namespace FrostFS.SDK.ModelsV2.Netmap;
|
||||
|
||||
public class NodeInfo
|
||||
{
|
||||
public NodeState State { get; set; }
|
||||
public Version Version { get; set; }
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue