types

package
v0.0.0-...-1f3c2e8 Latest Latest
Warning

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

Go to latest
Published: Oct 9, 2024 License: Apache-2.0 Imports: 3 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 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