Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeFooFunc ¶ added in v0.132.0
Types ¶
type FooJSONMapping ¶
type FooJSONMapping struct{}
type FooQueue ¶ added in v0.128.0
type FooQueue struct { ID FooQueueID `ext:"id"` pubsub.Publisher[Foo] pubsub.Subscriber[Foo] }
func (FooQueue) SetPublisher ¶ added in v0.128.0
func (FooQueue) SetSubscriber ¶ added in v0.128.0
func (fq FooQueue) SetSubscriber(s pubsub.Subscriber[Foo])
type FooQueueID ¶ added in v0.128.0
type FooQueueID string
Click to show internal directories.
Click to hide internal directories.