Versions in this module Expand all Collapse all v0 v0.1.0 Feb 15, 2026 Changes in this version + type Example struct + func New(name string, value any, opts ...Option) Example + func NewExternal(name, url string, opts ...Option) Example + func (example Example) Description() string + func (example Example) ExternalValue() string + func (example Example) IsExternal() bool + func (example Example) Name() string + func (example Example) Summary() string + func (example Example) Value() any + type Option func(*Example) + func WithDescription(description string) Option + func WithSummary(summary string) Option