This commit is contained in:
Joel Wetzell
2026-05-14 19:49:28 -05:00
parent 0912949f31
commit d4abe7ed2d
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -39,6 +39,7 @@ func (kvs *KVSet) Process(ctx context.Context, wrappedPayload common.WrappedPayl
wrappedPayload.End = true
return wrappedPayload, fmt.Errorf("kv.set module with id %s is not a KeyValueModule", kvs.ModuleId)
}
// TODO(jwetzell): cache the module reference after the first run
var valueBuffer bytes.Buffer
err := kvs.Value.Execute(&valueBuffer, wrappedPayload)