correct incorrect reference to BasePlugin

pull/189/head
Andrew Mirsky 2025-06-01 11:03:20 -04:00
rodzic f439f6fb7d
commit 4c3fbd7112
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: A98E67635CDF2C39
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -21,7 +21,7 @@ broker = Broker(plugin_namespace='mypackage.mymodule.plugins')
Each plugin has access to the full configuration file through the provided `BaseContext` and can define
its own variables to configure its behavior.
::: amqtt.plugins.manager.BasePlugin
::: amqtt.plugins.base.BasePlugin
Plugins that are defined in the`project.entry-points` are loaded and notified of events by when the subclass
implements one or more of these methods: