goexpose icon indicating copy to clipboard operation
goexpose copied to clipboard

Expose shellscripts, postgres queries, redis commands and other as rest server endpoints

Results 5 goexpose issues
Sort by recently updated
recently updated
newest added

Can you share a bit more about your build process? I tried to dockerize this and am getting: ``` => ERROR [builder 8/8] RUN echo "Compiling for darwin-amd64..." && glide...

What would you like to see in version 2.0?

Instead of defining all tasks in one config file, can we support tasks in different files in one directory that can be read as a glob? Sort of how conf.d...

Fix error check so body will be set

Using the following configuration ```json { "host": "127.0.0.1", "port": 9900, "reload_env": true, "endpoints": [ { "path": "/test", "methods": { "GET": { "type": "shell", "config": { "shell": "/bin/bash", "commands": [ {...