config

package
v0.0.0-...-b4939c5 Latest Latest
Warning

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

Go to latest
Published: Sep 12, 2024 License: AGPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App

type App struct {
	Name    string
	Version string
}

type Config

type Config struct {
	App
	Http
	Database
}

func DefineConfig

func DefineConfig() (*Config, error)

type Database

type Database struct {
	PoolSize     int
	DATABASE_URL string
}

type Http

type Http struct {
	Port string
}

Jump to

Keyboard shortcuts

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