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

add ResponseState map

parent e648281e
No related branches found
No related tags found
No related merge requests found
...@@ -72,7 +72,9 @@ var ( ...@@ -72,7 +72,9 @@ var (
ActionKindName = pb.Action_Kind_name ActionKindName = pb.Action_Kind_name
ActionKindValue = pb.Action_Kind_value ActionKindValue = pb.Action_Kind_value
ActionViewName = pb.Action_View_name ActionViewName = pb.Action_View_name
ActtionViewValue = pb.Action_View_value ActionViewValue = pb.Action_View_value
ResponseStateName = pb.ActionResponse_State_name
ResponseStateValue = pb.ActionResponse_State_value
) )
type Action struct { type Action struct {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment