dispatcher

package
v0.0.0-...-a65319e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 8, 2022 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ActionDispatcher

type ActionDispatcher struct {
	// contains filtered or unexported fields
}

func (*ActionDispatcher) Start

func (dispatcher *ActionDispatcher) Start(stopChan chan bool) error

type Dispatcher

type Dispatcher struct {
	// contains filtered or unexported fields
}

func (*Dispatcher) Start

func (dispatcher *Dispatcher) Start(stopChan chan bool) error

type UseCases

type UseCases interface {
	Start(stopChan chan bool) error
}

func NewActionDispatcher

func NewActionDispatcher(metricGroupRepo metricsgroup.UseCases, actionRepo action.UseCases, pluginRepo plugin.UseCases,
	metricRepo metric.UseCases, groupActionRepo metricsgroupaction.UseCases) UseCases

func NewDispatcher

func NewDispatcher(metric metric.UseCases) UseCases

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL