Versions in this module Expand all Collapse all v0 v0.1.2 Oct 1, 2015 Changes in this version type HistoryStorage + IsSuccessful func(id int) (bool, error) v0.1.1 Aug 20, 2015 Changes in this version + const StorageConfigPath + type HistoryStorage interface + Close func() + CreateNewWorkingDir func() string + CreateStorage func() + GetRequiredTime func(id int) (time.Duration, error) + GetStoredHistory func(id int) (*SingleTrace, error) + Init func() + IsSucceed func(id int) (bool, error) + Name func() string + NrStoredHistories func() int + RecordNewTrace func(newTrace *SingleTrace) + RecordResult func(succeed bool, requiredTime time.Duration) error + Search func(prefix []Event) []int + SearchWithConverter func(prefix []Event, converter func(events []Event) []Event) []int + func LoadStorage(dirPath string) HistoryStorage + func New(name, dirPath string) HistoryStorage