method
Fields.WithProvenance
WithProvenance marks every published node as passing through a transform.
Arguments
| Argument | Type | Description |
|---|---|---|
source | string | The source value. |
Returns
The declared result.
FieldsFull signature
func (f Fields) WithProvenance(source string) FieldsRelated types
FieldsFields is the ordered list assigned to ridu.Collection.Fields, ridu.Global.Fields, or a nested field constructor. Populate it with Nodes from this package's constructors. Ridu snapshots the caller-owned slice during construction, editing, and config resolution.