Versions in this module Expand all Collapse all v0 v0.8.0 Jun 11, 2024 Changes in this version + type PredefinedTopics map[string]map[uint16]string + func ParsePredefinedTopicOptions(options ...string) (PredefinedTopics, error) + func ReadPredefinedTopicsFile(file string) (PredefinedTopics, error) + func (t PredefinedTopics) Add(clientID, topicName string, topicID uint16) + func (t PredefinedTopics) GetTopicID(clientID, topic string) (uint16, bool) + func (t PredefinedTopics) GetTopicName(clientID string, topicID uint16) (string, bool) + func (t PredefinedTopics) Merge(src PredefinedTopics)