cmd

package
v0.0.0-...-8a4eff6 Latest Latest
Warning

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

Go to latest
Published: Oct 17, 2017 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Start

func Start(
	srv cron.HTTPServer,
	conf Configuration,
	logger log.Logger,
	authClient *auth.Client,
	imporstClient *imports.Client,
)

Types

type Configuration

type Configuration struct {
	KeyPath string `toml:"key"`
	MySQL   struct {
		Host     string `toml:"host"`
		Port     string `toml:"port"`
		User     string `toml:"user"`
		Password string `toml:"password"`
		Database string `toml:"database"`
	} `toml:"mysql"`
	Mail struct {
		Email    string `toml:"email"`
		Password string `toml:"password"`
		Server   string `toml:"server"`
		Port     int    `toml:"port"`
	}
}

Jump to

Keyboard shortcuts

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