暂存

tmp
This commit is contained in:
2024-05-09 16:35:21 +08:00
parent 3afa0d81bb
commit bcc1b51006
27 changed files with 1526 additions and 0 deletions

9
rpc/server.go Normal file
View File

@@ -0,0 +1,9 @@
package rpc
import (
proto "msw/proto"
)
type MSWServer struct {
proto.UnimplementedMSWServer
}