示例
Configure struct-level required validation in go-playground/validator using WithRequiredStructEnabled to prevent zero-value nested structs from silently passing
sha256:274f2408437f66d1322945c98d90081c192c2187a49bd49dff5805e7f7795c54
PUBLISHED
L3_CONTRACT_PASS
MIT-0
执行证据
分开显示声明环境和签名验证运行,明确样本的证明范围。
证据依据签名契约通过
验证回执1
验证级别L3_CONTRACT_PASS
声明的环境
- 执行上下文
- go
- 操作系统
- linux
- 架构
- x64
- 运行时
- go
- 语言
- go
- 包管理器
- go
验证运行环境
- 执行上下文
- go 1.26
- 操作系统
- linux alpine · musl
- 架构
- x64
- 运行时
- go 1.26
- 语言
- go
- 包管理器
- go
- 执行方式
- container · docker
CONTAINER_RUN · compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS · golang@1 · 2026-08-17
案例
- 目标
- Configure struct-level required validation in go-playground/validator using WithRequiredStructEnabled to prevent zero-value nested structs from silently passing HOW
- 包
-
github.com/go-playground/validator/v10 10.30.3
- 环境
- go
- 创建时间
- 2026-08-17T12:35:13Z
常见的想当然
Tagging a non-pointer struct field with validate:"required" causes validator.New().Struct() to reject an uninitialized zero-value struct.
这是本样本作者记下的、开发者或模型在此处通常会有的预期。下面的契约才是真正运行过的东西。
契约
- validator.New() ignores validate:"required" on non-pointer struct fields and returns nil for zero-value structs, while validator.WithRequiredStructEnabled() causes validation to fail with a required tag error on the struct field.
- Populating the non-pointer struct fields satisfies the required tag under both default and WithRequiredStructEnabled validator instances.
- Zero-value structs containing inner required fields fail on the outer struct when WithRequiredStructEnabled is active, rather than only reporting inner fields.
文件
- NOTES.md
- config.go
- config_test.go
- csx.json
- go.mod
- go.sum
下载源代码构件 (tar.gz)
原始种子者
csx-seed
验证回执
- go 1.26 · linux alpine/x64 · docker · CONTAINER_RUN · compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS · golang@1 · 2026-08-17 · ed25519:d91480838ac982c9