chore: delete dead kernel Go code
Remove orphaned channel/message type comments from interfaces.go, unused roleFilterType() function from pages.go, and stale version comment from main.go. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -175,11 +175,6 @@ type TeamStore interface {
|
||||
MergeSettings(ctx context.Context, teamID, settingsJSON string) error
|
||||
}
|
||||
|
||||
// ChannelListFilter holds filter options for ChannelStore.ListFiltered.
|
||||
// ChannelListItem is returned by ListFiltered and GetForUser.
|
||||
// ArchivedChannel is a view model for the admin archived channels list.
|
||||
// MessageWithSender is returned by MessageStore.ListWithSenderInfo.
|
||||
// ChannelSearchResult is returned by MessageStore.SearchInChannel.
|
||||
// =========================================
|
||||
// AUDIT STORE
|
||||
// =========================================
|
||||
|
||||
Reference in New Issue
Block a user