//
pkg.gl
Category
github.com/go-various/micro
repository
package
1.0.3
Repository:
https://github.com/go-various/micro.git
Documentation:
pkg.go.dev
Overview
Dependencies
17
Dependents
0
#
README
microservice client
##使用方法
实现Service接口
type Service interface { GetServers() ([]Server, error) }
see
client_test.go