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