task_attribute

package
v1.0.68 Latest Latest
Warning

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

Go to latest
Published: Aug 22, 2025 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TaskAttributeService

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

func NewTaskAttibuteService

func NewTaskAttibuteService(ctx *context.ERPContext) *TaskAttributeService

func (*TaskAttributeService) CreateTaskAttribute

func (s *TaskAttributeService) CreateTaskAttribute(data *models.TaskAttributeModel) error

CreateTaskAttribute creates a new task attribute

func (*TaskAttributeService) DeleteTaskAttribute

func (s *TaskAttributeService) DeleteTaskAttribute(id string) error

DeleteTaskAttribute deletes a task attribute by its ID

func (*TaskAttributeService) GetTaskAttributeByID

func (s *TaskAttributeService) GetTaskAttributeByID(id string) (*models.TaskAttributeModel, error)

GetTaskAttributeByID retrieves a task attribute by its ID

func (*TaskAttributeService) GetTaskAttributes

func (s *TaskAttributeService) GetTaskAttributes(request *http.Request, search string) (paginate.Page, error)

GetTaskAttributes retrieves a list of task attributes with pagination

func (*TaskAttributeService) UpdateTaskAttribute

func (s *TaskAttributeService) UpdateTaskAttribute(id string, data *models.TaskAttributeModel) error

UpdateTaskAttribute updates an existing task attribute

Jump to

Keyboard shortcuts

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