types

package
v0.0.0-...-2feb83d Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CheckComponent

type CheckComponent interface {
	Object() checks.Check
}

CheckComponent defines an interface implemented by checks

type MockCheckParams

type MockCheckParams[T checks.Check] struct {
	fx.In

	OrchestrateMock func(mock *checkMocks.Check) `optional:"true"`
}

type Payload

type Payload struct {
	CheckName string
	Message   []model.MessageBody
}

Payload defines payload from the check

type ProvidesCheck

type ProvidesCheck struct {
	fx.Out

	CheckComponent CheckComponent `group:"check"`
}

ProvidesCheck wraps a check implementation for consumption in components

type RTResponse

type RTResponse []*model.CollectorStatus

Jump to

Keyboard shortcuts

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