Codebase

Navigate the Codebase using the tree view. Use the filters to highlight where various files are grouped to aid understanding.

Getting Started Commands

Project Structure

Below is a short description of the key directories of the project to aid you when understanding where key files are located.

autoflow/ - This directory contains the source code for Autoflow.
bin/ - Contains the compiled binary of Autoflow.
conf/ - Contains the configuration files for Autoflow.
controllers/ - Contains the API controllers for handling requests.
docs/ - Contains the documentation for Autoflow.
go.mod - The Go module file for managing dependencies.
go.sum - The Go checksum file for verifying the integrity of downloaded packages.
LICENSE - The license for the project.
models/ - Contains the Go models for the data structures used in Autoflow.
plugins/ - Contains the plugins for extending the functionality of Autoflow.
README.md - The main documentation file for the project.
utils/ - Contains the utility functions used in Autoflow.