mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Implementing batch deletes for calls, logs and routes
Partially-Closes: #302
This commit is contained in:
@@ -20,4 +20,6 @@ type LogStore interface {
|
||||
// DeleteLog will remove the log at callID, it will not return an error if
|
||||
// the log does not exist before removal.
|
||||
DeleteLog(ctx context.Context, appName, callID string) error
|
||||
|
||||
BatchDeleteLogs(ctx context.Context, appName string) error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user