Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CountDown ¶
type CountDown struct {
Name string `json:"name"`
Desc string `json:"description"`
DueDate CustomTime `json:"dueDate"`
}
func (CountDown) Description ¶
func (CountDown) FilterValue ¶
type CustomTime ¶
func (*CustomTime) MarshalJSON ¶
func (t *CustomTime) MarshalJSON() ([]byte, error)
func (*CustomTime) UnmarshalJSON ¶
func (t *CustomTime) UnmarshalJSON(buf []byte) error
Click to show internal directories.
Click to hide internal directories.