Author | SHA1 | Message | Date |
---|---|---|---|
M. J. Fromberger |
441ecbaeec
|
types: rename and extend the EventData interface (#7687)
This is the interface shared by types that can be used as event data in, for example, subscriptions via the RPC. To be compatible with the RPC service, data need to support JSON encoding. Require this as part of the interface. |
3 years ago |
M. J. Fromberger |
079c7af007
|
pubsub: use concrete queries instead of an interface (#7686)
Remove the pubsub.Query interface and instead use the concrete query type. Nothing uses any other implementation but pubsub/query. * query: remove the error from the Matches method * Update all usage. |
3 years ago |
Sam Kleinman |
3c8955e4b8
|
errors: formating cleanup (#7507) | 3 years ago |
M. J. Fromberger |
82738eb016
|
Move the libs/pubsub package to internal scope (#7451)
No API changes, merely changes the import path. |
3 years ago |