Versions in this module Expand all Collapse all v1 v1.5.0 Feb 25, 2023 v1.2.0 Oct 12, 2022 Changes in this version + type Auth struct + func New(confFile string) (*Auth, error) + func (a *Auth) ACL(user []byte, topic string, write bool) bool + func (a *Auth) Authenticate(user, password []byte) bool + func (a *Auth) Close() + func (a *Auth) Open() error Other modules containing this package github.com/wind-c/comqtt/v2