aboutsummaryrefslogtreecommitdiffstats
path: root/api/dto/schedule.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/dto/schedule.go')
-rw-r--r--api/dto/schedule.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/api/dto/schedule.go b/api/dto/schedule.go
deleted file mode 100644
index 0d652aa..0000000
--- a/api/dto/schedule.go
+++ /dev/null
@@ -1,10 +0,0 @@
-package dto
-
-import (
- "time"
-)
-
-type GetScheduleResponse struct {
- Schedule interface{} `json:"schedule"`
- LastUpdated time.Time `json:"lastUpdated"`
-}