Export

Generates code based on the project's schema

Technology

The export module is a code generation module for Project Forge applications. It generates comprehensive Go code based on your project’s schema definition, creating standardized service interfaces, model contracts, and data export functionality.

Overview

This module is optional and marked as dangerous due to its code generation capabilities. When enabled, it provides:

Key Features

Code Generation

Data Management

Export Capabilities

Package Structure

Generated Services

Export Infrastructure

Configuration

This module generates code based on your project’s schema configuration. The generated services respect:

Important Notes

The generated code follows Project Forge conventions and integrates seamlessly with other modules.

Source Code

See Also