Skip to content
Snippets Groups Projects
Commit 4fc3935a authored by ko_oler's avatar ko_oler
Browse files

fix

parent 18c11435
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ type (
ActionRequest struct {
Extension string `json:"extension,omitempty"`
Action string `json:"action,omitempty"`
Action string `json:"action"`
SpaceID string `json:"space_id,omitempty"`
EnvID string `json:"env_id,omitempty"`
CollectionID string `json:"collection_id,omitempty"`
......@@ -28,9 +28,9 @@ type (
}
ActionResponse struct {
State ResponseState `json:"state,omitempty"`
Target ActionTarget `json:"target,omitempty"`
Format ResponseFormat `json:"format,omitempty"`
State ResponseState `json:"state"`
Target ActionTarget `json:"target"`
Format ResponseFormat `json:"format"`
Msg string `json:"msg,omitempty"`
Title string `json:"title,omitempty"`
Image string `json:"image,omitempty"`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment