Open
Description
In docs and blog posts we talk about how Pushup apps can be easily incorporated into a larger Go app. This is because:
- Pushup apps are compiled down to a Go package
- Pushup pages implement an interface that is very similar to
http.Handler
(see Adapt Responder interface to http.Handler #81) - Pushup apps are built by routing to pages via a
http.ServeMux
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.
Metadata
Metadata
Assignees
Labels
No labels
Activity