Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UpdateStats ¶ added in v0.1.3
func UpdateStats(test database.TestResult)
Types ¶
type HistoryRepository ¶
type JSONRepository ¶
type JSONRepository struct{}
func (*JSONRepository) GetHistory ¶
func (r *JSONRepository) GetHistory() (database.History, error)
func (*JSONRepository) Save ¶
func (r *JSONRepository) Save(test database.TestResult) error
Save saves test result to $CONFIG_PATH/couik/history.json
Click to show internal directories.
Click to hide internal directories.