configs

package
v1.0.3 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: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Application

type Application struct {
	Id        model.ApplicationId `json:"id"`
	Threshold float32             `json:"threshold"`
	Details   string              `json:"details"`
}

type Check

type Check struct {
	model.Check
	GlobalThreshold      float32       `json:"global_threshold"`
	ProjectThreshold     *float32      `json:"project_threshold"`
	ApplicationOverrides []Application `json:"application_overrides"`
}

type View

type View struct {
	Checks []Check `json:"checks"`
	// contains filtered or unexported fields
}

func Render

func Render(configs model.CheckConfigs) *View

Jump to

Keyboard shortcuts

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