Code formatting
This commit is contained in:
@@ -6,7 +6,6 @@ import (
|
|||||||
"github.com/google/uuid"
|
"github.com/google/uuid"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
type ScheduledMessage struct {
|
type ScheduledMessage struct {
|
||||||
Id uuid.UUID `json:"id"`
|
Id uuid.UUID `json:"id"`
|
||||||
Scheduled time.Time `json:"scheduled"`
|
Scheduled time.Time `json:"scheduled"`
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
package scheduling
|
package scheduling
|
||||||
|
|
||||||
|
|
||||||
const (
|
const (
|
||||||
Ready = "READY"
|
Ready = "READY"
|
||||||
Pending = "PENDING"
|
Pending = "PENDING"
|
||||||
|
|||||||
@@ -10,4 +10,3 @@ type User struct {
|
|||||||
Username string `json:"username"`
|
Username string `json:"username"`
|
||||||
Password string `json:"password"`
|
Password string `json:"password"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user