refactor: centralize protobuf and remove go-zero

This commit is contained in:
2026-08-09 15:10:19 +08:00
parent 5cc5fd92ed
commit 4bbed3156c
357 changed files with 14208 additions and 19903 deletions

View File

@@ -0,0 +1,13 @@
package cloud
import blocks "bsm/full/protobuf"
type Empty = blocks.Empty
type FetchRequest = blocks.FetchRequest
type IdentRequest = blocks.IdentRequest
type StatusReply = blocks.StatusReply
type IDRequest = blocks.IDRequest
type IDListRequest = blocks.IDListRequest
type StdIicuds = blocks.StdIicuds
type StdPassport = blocks.StdPassport
type CloudBase = blocks.CloudBase