mattermost/server/public/pluginapi/grpc/generated/go/pluginapiv1
Nick Misasi 5c7aecda49 feat(08-02): extend protobuf contract for response streaming + flush
Add flush field to ServeHTTPResponse for best-effort HTTP flush support.
Update ServeHTTPResponse and ServeHTTPResponseInit with comprehensive
documentation of streaming invariants, message ordering, and status
code validation rules.

Changes:
- Add flush boolean field (field 4) to ServeHTTPResponse
- Document response streaming invariants (init-once, header locking)
- Document status code validation (100-999 range, 0 defaults to 200)
- Regenerate Go and Python protobuf code

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-19 14:34:36 -05:00
..
api.pb.go feat(02-01): add PluginAPI proto skeleton and parity verifier 2026-01-16 11:24:09 -05:00
api_channel_post.pb.go feat(02-01): add PluginAPI proto skeleton and parity verifier 2026-01-16 11:24:09 -05:00
api_file_bot.pb.go feat(02-01): add PluginAPI proto skeleton and parity verifier 2026-01-16 11:24:09 -05:00
api_grpc.pb.go feat(02-01): add PluginAPI proto skeleton and parity verifier 2026-01-16 11:24:09 -05:00
api_kv_config.pb.go feat(02-01): add PluginAPI proto skeleton and parity verifier 2026-01-16 11:24:09 -05:00
api_remaining.pb.go feat(02-01): add PluginAPI proto skeleton and parity verifier 2026-01-16 11:24:09 -05:00
api_user_team.pb.go feat(02-01): add PluginAPI proto skeleton and parity verifier 2026-01-16 11:24:09 -05:00
channel.pb.go feat(01-02): add core protobuf types (User, Channel, Post, Team, FileInfo) 2026-01-16 11:06:42 -05:00
common.pb.go feat(02-01): add PluginAPI proto skeleton and parity verifier 2026-01-16 11:24:09 -05:00
file.pb.go feat(01-02): add core protobuf types (User, Channel, Post, Team, FileInfo) 2026-01-16 11:06:42 -05:00
hooks.pb.go feat(08-01): add protobuf contract for ServeHTTP request streaming 2026-01-19 14:23:38 -05:00
hooks_command.pb.go feat(03-04): update Makefile and generate Go code 2026-01-16 13:42:31 -05:00
hooks_common.pb.go feat(03-01): add shared hook context types (PluginContext) in hooks_common.proto 2026-01-16 11:16:06 -05:00
hooks_grpc.pb.go feat(08-01): add protobuf contract for ServeHTTP request streaming 2026-01-19 14:23:38 -05:00
hooks_http.pb.go feat(08-02): extend protobuf contract for response streaming + flush 2026-01-19 14:34:36 -05:00
hooks_lifecycle.pb.go feat(03-01): add lifecycle/system hook RPCs in hooks_lifecycle.proto and hooks.proto 2026-01-16 11:18:19 -05:00
hooks_message.pb.go feat(03-02): update Makefile and generate Go code for message hooks 2026-01-16 13:33:52 -05:00
hooks_user_channel.pb.go feat(03-03): update Makefile and generate Go code for user/channel hooks 2026-01-16 13:37:13 -05:00
post.pb.go feat(01-02): add core protobuf types (User, Channel, Post, Team, FileInfo) 2026-01-16 11:06:42 -05:00
team.pb.go feat(01-02): add core protobuf types (User, Channel, Post, Team, FileInfo) 2026-01-16 11:06:42 -05:00
user.pb.go feat(01-02): add core protobuf types (User, Channel, Post, Team, FileInfo) 2026-01-16 11:06:42 -05:00