# Packages
Code generated by MockGen.
# Functions
NewDataSender instantiates new data sender, does not create a connection to broker.
# Structs
CustomFileStore is a custom implementation of the mqtt.FileStore interface.
# Interfaces
go:generate mockgen -source data_sender.go -destination mocks/data_sender_mock.go.