Documentation
¶
Index ¶
- type Option
- type TagService
- func (s *TagService) CreateTag(ctx context.Context, req *proto.CreateTagRequest) (*proto.CreateTagResponse, error)
- func (s *TagService) DeleteTag(ctx context.Context, req *proto.DeleteTagRequest) (*proto.DeleteTagResponse, error)
- func (s *TagService) ListTags(ctx context.Context, req *proto.ListTagsRequest) (*proto.ListTagsResponse, error)
- func (s *TagService) Register(server *grpc.Server)
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 (*TagService) CreateTag ¶
func (s *TagService) CreateTag( ctx context.Context, req *proto.CreateTagRequest, ) (*proto.CreateTagResponse, error)
func (*TagService) DeleteTag ¶
func (s *TagService) DeleteTag( ctx context.Context, req *proto.DeleteTagRequest, ) (*proto.DeleteTagResponse, error)
func (*TagService) ListTags ¶
func (s *TagService) ListTags( ctx context.Context, req *proto.ListTagsRequest, ) (*proto.ListTagsResponse, error)
func (*TagService) Register ¶
func (s *TagService) Register(server *grpc.Server)
Click to show internal directories.
Click to hide internal directories.