candidate

package
v0.0.3-alpha Latest Latest
Warning

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

Go to latest
Published: Nov 8, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Candidate

type Candidate struct {
	InputPath string
	TestPath  string
}

func NewCandidate

func NewCandidate(inputPath string, testPath string) *Candidate

func (Candidate) WithSize

func (c Candidate) WithSize(size int) *CandidateWithSize

type CandidateWithSize

type CandidateWithSize struct {
	Size int
	Candidate
}

func MinCandidate

func MinCandidate(candidates []CandidateWithSize) CandidateWithSize

func MinCandidateP

func MinCandidateP(candidates []*CandidateWithSize) *CandidateWithSize

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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