Documentation
¶
Overview ¶
Package resolver resolves a project without depending on storage or CLI.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Confidence ¶
type Confidence string
const ( Exact Confidence = "exact" High Confidence = "high" Unknown Confidence = "unknown" )
type ProjectResolution ¶
type ProjectResolution struct {
ProjectSlug string `json:"project_slug,omitempty"`
Method Method `json:"method"`
Confidence Confidence `json:"confidence"`
Evidence string `json:"evidence"`
}
Click to show internal directories.
Click to hide internal directories.