mattermost/server/public/pluginapi/grpc
Nick Misasi badb9f394d feat(04-02): implement Channel API gRPC handlers
Implement gRPC handlers for all Channel-related Plugin API methods:
- Channel CRUD: CreateChannel, DeleteChannel, GetChannel, GetChannelByName,
  GetChannelByNameForTeamName, UpdateChannel
- Channel queries: GetPublicChannelsForTeam, GetChannelsForTeamForUser,
  GetChannelStats, SearchChannels
- Direct/Group messages: GetDirectChannel, GetGroupChannel
- Channel membership: AddChannelMember, AddUserToChannel, GetChannelMember,
  GetChannelMembers, GetChannelMembersByIds, GetChannelMembersForUser,
  UpdateChannelMemberRoles, UpdateChannelMemberNotifications,
  PatchChannelMembersNotifications, DeleteChannelMember
- Sidebar categories: CreateChannelSidebarCategory,
  GetChannelSidebarCategories, UpdateChannelSidebarCategories

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-16 14:09:39 -05:00
..
cmd/apiverify feat(02-01): add PluginAPI proto skeleton and parity verifier 2026-01-16 11:24:09 -05:00
generated/go/pluginapiv1 feat(03-04): update Makefile and generate Go code 2026-01-16 13:42:31 -05:00
proto feat(03-04): update Makefile and generate Go code 2026-01-16 13:42:31 -05:00
server feat(04-02): implement Channel API gRPC handlers 2026-01-16 14:09:39 -05:00