conf

package
v0.0.0-...-e43fd8c Latest Latest
Warning

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

Go to latest
Published: Jan 12, 2017 License: Apache-2.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 Conf

type Conf struct {
	EsAddr    string `json:"esaddr"`
	Github    Github `json:"github"`
	Sitemap   string `json:"sitemap"`
	Analytics string `json:"analytics"`
	Mysql     Mysql  `json:"mysql"`
}

type Github

type Github struct {
	ClientId     string `json:"client_id"`
	ClientSecret string `json:"client_secret"`
}

type Mysql

type Mysql struct {
	Addr string `json:"addr"`
	Ids  string `json:"ids"`
}

Jump to

Keyboard shortcuts

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