Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DB *gorm.DB
DB adalah variabel untuk koneksi database
Functions ¶
Types ¶
type Config ¶
type Config struct { BaseURL string DBHost string DBPort string DBUser string DBPassword string DBName string }
Config adalah struct untuk konfigurasi aplikasi
func LoadConfig ¶
func LoadConfig() *Config
LoadConfig membaca variabel lingkungan dari file .env dan mengembalikan struct Config
Click to show internal directories.
Click to hide internal directories.