mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-24 06:28:21 +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:
12
app/http/routes/models/dynamic_request.go
Normal file
12
app/http/routes/models/dynamic_request.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package models
|
||||
|
||||
import (
|
||||
"time"
|
||||
)
|
||||
|
||||
type DynamicRequest struct {
|
||||
Names []string
|
||||
DisplayName string
|
||||
Theme string
|
||||
SessionDuration time.Duration
|
||||
}
|
||||
Reference in New Issue
Block a user