forked from vieter-v/vieter
This giant commit removes the old cron daemon & parser, replacing the latter with a C implementation that will now be maintained in a separate C library that gets developed independently. This commit lays the groundwork for implementing features of Vieter in C where possible. |
||
|---|---|---|
| .. | ||
| api_jobs.v | ||
| api_logs.v | ||
| api_metrics.v | ||
| api_targets.v | ||
| cli.v | ||
| log_removal.v | ||
| README.md | ||
| repo.v | ||
| repo_remove.v | ||
| server.v | ||
This module contains the Vieter HTTP server, consisting of the repository implementation & the REST API.
NOTE: vweb defines the priority order of routes by the file names in this
module. Therefore, it's very important that all API routes are defined in files
prefixed with api_, as this is before the word routes alphabetically.