config

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Dec 29, 2018 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package config contains config of all apps. Config strcut are not defined in their own package to avoid cycle dependencies

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AyiConfig

type AyiConfig struct {
	GitHub GitHubConfig `yaml:"github"`
}

AyiConfig contains config struct of all apps

type GitHubConfig

type GitHubConfig struct {
	// Token is personal access token generated using https://github.com/settings/tokens/new
	Token string
}

Jump to

Keyboard shortcuts

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