Documentation ¶
Index ¶
- type TagService
- func (c *TagService) DeleteTag(request *pbTag.TagId) error
- func (c *TagService) GetTagById(query *pbTag.TagId) (*pbTag.Tag, error)
- func (c *TagService) GetTags(name string) (*pbTag.GetTagsResponse, error)
- func (c *TagService) SaveTag(tagReq *pbTag.SaveTagRequest) (*pbTag.Tag, error)
- func (c *TagService) UpdateTag(request *pbTag.UpdateTagRequest) (*pbTag.Tag, error)
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() *TagService
func (*TagService) GetTagById ¶
func (*TagService) GetTags ¶
func (c *TagService) GetTags(name string) (*pbTag.GetTagsResponse, error)
func (*TagService) SaveTag ¶
func (c *TagService) SaveTag(tagReq *pbTag.SaveTagRequest) (*pbTag.Tag, error)
func (*TagService) UpdateTag ¶
func (c *TagService) UpdateTag(request *pbTag.UpdateTagRequest) (*pbTag.Tag, error)
Click to show internal directories.
Click to hide internal directories.