gitee.com/h79/goutils@v1.22.10/discovery/service/service.go (about) 1 package service 2 3 type Service interface { 4 Base 5 Config 6 }