📄️ Quick Start
This chapter will introduce how to quick start your service by Go-Sail.
📄️ Register route
This chapter will introduce how to register route in Go-Sail.
📄️ Middleware
This chapter will introduce how to register route middleware in Go-Sail.
📄️ Database
This chapter will introduce how to interacts with a database in Go-Sail.
📄️ Security
This chapter introduces security matters in Go-Sail.
📄️ Responses
This section will explain how to use a responder to return a response to the requesting client.
📄️ Validation
This chapter will introduce how to perform data validation.
📄️ Internationalization
This chapter will introduce how to internationalize response messages.
📄️ Logging
This section will introduce how to perform logging in Go-Sail.
📄️ Configuration
This chapter will introduce how to use Go-Sail for configuration parsing and hot updates.
📄️ Structured
This chapter will introduce how to structure a project.
📄️ Monitor
This chapter introduces Go-Sail's monitoring.