Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNotImpl = errors.New("the method is not implement")
)
Functions ¶
This section is empty.
Types ¶
type ConfigHandler ¶
TODO: implement
type DeRegister ¶
type Registry ¶
type Registry interface { Register(ctx context.Context, addr, ver string) (DeRegister, error) LookupService(ctx context.Context, options ...LookupAndWatchServiceOption) ([]Service, error) WatchService(ctx context.Context, handler ServiceHandler, options ...LookupAndWatchServiceOption) error }
type ServiceHandler ¶
TODO: implement
Click to show internal directories.
Click to hide internal directories.