init
This commit is contained in:
9
Ocelot.Provider.Nacos/NacosClient/LoadBalance/LbKv.cs
Normal file
9
Ocelot.Provider.Nacos/NacosClient/LoadBalance/LbKv.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Ocelot.Provider.Nacos.NacosClient
|
||||
{
|
||||
public class LbKv
|
||||
{
|
||||
public string InstanceId { get; set; }
|
||||
|
||||
public double Weight { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user