Categorygithub.com/go-various/micro
repositorypackage
1.0.3
Repository: https://github.com/go-various/micro.git
Documentation: pkg.go.dev

# README

microservice client

##使用方法

  • 实现Service接口
type Service interface {
	GetServers() ([]Server, error)
}

see client_test.go