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