Versions in this module Expand all Collapse all v0 v0.0.8 Sep 14, 2025 Changes in this version + type ArtifactServiceImpl struct + func (s *ArtifactServiceImpl) DescribeArtifact(ctx context.Context, in *artifact.DescribeArtifactRequest) (*artifact.Artifact, error) + func (s *ArtifactServiceImpl) Init() error + func (s *ArtifactServiceImpl) Name() string + func (s *ArtifactServiceImpl) QueryArtifact(ctx context.Context, in *artifact.QueryArtifactRequest) (*types.Set[*artifact.Artifact], error) + func (s *ArtifactServiceImpl) ReportArtifact(ctx context.Context, in *artifact.ReportArtifactRequest) (*artifact.Artifact, error)