configuration

package
v0.0.0-...-1591631 Latest Latest
Warning

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

Go to latest
Published: Nov 28, 2020 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Configuration

type Configuration struct {
	Server Server `yaml:"server"`
	Google Google `yaml:"google"`
	Here   Here   `yaml:"here"`
}

type Google

type Google struct {
	ApiKey string `yaml:"apikey"`
}

type Here

type Here struct {
	ApiKey string `yaml:"apikey"`
}

type Server

type Server struct {
	Ip          string `yaml:"ip"`
	Port        int    `yaml:"port"`
	PlacesLimit int    `yaml:"placeslimit"`
}

Jump to

Keyboard shortcuts

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