Alessandro Liparoti
12/31/2021, 2:13 PMoutputWriter.Put(ctx, ioutils.NewInMemoryOutputReader(outputs, nil))
to store a outputs
structure to be visible in console. I do this in Status
method (in this interface) whenever the job is completed. However it seems the protobuf is not written (thus not visible). I followed the same approach for a core plugin and it worked. Am I doing something wrong here in the way I am using the webapi plugin?George Snelling
01/03/2022, 10:31 PMKetan (kumare3)
01/04/2022, 4:45 PMHaytham Abuelfutuh
01/07/2022, 7:36 PM