Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotRunning = errors.New("not running")
ErrNotRunning declares new error with message "not running"
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface {
StatusClient
Close() error
Done() <-chan struct{}
}
Service handles bidding on orders.
Click to show internal directories.
Click to hide internal directories.