module hunt.service.RegistryConfig;

struct RegistryConfig
{
	string ip; ///neton ip
	ushort port; /// neton port
	string serviceName;
}