Versions in this module Expand all Collapse all v3 v3.3.0 Jul 18, 2024 Changes in this version + const DefaultMaxDedupeItemsCount + type ListInputProvider struct + func New(opts *Options) (*ListInputProvider, error) + func (i *ListInputProvider) Close() + func (i *ListInputProvider) Count() int64 + func (i *ListInputProvider) Del(value string) + func (i *ListInputProvider) InputType() string + func (i *ListInputProvider) Iterate(callback func(value *contextargs.MetaInput) bool) + func (i *ListInputProvider) Set(value string) + func (i *ListInputProvider) SetWithExclusions(value string) error + func (i *ListInputProvider) SetWithProbe(value string, probe providerTypes.InputLivenessProbe) error + type Options struct + NotFoundCallback func(template string) bool + Options *types.Options