Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChunkNotifierStore ¶
type ExampleChunkMatcher ¶
type ExampleChunkMatcher struct{}
func (*ExampleChunkMatcher) Match ¶
func (cn *ExampleChunkMatcher) Match(n listener.Notification, address string) bool
type ExampleChunkNotifier ¶
type ExampleChunkNotifier struct {
// contains filtered or unexported fields
}
func NewExampleChunkNotifier ¶
func NewExampleChunkNotifier(cstore ChunkNotifierStore) *ExampleChunkNotifier
func (*ExampleChunkNotifier) Notify ¶
func (cn *ExampleChunkNotifier) Notify(c *types.ChunkNotification) error
type ExampleChunkWaiter ¶
type ExampleChunkWaiter struct {
// contains filtered or unexported fields
}
func NewExampleChunkWaiter ¶
func NewExampleChunkWaiter(awb broadcaster.Broadcaster) *ExampleChunkWaiter
func (*ExampleChunkWaiter) WaitForChunk ¶
func (cw *ExampleChunkWaiter) WaitForChunk(c *types.ChunkNotification)
Click to show internal directories.
Click to hide internal directories.