base

package
v0.0.0-...-7cb0e1f Latest Latest
Warning

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

Go to latest
Published: Jul 11, 2017 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 Component

type Component struct {
	Identifier string

	Ctx    context.Context
	Cancel context.CancelFunc
}

func (*Component) Identify

func (c *Component) Identify() string

type IComponent

type IComponent interface {
	Start() error
	Stop() error
	Identify() string
}

Jump to

Keyboard shortcuts

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