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