refactor: localize protobuf definitions

This commit is contained in:
2026-08-09 20:14:57 +08:00
parent 9f6f318bbb
commit 5ea45a76fe
429 changed files with 54058 additions and 61623 deletions

View File

@@ -1,14 +1,6 @@
package group
import blocks "bsm/full/protobuf"
type Empty = blocks.Empty
type FetchRequest = blocks.FetchRequest
type IdentRequest = blocks.IdentRequest
type VersionRequest = blocks.VersionRequest
type SearchRequest = blocks.SearchRequest
type StatusReply = blocks.DataStatusReply
type PostListReply = blocks.GroupPostListReply
type PostItem = blocks.GroupPostItem
type AttachItem = blocks.GroupAttachItem
type TagItem = blocks.GroupTagItem
type PostListReply = GroupPostListReply
type PostItem = GroupPostItem
type AttachItem = GroupAttachItem
type TagItem = GroupTagItem