Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AutoDealer ¶
type AutoDealer struct {
// contains filtered or unexported fields
}
AutoDealer implements the Services interface.
func (*AutoDealer) DealMatched ¶
func (a *AutoDealer) DealMatched(dealID string)
DealMatched is called when a deal is matched.
func (*AutoDealer) DealsAgreed ¶
func (a *AutoDealer) DealsAgreed() <-chan string
DealsAgreed returns a channel to receive agreed deals.
Click to show internal directories.
Click to hide internal directories.