config

package
v0.0.0-...-a319e5f Latest Latest
Warning

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

Go to latest
Published: Aug 20, 2015 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Raft   Raft
	Server Server
	DB     DB
}

type DB

type DB struct {
	Dir string
}

type Duration

type Duration time.Duration

func (*Duration) UnmarshalText

func (d *Duration) UnmarshalText(text []byte) error

type Raft

type Raft struct {
	Advertise string
	DataDir   string

	SnapshotInterval  Duration
	SnapshotThreshold uint64
	EnableSingleNode  bool
}

type Server

type Server struct {
	Listen string
}

Jump to

Keyboard shortcuts

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