|
|
||
|---|---|---|
| .. | ||
| README.md | ||
README.md
自訂驗證規則
在此目錄新增 Gateway 專用的 validate.Option,並於 svc.NewServiceContext 傳入:
validate.NewWithDefaultEN(custom.YourOption)
範例實作見 validate_test.go 的 status / is-awesome 選項。