Skip to content

IStringProducer

Interface for lazy string producers.

Methods

Name Description
Produce Produce the string value.

Produce

func Produce(context IResolveContext) *string

Produce the string value.

contextRequired