model

package
v1.3.4 Latest Latest
Warning

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

Go to latest
Published: Aug 9, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Health

type Health struct {
	Status int `json:"status"`

	Message string `json:"message"`
}

type Task

type Task struct {
	Id int `json:"id"`

	UserId int `json:"user_id"`

	TypeId int `json:"type_id"`

	Title string `json:"title"`

	Detail string `json:"detail,omitempty"`

	Deadline time.Time `json:"deadline,omitempty"`

	Done bool `json:"done"`
}

Jump to

Keyboard shortcuts

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