node

package
v0.5.4 Latest Latest
Warning

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

Go to latest
Published: Jun 24, 2019 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ID

func ID(node Node) int64

Types

type Node

type Node interface {
	GetName() string
	GetDeps() []string
	AddDep(string)
	GetError() error
	SetError(error)
	SetDetach(chan bool)
	SetStop(chan bool)
	GetDone() chan bool
	ID() int64
}

Jump to

Keyboard shortcuts

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