Documentation ¶
Index ¶
- Variables
- func CheckAuth(login string, pass string) error
- func Close()
- func DeleteRetain(topic string, qos int) error
- func DeleteSubscription(id string, topic string) error
- func FetchRetain() (map[string]*packet.WillMessage, error)
- func FetchSubcription(id string) (map[string]int, error)
- func Open(dbName string) error
- func SaveRetain(topic string, payload string, qos int) error
- func SaveSubscription(id string, topic string, qos int) error
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNotFound = errors.New("empty result set")
)
Functions ¶
func DeleteRetain ¶
func DeleteSubscription ¶
func FetchRetain ¶
func FetchRetain() (map[string]*packet.WillMessage, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.