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