31 lines
459 B
Markdown
31 lines
459 B
Markdown
---
|
|
title: Modules Overview
|
|
section: modules
|
|
---
|
|
|
|
Revel Modules
|
|
==================================
|
|
|
|
## Core Modules
|
|
|
|
These modules are part of the core revel and a dependancy
|
|
|
|
- [Static](static/) = Serves static files
|
|
- [Jobs](jobs/) = The Cron Jobs runner
|
|
- [TestRunner](testrunner/) = Test sweet
|
|
|
|
## Upcoming
|
|
|
|
- [csrf](csrf/)
|
|
- [pprof](/pprof/)
|
|
|
|
|
|
## Xperimental
|
|
|
|
- [Auth](/auth/)
|
|
- [Db](/db/)
|
|
- [Gorm ORM](/orm/gorm)
|
|
|
|
### Caution
|
|
this is a work in progress
|