Documentation
¶
Index ¶
- type Tag
- type Tags
- func (t *Tags) DecreaseCount(ctx context.Context, req *pb.DecreaseCountRequest, ...) error
- func (t *Tags) IncreaseCount(ctx context.Context, req *pb.IncreaseCountRequest, ...) error
- func (t *Tags) List(ctx context.Context, req *pb.ListRequest, rsp *pb.ListResponse) error
- func (t *Tags) Update(ctx context.Context, req *pb.UpdateRequest, rsp *pb.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 *pb.DecreaseCountRequest, rsp *pb.DecreaseCountResponse) error
func (*Tags) IncreaseCount ¶
func (t *Tags) IncreaseCount(ctx context.Context, req *pb.IncreaseCountRequest, rsp *pb.IncreaseCountResponse) error
func (*Tags) List ¶
func (t *Tags) List(ctx context.Context, req *pb.ListRequest, rsp *pb.ListResponse) error
func (*Tags) Update ¶
func (t *Tags) Update(ctx context.Context, req *pb.UpdateRequest, rsp *pb.UpdateResponse) error
Click to show internal directories.
Click to hide internal directories.