score

package
v0.0.0-...-081ecb4 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2020 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CalcResult

type CalcResult struct {
	Score           int // [0; 100]
	MaxScore        int
	Recommendations []Recommendation
}

type Calculator

type Calculator struct{}

func (Calculator) Calc

func (c Calculator) Calc(runRes *printers.JSONResult) *CalcResult

type Recommendation

type Recommendation struct {
	Text          string
	ScoreIncrease int // [0; 100], how much score can be gained if perform recommendation
}

Jump to

Keyboard shortcuts

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