package
Version:
v0.0.0-...-2602c8a
Opens a new window with list of versions in this module.
Published: Feb 11, 2022
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type TaskRequest struct {
UserID uuid.UUID `json:"userID" binding:"required"`
DataRange interface{} `json:"dataRange" binding:"required"`
ReminderPeriod sql.NullInt64 `json:"reminderPeriod" binding:"required"`
}
type TaskResponse struct {
TableID sql.NullInt64 `json:"tableID"`
TaskID uuid.UUID `json:"taskID"`
UserID uuid.UUID `json:"userID"`
DataRange interface{} `json:"dataRange"`
ReminderPeriod sql.NullInt64 `json:"reminderPeriod"`
CreatedAt sql.NullTime `json:"createdAt"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.