IStringProducer
- Implemented By: IStringProducer
Interface for lazy string producers.
Methods
| Name | Description |
|---|---|
Produce |
Produce the string value. |
Produce
func Produce(context IResolveContext) *string
Produce the string value.
- Type: IResolveContext