storage

package
v0.0.0-...-5808d2a Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2022 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 Interface

type Interface interface {
	GetUser(account string) (*models.UserCenter, error)
	UpdateUser(account string, password string) error

	GetAllTask() ([]models.Tasks, error)
	RegisterTask(task models.Tasks) error
	UpdateTasks(task models.Tasks) error
	DeleteTasks(taskID string) error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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