service

package
v0.0.10 Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2021 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MyTaskManager

type MyTaskManager struct {
	// contains filtered or unexported fields
}

MyTaskManager ...

type TaskServiceImpl

type TaskServiceImpl struct {
	markup.Component `id:"task-service" initMethod:"Init"`
	// contains filtered or unexported fields
}

TaskServiceImpl ...

func (*TaskServiceImpl) Delete

func (inst *TaskServiceImpl) Delete(id string) error

Delete ...

func (*TaskServiceImpl) GetAll

func (inst *TaskServiceImpl) GetAll() ([]*dto.Task, error)

GetAll ...

func (*TaskServiceImpl) GetOne

func (inst *TaskServiceImpl) GetOne(id string) (*dto.Task, error)

GetOne ...

func (*TaskServiceImpl) GetTaskHolder

func (inst *TaskServiceImpl) GetTaskHolder(id string) (service.TaskHolder, error)

GetTaskHolder ...

func (*TaskServiceImpl) Init

func (inst *TaskServiceImpl) Init() error

Init ...

func (*TaskServiceImpl) Insert

func (inst *TaskServiceImpl) Insert(o *dto.Task) (*dto.Task, error)

Insert ...

func (*TaskServiceImpl) Update

func (inst *TaskServiceImpl) Update(id string, o *dto.Task) (*dto.Task, error)

Update ...

Jump to

Keyboard shortcuts

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