mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-21 13:23:03 +01:00
refactor: instance are in unrecoverable state instead of error
To avoid confusion between error from a call or network. Instance has an Unrecoverable state instead of Error.
This commit is contained in:
9
app/http/routes/models/blocking_request.go
Normal file
9
app/http/routes/models/blocking_request.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package models
|
||||
|
||||
import "time"
|
||||
|
||||
type BlockingRequest struct {
|
||||
Names []string
|
||||
SessionDuration time.Duration
|
||||
Timeout time.Duration
|
||||
}
|
||||
Reference in New Issue
Block a user