Versions in this module Expand all Collapse all v1 v1.0.1 May 5, 2024 Changes in this version + type Interval struct + Builder sdk.TemplateVar + func New(name string, options ...Option) *Interval + type Option func(interval *Interval) + func Default(value string) Option + func Hide() Option + func HideLabel() Option + func Label(label string) Option + func Values(values ValuesList) Option + type ValuesList []string