Documentation ¶ Index ¶ type List func New(s string) *List func (l *List) Next() string func (l *List) NextDecimal() decimal.Decimal func (l *List) NextDuration() time.Duration func (l *List) NextInt() int func (l *List) NextInt64() int64 func (l *List) NextUUID() uuid.UUID Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type List ¶ type List struct { // contains filtered or unexported fields } func New ¶ func New(s string) *List func (*List) Next ¶ func (l *List) Next() string func (*List) NextDecimal ¶ func (l *List) NextDecimal() decimal.Decimal func (*List) NextDuration ¶ func (l *List) NextDuration() time.Duration func (*List) NextInt ¶ func (l *List) NextInt() int func (*List) NextInt64 ¶ func (l *List) NextInt64() int64 func (*List) NextUUID ¶ func (l *List) NextUUID() uuid.UUID Source Files ¶ View all Source files args.go Click to show internal directories. Click to hide internal directories.