Documentation ¶
Index ¶
- type MyTaskManager
- type TaskServiceImpl
- func (inst *TaskServiceImpl) Delete(id string) error
- func (inst *TaskServiceImpl) GetAll() ([]*dto.Task, error)
- func (inst *TaskServiceImpl) GetOne(id string) (*dto.Task, error)
- func (inst *TaskServiceImpl) GetTaskHolder(id string) (service.TaskHolder, error)
- func (inst *TaskServiceImpl) Init() error
- func (inst *TaskServiceImpl) Insert(o *dto.Task) (*dto.Task, error)
- func (inst *TaskServiceImpl) Update(id string, o *dto.Task) (*dto.Task, error)
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) 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 ...
Click to show internal directories.
Click to hide internal directories.