Versions in this module Expand all Collapse all v0 v0.0.4 Jun 29, 2025 Changes in this version + type LabelServiceImpl struct + func (s *LabelServiceImpl) CreateLabel(ctx context.Context, in *label.CreateLabelRequest) (*label.Label, error) + func (s *LabelServiceImpl) DeleteLabel(ctx context.Context, in *label.DeleteLabelRequest) (*label.Label, error) + func (s *LabelServiceImpl) DescribeLabel(ctx context.Context, in *label.DescribeLabelRequest) (*label.Label, error) + func (s *LabelServiceImpl) Init() error + func (s *LabelServiceImpl) Name() string + func (s *LabelServiceImpl) QueryLabel(ctx context.Context, in *label.QueryLabelRequest) (*types.Set[*label.Label], error) + func (s *LabelServiceImpl) UpdateLabel(ctx context.Context, in *label.UpdateLabelRequest) (*label.Label, error)