Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewController ¶
func NewController(transactions transactionstore.Store, proposals proposalstore.Store) *controller.Controller
NewController returns a transaction controller
Types ¶
type ProposalWatcher ¶ added in v0.10.18
type ProposalWatcher struct {
// contains filtered or unexported fields
}
ProposalWatcher proposal store watcher
func (*ProposalWatcher) Start ¶ added in v0.10.18
func (w *ProposalWatcher) Start(ch chan<- controller.ID) error
Start starts the watcher
func (*ProposalWatcher) Stop ¶ added in v0.10.18
func (w *ProposalWatcher) Stop()
Stop stops the watcher
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
Reconciler reconciles transactions
func (*Reconciler) Reconcile ¶
func (r *Reconciler) Reconcile(id controller.ID) (controller.Result, error)
Reconcile reconciles target transactions
Click to show internal directories.
Click to hide internal directories.