config

package
v0.0.0-...-b81e11c Latest Latest
Warning

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

Go to latest
Published: Jul 3, 2020 License: GPL-3.0 Imports: 1 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 {
	Explorer struct {
		Title  string `toml:"title"`
		Port   int    `toml:"port"`
		Host   string `toml:"host"`
		Coin   string `toml:"coin"`
		Ticker string `toml:"ticker"`
		Icon   string `toml:"icon"`
		Colour string `toml:"colour"`
	} `toml:"explorer"`
	Wallet struct {
		Host     string `toml:"host"`
		Port     int    `toml:"port"`
		Username string `toml:"username"`
		Password string `toml:"password"`
	} `toml:"wallet"`
}
var Config Configuration

func InitialiseConfiguration

func InitialiseConfiguration() (*Configuration, error)

Jump to

Keyboard shortcuts

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