planner
This commit is contained in:
7
pkg/types/calendardate.go
Normal file
7
pkg/types/calendardate.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package types
|
||||
|
||||
type CalendarDate struct {
|
||||
ServiceID string `json:"service_id" csv:"service_id"`
|
||||
Date string `json:"date" csv:"date"`
|
||||
ExceptionType int `json:"exception_type" csv:"exception_type"`
|
||||
}
|
||||
Reference in New Issue
Block a user