feat: initial commit
This commit is contained in:
7
internal/application/dto/workflow_result.go
Normal file
7
internal/application/dto/workflow_result.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package dto
|
||||
|
||||
type WorkflowResultDTO struct {
|
||||
RequestID string
|
||||
ReplyText string
|
||||
Error error
|
||||
}
|
||||
Reference in New Issue
Block a user