Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Confidence ¶
type Confidence string
const ( High Confidence = "HIGH" Medium Confidence = "MEDIUM" Low Confidence = "LOW" )
func Values ¶
func Values() []Confidence
func (Confidence) ToString ¶
func (c Confidence) ToString() string
Click to show internal directories.
Click to hide internal directories.