Completed minimal Ledger implementation, first tests in chron-cli
This commit is contained in:
@@ -13,6 +13,6 @@ type EntryStore interface {
|
||||
|
||||
type ReferenceStore interface {
|
||||
Set(ctx context.Context, name string, entryID EntryID) error
|
||||
Get(ctx context.Context, name string) (EntryID, error)
|
||||
Get(ctx context.Context, name string) (EntryID, bool, error)
|
||||
Delete(ctx context.Context, name string) error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user