Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListSchedulesResponse ¶
type ListSchedulesResponse struct {
Page Page `json:"page"`
Schedules []db.ListSchedulesRow `json:"schedules"`
}
type ScheduleHistoryResponse ¶
type ScheduleHistoryResponse struct {
Page Page `json:"page"`
History []db.ListHistoryRow `json:"history"`
}
Click to show internal directories.
Click to hide internal directories.