package com.dounine.corgi.register.api; /** * Created by huanghuanlai on 2016/10/21. */ public interface RegNode{ String getAddress(); String getPath(); }