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

Supervisor: Abstract a common method to handle http response #6

Open
openinx opened this issue Jan 15, 2018 · 0 comments
Open

Supervisor: Abstract a common method to handle http response #6

openinx opened this issue Jan 15, 2018 · 0 comments
Assignees
Milestone

Comments

@openinx
Copy link
Owner

openinx commented Jan 15, 2018

In method hBootstrapProgram & hCleanupProgram & handleProgram , we can found following code:

if err := handleFunc(prog); err != nil {
	w.Write(renderResp(err))
	return
}

We can abstract a common method to handle the http response (both error case and right case)

@openinx openinx self-assigned this Jan 15, 2018
@openinx openinx added this to the release-1.0 milestone Jan 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant