Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Book ¶
type Book interface {
Run(done <-chan struct{}, statuses <-chan foundation.SwapStatus, queries <-chan Query)
}
type Query ¶
type Query struct {
Responder chan<- map[foundation.SwapID]foundation.SwapStatus
}
Click to show internal directories.
Click to hide internal directories.