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:
@@ -23,8 +23,9 @@ const (
|
||||
var possibleStatuses = [...]string{"delayed", "queued", "running", "success", "error", "cancelled"}
|
||||
|
||||
type CallLog struct {
|
||||
CallID string `json:"call_id"`
|
||||
Log string `json:"log"`
|
||||
CallID string `json:"call_id"`
|
||||
Log string `json:"log"`
|
||||
AppName string `json:"app_name"`
|
||||
}
|
||||
|
||||
// Call is a representation of a specific invocation of a route.
|
||||
|
||||
Reference in New Issue
Block a user