Files
2026-04-16 19:39:02 +02:00

8 lines
100 B
Go

package dto
type WorkflowResultDTO struct {
RequestID string
ReplyText string
Error error
}