From a7ee7f7280d593481501446008acc05e32abcd22 Mon Sep 17 00:00:00 2001 From: T Date: Thu, 7 Aug 2025 13:11:24 -0600 Subject: entry edit and delete --- internal/actions/actions.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/actions/actions.go') diff --git a/internal/actions/actions.go b/internal/actions/actions.go index 727b474..d3e1460 100644 --- a/internal/actions/actions.go +++ b/internal/actions/actions.go @@ -12,6 +12,7 @@ type Actions interface { PunchIn(ctx context.Context, client, project, description string, billableRate *float64) (*TimerSession, error) PunchInMostRecent(ctx context.Context, description string, billableRate *float64) (*TimerSession, error) PunchOut(ctx context.Context) (*TimerSession, error) + EditEntry(ctx context.Context, entry queries.TimeEntry) error // Client operations CreateClient(ctx context.Context, name, email string, billableRate *float64) (*queries.Client, error) -- cgit v1.2.3