config

package
v0.0.0-...-24b9b75 Latest Latest
Warning

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

Go to latest
Published: Dec 31, 2021 License: GPL-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 Config

type Config struct {
	GithubarchivePath string
	Database          Database
	GitHubCredentials []GitHubCredentials
	GoogleMapsKey     string
}

Config for this package

func Read

func Read(filename string) Config

Read config from a TOML file

type Database

type Database struct {
	Host     string
	Username string
	Password string
	DBName   string
	Port     int
}

Database defines the login credentials for the metadata in the db

type GitHubCredentials

type GitHubCredentials struct {
	Account string
	Token   string
}

GitHubCredentials defines a single api token for accessing the github api

Jump to

Keyboard shortcuts

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