Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HistoryStorage ¶
type HistoryStorage struct {
// contains filtered or unexported fields
}
func NewHistoryStorage ¶
func NewHistoryStorage() *HistoryStorage
func (*HistoryStorage) Close ¶ added in v1.4.0
func (s *HistoryStorage) Close() error
func (*HistoryStorage) DeleteURLTestHistory ¶
func (s *HistoryStorage) DeleteURLTestHistory(tag string)
func (*HistoryStorage) LoadURLTestHistory ¶
func (s *HistoryStorage) LoadURLTestHistory(tag string) *History
func (*HistoryStorage) SetHook ¶ added in v1.4.0
func (s *HistoryStorage) SetHook(hook chan<- struct{})
func (*HistoryStorage) StoreURLTestHistory ¶
func (s *HistoryStorage) StoreURLTestHistory(tag string, history *History)
Click to show internal directories.
Click to hide internal directories.