Documentation ¶ Index ¶ type Auth type Task Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Auth ¶ type Auth struct { Password string `json:"password"` } type Task ¶ type Task struct { ID string `json:"id"` Date string `json:"date"` Title string `json:"title"` Comment string `json:"comment,omitempty"` Repeat string `json:"repeat,omitempty"` } Source Files ¶ View all Source files auth.gotask.go Click to show internal directories. Click to hide internal directories.