model

package
v0.0.0-...-bd5e2c9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 9, 2020 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Task

type Task struct {
	ID         *int64  `json:"id,omitempty"`
	UserID     int64   `json:"user_id"`
	AssignedTo *int64  `json:"assigned_to,omitempty"`
	Title      string  `json:"title"`
	Summary    string  `json:"summary"`
	CreatedAt  *string `json:"created_at,omitempty"`
	DoneAt     *string `json:"done_at,omitempty"`
}

Task defines the structure for the tasks

type Tasks

type Tasks []Task

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL