config

package
v0.0.0-...-139d2d7 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Application application `yaml:"application"`
	Clients     clients     `yaml:"clients"`
	Pagination  pagination  `yaml:"pagination"`
	Service     service     `yaml:"service"`
	Settings    settings    `yaml:"settings"`
	Spinner     spinner     `yaml:"spinner"`
}

Config describes the configuration of the service.

func New

func New(configFile string) (Config, error)

New creates and returns a configuration object for the service.

Jump to

Keyboard shortcuts

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