Documentation
¶
Index ¶
- Constants
- type Entry
- type Store
- func (s *Store) Close() error
- func (s *Store) EnsureRepo(rootPath string) (int64, error)
- func (s *Store) ProjectHistory(repoID int64, cwdRel string, limit int) ([]Entry, error)
- func (s *Store) RecentGlobal(limit int) ([]Entry, error)
- func (s *Store) Record(repoID int64, cwdRel, intent, command, outcome string) error
Constants ¶
View Source
const ( OutcomeAccepted = "accepted" OutcomeRejected = "rejected" OutcomeCopied = "copied" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
func (*Store) ProjectHistory ¶
Click to show internal directories.
Click to hide internal directories.