bidengine

package
v0.3.9 Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2019 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrNotRunning = errors.New("not running")

Functions

This section is empty.

Types

type Service

type Service interface {
	StatusClient
	Close() error
	Done() <-chan struct{}
}

func NewService

func NewService(ctx context.Context, session session.Session, cluster cluster.Cluster, bus event.Bus) (Service, error)

Service handles bidding on orders.

type StatusClient added in v0.3.4

type StatusClient interface {
	Status(context.Context) (*types.ProviderBidengineStatus, error)
}

Jump to

Keyboard shortcuts

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