open-consul/agent/consul/stream
Daniel Nephin 606121fae6 stream.EventSnapshot: reduce the fields on the struct
Many of the fields are only needed in one place, and by using a closure
they can be removed from the struct. This reduces the scope of the variables
making it esier to see how they are used.
2020-07-14 15:57:45 -04:00
..
event.go ProcessChanges: use stream.Event 2020-07-14 15:57:45 -04:00
event_buffer.go stream.EventBuffer: Seed the fuzz test with time.Now() 2020-07-14 15:57:45 -04:00
event_buffer_test.go stream.EventBuffer: Seed the fuzz test with time.Now() 2020-07-14 15:57:45 -04:00
event_snapshot.go stream.EventSnapshot: reduce the fields on the struct 2020-07-14 15:57:45 -04:00
event_snapshot_test.go ProcessChanges: use stream.Event 2020-07-14 15:57:45 -04:00
subscription.go ProcessChanges: use stream.Event 2020-07-14 15:57:45 -04:00
subscription_test.go stream: Use local types for Event Topic SubscriptionRequest 2020-07-14 15:57:45 -04:00