config

package
v0.0.0-...-df226ee Latest Latest
Warning

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

Go to latest
Published: Jun 24, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Init

func Init(path string)

Init ...

Types

type Config

type Config struct {
	Common struct {
		Version        string
		LogLevel       string
		StaticRootPath string `yaml:"static_root_path"`
		HomePath       string `yaml:"home_path"`
	}

	Plugins struct {
		ExternalPluginsPath string `yaml:"plugins_path"`
	}
	Storage struct {
		Keyspace string
		Cluster  []string
		NumConns int
	}

	Web struct {
		Addr string
	}
}

Config ...

var Data *Config

Data ...

Jump to

Keyboard shortcuts

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