Skip to content
Snippets Groups Projects
Commit e648281e authored by Anton Sattarov's avatar Anton Sattarov
Browse files

fix ActionResponse

parent 2e4fc4a7
No related branches found
No related tags found
No related merge requests found
......@@ -8,8 +8,9 @@ import (
type (
ActionKind = pb.Action_Kind
ResponseState = pb.ActionResponse_State
ActionTarget = pb.Target
ResponseState = pb.ActionResponse_State
ResponseFormat = pb.ActionResponse_Format
ActionRequest struct {
Extension string
......@@ -27,7 +28,11 @@ type (
ActionResponse struct {
State ResponseState
Target ActionTarget
Format ResponseFormat
Msg string
Title string
Image string
Error string
Next []*Action
Metadata map[string]string
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment