workqueue

package
v0.3.0-test-rc Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2020 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Interface

type Interface interface {
	Enqueue(obj interface{})

	Run(stopCh <-chan struct{}, process ProcessFunc)

	ShutDown()
}

func New

func New(name string) Interface

type ProcessFunc

type ProcessFunc func(name, namespace string) (bool, error)

Jump to

Keyboard shortcuts

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