Documentation
¶
Index ¶
- Variables
- func NewKeystorePoolFiller(updater KeystorePoolFiller, repo repo.Repo, poolConfig config.KeystorePool) async.TaskHandler
- func NewNotificationSender(client NotificationClient) async.TaskHandler
- func NewWorkflowProcessor(updater WorkflowUpdater, repo repo.Repo) async.TaskHandler
- type KeystorePoolFiller
- type NotificationClient
- type WorkflowProcessor
- type WorkflowUpdater
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrRunningTask = errors.New("task failed")
Functions ¶
func NewKeystorePoolFiller ¶
func NewKeystorePoolFiller( updater KeystorePoolFiller, repo repo.Repo, poolConfig config.KeystorePool, ) async.TaskHandler
func NewNotificationSender ¶
func NewNotificationSender( client NotificationClient, ) async.TaskHandler
func NewWorkflowProcessor ¶
func NewWorkflowProcessor( updater WorkflowUpdater, repo repo.Repo, ) async.TaskHandler
Types ¶
type KeystorePoolFiller ¶
type NotificationClient ¶
type WorkflowProcessor ¶
type WorkflowProcessor struct {
// contains filtered or unexported fields
}
func (*WorkflowProcessor) ProcessTask ¶
func (*WorkflowProcessor) TaskType ¶
func (s *WorkflowProcessor) TaskType() string
Click to show internal directories.
Click to hide internal directories.