models

package
v1.3.2 Latest Latest
Warning

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

Go to latest
Published: Aug 5, 2025 License: AGPL-3.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 IncomingAfFlow

type IncomingAfFlow struct {
	FlowData af_models.Flows `json:"flow"`
}

type IncomingAlert

type IncomingAlert struct {
	AlertData bmodels.Alerts `json:"alert"`
}

type IncomingAlerts

type IncomingAlerts struct {
	Alerts []bmodels.Alerts `json:"alerts"`
}

type IncomingEfFlow

type IncomingEfFlow struct {
	FlowData ef_models.Flows `json:"flow"`
}

type IncomingExecutionStep

type IncomingExecutionStep struct {
	StepData shared_models.ExecutionSteps `json:"step"`
}

type IncomingExecutionSteps

type IncomingExecutionSteps struct {
	StepsData []shared_models.ExecutionSteps `json:"steps"`
}

type IncomingSharedFlow

type IncomingSharedFlow struct {
	FlowData shared_models.Flows `json:"flow"`
}

type Register

type Register struct {
	ID             string                   `json:"id"`
	Registered     bool                     `json:"registered"`
	LastHeartbeat  time.Time                `json:"last_heartbeat"`
	Version        string                   `json:"version"`
	Mode           string                   `json:"mode"`
	Plugins        []bmodels.Plugins        `json:"plugins"`
	Actions        []bmodels.Actions        `json:"actions"`
	AlertEndpoints []bmodels.AlertEndpoints `json:"alert_endpoints"`
}

Jump to

Keyboard shortcuts

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