mirror of
https://github.com/mattermost/mattermost.git
synced 2026-04-28 17:46:53 -04:00
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> |
||
|---|---|---|
| .. | ||
| cmd/apiverify | ||
| generated/go/pluginapiv1 | ||
| proto | ||
| server | ||