mattermost/python-sdk/build/lib/mattermost_plugin/grpc/__init__.py
Nick Misasi 01643af641 debug: add extensive logging to trace hook registration flow
Go side:
- Log hooks returned by Implemented()
- Log each hook name -> ID mapping
- Log OnActivate implementation status
- Log OnActivate call flow

Python side:
- Log Implemented() return value
- Log OnActivate gRPC receipt and handler invocation

This is temporary debug logging to diagnose why OnActivate
isn't being called for Python plugins.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-20 09:12:22 -05:00

15 lines
494 B
Python

# Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
# See LICENSE.txt for license information.
"""
Generated gRPC and Protocol Buffer code.
WARNING: This module contains auto-generated code from .proto files.
Do not import directly from this module in user code - use the
public API from mattermost_plugin instead.
The generated files are:
- *_pb2.py: Protocol Buffer message definitions
- *_pb2_grpc.py: gRPC service stubs
- *_pb2.pyi: Type stub files for IDE completion
"""