package
Version:
v0.0.0-...-785438b
Opens a new window with list of versions in this module.
Published: Sep 12, 2023
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Server struct {
Mode string `validate:"required"`
Port string `validate:"required"`
UseSwagger bool
}
Database struct {
ConnectionString string `validate:"required"`
}
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.