Skip to content
New issue

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

缺少获取所有的appId的api #44

Open
jiyeyuran opened this issue Aug 21, 2019 · 3 comments
Open

缺少获取所有的appId的api #44

jiyeyuran opened this issue Aug 21, 2019 · 3 comments

Comments

@jiyeyuran
Copy link

没有这个接口无法提供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
}
@lintanghui
Copy link
Member

/discovery/fetch/all

@jiyeyuran
Copy link
Author

nice,建议在api.md中加上这个api的文档。

@huajason
Copy link

对, 建议在文档上加一下, 这个我找了好久

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants