Skip to content

IListProducer

Interface for lazy list producers.

Methods

Name Description
Produce Produce the list value.

Produce

func Produce(context IResolveContext) *[]*string

Produce the list value.

contextRequired