config

package
v0.0.0-...-d444aea Latest Latest
Warning

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

Go to latest
Published: Nov 5, 2018 License: Apache-2.0 Imports: 2 Imported by: 2

README

github.com/go-harpist/harpist/pkg/config

Configuration

Documentation

Index

Constants

This section is empty.

Variables

View Source
var GetDefaultConfig = getDefaultConfig
View Source
var GetInitialRoles = getInitialRoles

Functions

This section is empty.

Types

type Config

type Config struct {
	DBConfig     DBConfig
	DefaultRoles []roleConfig
	LogConfig    LogConfig
}

type DBConfig

type DBConfig struct {
	Dialect string
	Args    string
}

type LogConfig

type LogConfig struct {
	LogMode bool
	LogFile *log.Logger
}

Jump to

Keyboard shortcuts

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