MCPcopy
hub / github.com/mum4k/termdash / SubscribeOption

Interface SubscribeOption

private/event/event.go:191–194  ·  view source on GitHub ↗

SubscribeOption is used to provide options to Subscribe.

Source from the content-addressed store, hash-verified

189
190// SubscribeOption is used to provide options to Subscribe.
191type SubscribeOption interface {
192 // set sets the provided option.
193 set(*subscribeOptions)
194}
195
196// subscribeOptions stores the provided options.
197type subscribeOptions struct {

Callers 1

SubscribeMethod · 0.65

Implementers 1

styleRegistrywidgets/borderfx/borderfxdemo/borderfx

Calls

no outgoing calls

Tested by

no test coverage detected