improve broker/store/config/server interfaces #88

Open
opened 2021-08-10 22:42:55 +03:00 by vtolstov · 0 comments
vtolstov commented 2021-08-10 22:42:55 +03:00 (Migrated from github.com)
  • add Watch(ctx context.Context) Watcher method
  • Watcher interface have:
    • Next() (Event, error) method
    • Close() error method
  • add event package with types EventError/EventClosed ?
* add Watch(ctx context.Context) Watcher method * Watcher interface have: * Next() (Event, error) method * Close() error method * add event package with types EventError/EventClosed ?
Sign in to join this conversation.
No description provided.