open-consul/agent/consul/stream
Daniel Nephin 20f7a72792 stream: remove bufferItem.NextLink
Both NextLink and NextNoBlock had the same logic, with slightly
different return values. By adding a bool return value (similar to map
lookups) we can remove the duplicate method.
2021-06-07 17:04:46 -04:00
..
event.go stream: document that Payload must be immutable 2020-11-06 13:00:33 -05:00
event_buffer.go stream: remove bufferItem.NextLink 2021-06-07 17:04:46 -04:00
event_buffer_test.go stream: remove bufferItem.NextLink 2021-06-07 17:04:46 -04:00
event_publisher.go stream: remove bufferItem.NextLink 2021-06-07 17:04:46 -04:00
event_publisher_test.go stream: test the snapshot cache is saved correctly 2021-02-16 12:08:43 -05:00
event_snapshot.go stream: remove bufferItem.NextLink 2021-06-07 17:04:46 -04:00
event_snapshot_test.go stream: remove bufferItem.NextLink 2021-06-07 17:04:46 -04:00
event_test.go stream: document that Payload must be immutable 2020-11-06 13:00:33 -05:00
noop.go stream: Use a no-op event publisher if streaming is disabled 2020-10-28 13:54:19 -04:00
subscription.go stream: document that Payload must be immutable 2020-11-06 13:00:33 -05:00
subscription_test.go testing: skip slow tests with -short 2020-12-07 13:42:55 -05:00