Documentation ¶
Overview ¶
The resumer package implements the API interface used by the resumer worker.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResumerAPI ¶
type ResumerAPI struct {
// contains filtered or unexported fields
}
ResumerAPI implements the API used by the resumer worker.
func NewResumerAPI ¶
func NewResumerAPI(st *state.State, _ facade.Resources, authorizer facade.Authorizer) (*ResumerAPI, error)
NewResumerAPI creates a new instance of the Resumer API.
func (*ResumerAPI) ResumeTransactions ¶
func (api *ResumerAPI) ResumeTransactions() error
Click to show internal directories.
Click to hide internal directories.