storage

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Feb 10, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HistoryRepository

type HistoryRepository interface {
	Save(result database.TestResult) error
	GetHistory() (database.History, error)
}

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

Jump to

Keyboard shortcuts

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