Versions in this module Expand all Collapse all v5 v5.0.1 Jul 28, 2026 Changes in this version + func PublishJSON(parseTopic string, parseRaw json.RawMessage) error + func Publish[T any](parseTopic string, parseValue T) + func RegisterTopic[T any](parseTopic string) + func RegisteredTopicCodecs() []string + func Subscribe[T any](parseTopic string, parseHandler func(T)) (parseUnsubscribe func()) + func SubscriberCount(parseTopic string) int + type TopicHandle struct + func UseTopic[T any](parseTopic string, parseHandler func(T), parseOptions ...TopicOption) TopicHandle[T] + func (parseH TopicHandle[T]) Publish(parseValue T) + func (parseH TopicHandle[T]) Topic() string + type TopicInfo struct + Subscribers int + Topic string + func Topics() []TopicInfo + type TopicOption struct + func WithReplayLast() TopicOption Other modules containing this package github.com/monstercameron/GoWebComponents/v4