httpd

package
v0.0.0-...-250bf39 Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2017 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Service

type Service struct {
	// contains filtered or unexported fields
}

func New

func New(addr string, store Store) *Service

func (*Service) Close

func (s *Service) Close()

func (*Service) Start

func (s *Service) Start() error

type Store

type Store interface {
	CheckNSet(key string, value string, expiration time.Time) (bool, string, error)
	Count() int
	Join(addr string) error
	IsLeader() bool
}

Jump to

Keyboard shortcuts

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