Versions in this module Expand all Collapse all v0 v0.1.2 Jun 14, 2026 Changes in this version + var Module = fx.Options(fx.Provide(fx.Annotate(NewPlayground, fx.As(new(Validator))))) + type Option func(v *playgroundLib.Validate) + func WithAlias(alias, tags string) Option + func WithValidation(tag string, fn playgroundLib.Func) Option + type Playground struct + func NewPlayground(opts ...Option) *Playground + func (v *Playground) Validate(i interface{}) error + type Validator interface + Validate func(s interface{}) error