package
0.3.5
Repository: https://github.com/tz3/goforge.git
Documentation: pkg.go.dev

# Functions

IsValidDatabaseDriver check if the input is supported or not.
isValidWebFramework check if the input is supported or not.

# Variables

Supported Web framework, and DB driver and its dependencies.
Supported Web framework, and DB driver and its dependencies.

# Structs

DatabaseDriver represents a database driver that can be used in the project.
Docker represents a dockerfile that can be used in the project.
ProjectConfig represents the configuration for a new Go project.
WebFramework represents a web framework that can be used in the project.

# Interfaces

No description provided by the author
No description provided by the author
WebFrameworkTemplateGenerator is an interface that defines the methods for generating templates for the main, server, and routes files.