taskback

package
v0.0.0-...-2949144 Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddTaskBack

func AddTaskBack(name string, total int) (int64, error)

func UpdateTaskBackStatus

func UpdateTaskBackStatus(id int64, total int, increment int, remark string) error

Types

type TaskBack

type TaskBack struct {
	Id     int64  `json:"id"`
	Name   string `json:"name"`
	Total  int    `json:"total"`
	Done   int    `json:"done"`
	Remark string `json:"remark"`
}

func GetAllTaskBack

func GetAllTaskBack() ([]TaskBack, error)

Jump to

Keyboard shortcuts

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