Manage OpenCloud peers
Go to file
2024-07-11 11:40:11 +02:00
conf Initial version, empty shell 2024-07-11 11:40:11 +02:00
controllers Initial version, empty shell 2024-07-11 11:40:11 +02:00
models Initial version, empty shell 2024-07-11 11:40:11 +02:00
routers Initial version, empty shell 2024-07-11 11:40:11 +02:00
swagger Initial version, empty shell 2024-07-11 11:40:11 +02:00
tests Initial version, empty shell 2024-07-11 11:40:11 +02:00
.gitignore Initial commit 2024-07-11 10:50:54 +02:00
docker_workflow.json Initial version, empty shell 2024-07-11 11:40:11 +02:00
docker-compose.yml Initial version, empty shell 2024-07-11 11:40:11 +02:00
Dockerfile Initial version, empty shell 2024-07-11 11:40:11 +02:00
go.mod Initial version, empty shell 2024-07-11 11:40:11 +02:00
go.sum Initial version, empty shell 2024-07-11 11:40:11 +02:00
LICENSE Initial version, empty shell 2024-07-11 11:40:11 +02:00
main.go Initial version, empty shell 2024-07-11 11:40:11 +02:00
oc-workflow Initial version, empty shell 2024-07-11 11:40:11 +02:00
README.md Initial version, empty shell 2024-07-11 11:40:11 +02:00

oc-workflow OpenCloud workflow service.

Manages user workflows

To build :

bee generate routers
bee run -gendoc=true -downdoc=true

If default Swagger page is displayed instead of tyour api, change url in swagger/index.html file to :

url: "swagger.json"