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