config

package
v0.0.29 Latest Latest
Warning

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

Go to latest
Published: Feb 5, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type API

type API struct {
	HTTP HTTP
}

type Config

type Config struct {
	API  API
	GRPC GRPC
	DB   DB
}

type DB

type DB struct {
	Default Postgres
}

type GRPC

type GRPC struct {
	HTTP HTTP
}

type HTTP

type HTTP struct {
	Addr string
	Port string
}

type Postgres

type Postgres struct {
	URL string
}

Jump to

Keyboard shortcuts

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