package user type Service interface { // 注册 Registry() // 注销 UnRegistry() }