feat: finish member func

This commit is contained in:
daniel.w 2024-08-02 10:18:33 +08:00
parent 4b1a8268a5
commit 461209bcfe
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@
goctl
go get -d github.com/envoyproxy/protoc-gen-validate
mockgen -source=./validate.go -destination=../../mock/lib/validate.go -package=lib
```