Versions in this module Expand all Collapse all v0 v0.4.1 Dec 13, 2025 v0.4.0 Dec 4, 2025 Changes in this version + type Authentication interface + GetBasestationEui func() *common.EUI64 + Init func(*mqtt.ClientOptions) error + ReconnectAfter func() time.Duration + Update func(*mqtt.ClientOptions) error + func NewGenericAuthentication(conf config.Config) (Authentication, error) + type GenericAuthentication struct + func (a *GenericAuthentication) GetBasestationEui() *common.EUI64 + func (a *GenericAuthentication) Init(opts *mqtt.ClientOptions) error + func (a *GenericAuthentication) ReconnectAfter() time.Duration + func (a *GenericAuthentication) Update(opts *mqtt.ClientOptions) error