Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support mps flow resource #2192

Merged
merged 4 commits into from
Oct 11, 2023
Merged

support mps flow resource #2192

merged 4 commits into from
Oct 11, 2023

Conversation

lyu571
Copy link
Collaborator

@lyu571 lyu571 commented Oct 10, 2023

tencentcloud_mps_flow
tencentcloud_mps_event
tencentcloud_mps_start_flow_operation(文档暂不暴露)

@lyu571
Copy link
Collaborator Author

lyu571 commented Oct 10, 2023

image

@lyu571 lyu571 added run check run check and removed run check run check labels Oct 10, 2023
return err
}

flowId = *response.Response.Info.FlowId
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

response.Response.Info可能为nil吗

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

有可能的。但是这种情况比较少了。前面逻辑会判断err的,如果请求有问题,会通过error报错;如果请求正常,但是这个返回值没有填写,这种情况比较少了。所以一般不去做校验了。
我加一下判断。

@lyu571 lyu571 force-pushed the feat/support-mps-flow branch from d4d5262 to c52fe98 Compare October 11, 2023 07:29
@lyu571 lyu571 force-pushed the feat/support-mps-flow branch from c52fe98 to 3c51fdd Compare October 11, 2023 07:32
Copy link
Collaborator

@andrew-tx andrew-tx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@lyu571 lyu571 added run check run check and removed run check run check labels Oct 11, 2023
@andrew-tx andrew-tx merged commit 6af6812 into master Oct 11, 2023
@andrew-tx andrew-tx deleted the feat/support-mps-flow branch October 11, 2023 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
run check run check
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants