feat: rpc.

This commit is contained in:
Bobo
2025-07-19 15:19:23 +08:00
parent 937559d208
commit 021a08eda3
7 changed files with 96 additions and 82 deletions

View File

@@ -0,0 +1,11 @@
package validate
import (
"google.golang.org/protobuf/proto"
)
type testcase struct {
name string
req proto.Message
err bool
}