tag

package
v1.0.45 Latest Latest
Warning

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

Go to latest
Published: Jul 15, 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 TagService

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

func NewTagService

func NewTagService(ctx *context.ERPContext) *TagService

func (*TagService) CreateTag

func (s *TagService) CreateTag(tag *models.TagModel) error

func (*TagService) DeleteTag

func (s *TagService) DeleteTag(id string) error

func (*TagService) GetTagByID

func (s *TagService) GetTagByID(id string) (*models.TagModel, error)

func (*TagService) GetTagByName

func (s *TagService) GetTagByName(name string) (*models.TagModel, error)

func (*TagService) ListTags

func (s *TagService) ListTags(request http.Request, search string) (paginate.Page, error)

func (*TagService) UpdateTag

func (s *TagService) UpdateTag(id string, tag *models.TagModel) error

Jump to

Keyboard shortcuts

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