# Functions
NewAPIHandler initializes a new APIHandler.
NewMongoStore initializes a new MongoDB store.
No description provided by the author
NewWorkFlowService initializes a new WorkFlowService.
# Structs
APIHandler handles the API requests for workflows.
wf.log("find workflow with user: %s, id: %d not found", user, wfId) return nil, nil }
MongoStore is a struct that holds the MongoDB client.
No description provided by the author
WorkFlowService is the main service for handling workflows.