config

package
v0.0.0-...-028896a Latest Latest
Warning

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

Go to latest
Published: Jun 28, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthService

type AuthService struct {
	Endpoint string `yaml:"endpoint"`
}

type Config

type Config struct {
	Server      Server      `yaml:"server"`
	FileService FileService `yaml:"fileService"`
	AuthService AuthService `yaml:"authService"`
}

func New

func New() *Config

type FileService

type FileService struct {
	Endpoint string `yaml:"endpoint"`
}

type Server

type Server struct {
	Host string `yaml:"host"`
	Port string `yaml:"port"`
}

Jump to

Keyboard shortcuts

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