config

package
v0.0.0-...-e7b65fe Latest Latest
Warning

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

Go to latest
Published: Feb 4, 2021 License: MIT Imports: 4 Imported by: 0

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