interface
StringOption
type StringOption interface {
Option
stringOption()
}Options accepted by Text, Slug, Textarea, Email, Code, and Date.
OptionOption- The Option value.
Only option values returned by this package implement the sealed marker. The narrow interface makes incompatible builder options a compile-time error.