mirror of
https://github.com/mattermost/mattermost.git
synced 2026-02-14 08:15:22 -05:00
- Create plugin.py with Plugin base class for plugin authors - Use __init_subclass__ for automatic hook discovery at class definition - Implement implemented_hooks(), has_hook(), invoke_hook() methods - Provide api, logger, config properties for plugin instances - Enforce single handler per hook with clear duplicate error Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| scripts | ||
| src/mattermost_plugin | ||
| tests | ||
| pyproject.toml | ||