We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
没有这个接口无法提供go-micro注册中心的插件实现
type Registry interface { Init(...Option) error Options() Options Register(*Service, ...RegisterOption) error Deregister(*Service) error GetService(string) ([]*Service, error) ListServices() ([]*Service, error) Watch(...WatchOption) (Watcher, error) String() string }
The text was updated successfully, but these errors were encountered:
/discovery/fetch/all
Sorry, something went wrong.
nice,建议在api.md中加上这个api的文档。
对, 建议在文档上加一下, 这个我找了好久
No branches or pull requests
没有这个接口无法提供go-micro注册中心的插件实现
The text was updated successfully, but these errors were encountered: