service

package
v0.0.0-...-89a7c0f Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2015 License: BSD-2-Clause Imports: 3 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 interface {
	Service(quit <-chan bool) <-chan interface{}
}

Service - generic service interface. If service relies on by-directional communication, returned value from the channel should include a "reply" channel

type TimeTicker

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

func NewTimeTicker

func NewTimeTicker() *TimeTicker

func (*TimeTicker) Service

func (tu *TimeTicker) Service(quit <-chan bool) <-chan interface{}

Jump to

Keyboard shortcuts

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