config

package
v0.0.0-...-23d3c29 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 20, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DB *gorm.DB

DB adalah variabel untuk koneksi database

Functions

func CloseDB

func CloseDB()

CloseDB berfungsi untuk menutup koneksi database

func InitDB

func InitDB(cfg *Config)

InitDB berfungsi untuk inisialisasi koneksi ke database

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL