analyze

package
v1.11.0 Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2022 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Analyze

type Analyze struct {
	ReportIDs      []string `arg:"" optional:"" name:"report-id" help:"ID of the report to extract"`
	ReportsFolder  string   `name:"reports-folder" help:"Folder where reports are stored"`
	AnalysisFolder string   `name:"analysis-folder" help:"Folder where analysis are stored" type:"existingdir"`
	ConfigFolder   string   `name:"config-folder" help:"Folder where configuration are stored" type:"existingdir"`
}

func (*Analyze) Run

func (an *Analyze) Run(app *kong.Context)

type ReportAnalyzer

type ReportAnalyzer struct {
	Report  *models.Report
	Players map[int64]*models.Player

	Cmd      *Analyze
	Analysis *models.Analysis
	// contains filtered or unexported fields
}

func (*ReportAnalyzer) Analyze

func (ra *ReportAnalyzer) Analyze(ctx context.Context) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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