package
0.0.0-20210609171429-7bc42856d2e5
Repository: https://github.com/mozilla/tls-observatory.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
RegisterPrinter is called by each worker in order to register itself as available.
RegisterWorker is called by each worker in order to register itself as available.
RemoveWorker is called in case any worker needs to make itself unavailable ( due to unrecoverable errors ).
# Variables
AvailablePrinters is the global variable that contains all the workers printers that have registered themselves as available.
AvailableWorkers is the global variable that contains all the workers that have registered themselves as available.
# Interfaces
No description provided by the author
No description provided by the author
Worker is the interface that is used to provide transparent running of any type of worker from the main application.