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 Integration struct + func NewIntegration(conf config.Config) (*Integration, error) + func (integ *Integration) PublishBasestationEvent(bsEui common.EUI64, event string, pb *bs.BasestationUplink) error + func (integ *Integration) PublishEndnodeEvent(bsEui common.EUI64, event string, pb *bs.EndnodeUplink) error + func (integ *Integration) PublishState(ctx context.Context, bsEui common.EUI64, pb *bs.BasestationState) error + func (integ *Integration) SetBasestationSubscription(subscribe bool, bsEui common.EUI64) error + func (integ *Integration) SetServerCommandHandler(f func(*bs.ServerCommand)) + func (integ *Integration) SetServerResponseHandler(f func(*bs.ServerResponse)) + func (integ *Integration) Start() error + func (integ *Integration) Stop() error