Core components are the core part of the GoFrame
framework.
📄️ Objects
The GoFrame framework provides a series of commonly used data types and object acquisition methods. Through the g module, it is easy to obtain commonly used objects, including HTTP client, data validation, configuration management, log management, template engine, WEB server, database ORM, Redis client, etc., to achieve simple and efficient object management to meet the needs of different application scenarios.
📄️ Debug Mode
Debug mode of the GoFrame framework, available to all users starting from version v1.10.0. In this mode, key functional nodes output debug information at the [INTE] log level. Developers can open debug mode through command line arguments or environment variables, but debug information is only output to terminal standard output and not supported in log files. In GoFrame v1.14.0, the debug mode can be manually controlled using the g.SetDebug method.
🗃️ Command
7 items
🗃️ Configuration
6 items
🗃️ Logging
15 items
🗃️ Error Handling
7 items
🗃️ Data Validation
10 items
🗃️ Type Conversion
8 items
🗃️ Database ORM🔥
12 items
🗃️ Caching
4 items
🗃️ Template Engine
7 items
🗃️ I18N
2 items
🗃️ Resource
5 items