config

package
v0.0.0-...-a4ee06b Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2017 License: MIT Imports: 4 Imported by: 1

Documentation

Overview

Package config provides a simple interface for rebasebot configuration

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Username string `json:"username"`
	Password string `json:"password"`
	Port     string `json:"port"`
	Secret   string `json:"secret"`
	TmpDir   string `json:"tmpdir"`
}

func NewConfig

func NewConfig() (*Config, error)

func NewDevConfig

func NewDevConfig() (*Config, error)

Jump to

Keyboard shortcuts

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