Documentation
¶
Index ¶
- type Tag
- type Tags
- func (t *Tags) DecreaseCount(ctx context.Context, req *tags.DecreaseCountRequest, ...) error
- func (t *Tags) IncreaseCount(ctx context.Context, req *tags.IncreaseCountRequest, ...) error
- func (t *Tags) List(ctx context.Context, req *tags.ListRequest, rsp *tags.ListResponse) error
- func (t *Tags) Update(ctx context.Context, req *tags.UpdateRequest, rsp *tags.UpdateResponse) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tags ¶
type Tags struct{}
func (*Tags) DecreaseCount ¶
func (t *Tags) DecreaseCount(ctx context.Context, req *tags.DecreaseCountRequest, rsp *tags.DecreaseCountResponse) error
func (*Tags) IncreaseCount ¶
func (t *Tags) IncreaseCount(ctx context.Context, req *tags.IncreaseCountRequest, rsp *tags.IncreaseCountResponse) error
func (*Tags) List ¶
func (t *Tags) List(ctx context.Context, req *tags.ListRequest, rsp *tags.ListResponse) error
func (*Tags) Update ¶
func (t *Tags) Update(ctx context.Context, req *tags.UpdateRequest, rsp *tags.UpdateResponse) error
Click to show internal directories.
Click to hide internal directories.