fix: Fixed file permissions
This commit is contained in:
0
.gitignore
vendored
Normal file → Executable file
0
.gitignore
vendored
Normal file → Executable file
0
Dockerfile
Normal file → Executable file
0
Dockerfile
Normal file → Executable file
0
docker-compose.yaml
Normal file → Executable file
0
docker-compose.yaml
Normal file → Executable file
0
handler.go
Normal file → Executable file
0
handler.go
Normal file → Executable file
1
models/task.go
Normal file → Executable file
1
models/task.go
Normal file → Executable file
@@ -9,6 +9,7 @@ import (
|
||||
type Task struct {
|
||||
ID primitive.ObjectID `bson:"_id,omitempty" json:"id"`
|
||||
ApplicationId string `bson:"applicationId,omitempty" json:"applicationId"`
|
||||
EventId string `bson:"eventId,omitempty" json:"eventId"`
|
||||
Payload interface{} `bson:"payload,omitempty" json:"payload"`
|
||||
Priority int `bson:"priority,omitempty" json:"priority"` // higher first
|
||||
AvailableAt time.Time `bson:"availableAt,omitempty" json:"availableAt"`
|
||||
|
||||
Reference in New Issue
Block a user