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

Demonstrate using a Pushup app as a library in another Go app #80

Open
paulsmith opened this issue Jan 12, 2023 · 1 comment
Open

Demonstrate using a Pushup app as a library in another Go app #80

paulsmith opened this issue Jan 12, 2023 · 1 comment

Comments

@paulsmith
Copy link
Contributor

paulsmith commented Jan 12, 2023

In docs and blog posts we talk about how Pushup apps can be easily incorporated into a larger Go app. This is because:

But to my knowledge we haven't actually demonstrated this yet. Also it would likely require a bit of clunky manual manipulation on the other Go app's part because some of the Pushup behavior is wrapped up in its main package and not exposed as a library/package API.

This would force us to do the work of actually glueing these things together, which will likely flush out some bugs or point to whether additional code is needed.

@bastianwegge
Copy link

Hey @paulsmith, just found this awesome library, it covers most of what I wanted from a base project, coming from django/rails projects. I'm developing a gofiber app at work and personally played around with chi & echo, so I could easily come up with a contribution to this issue, if that's something appreciated. Just let me know and I'll give you a PR for that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants