Versions in this module Expand all Collapse all v1 v1.2.3 Dec 10, 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