 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- type ArtifactServiceImpl
- 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)
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArtifactServiceImpl ¶
type ArtifactServiceImpl struct {
	ioc.ObjectImpl
}
    func (*ArtifactServiceImpl) DescribeArtifact ¶
func (s *ArtifactServiceImpl) DescribeArtifact(ctx context.Context, in *artifact.DescribeArtifactRequest) (*artifact.Artifact, error)
DescribeArtifact implements artifact.Service.
func (*ArtifactServiceImpl) Init ¶
func (s *ArtifactServiceImpl) Init() error
func (*ArtifactServiceImpl) Name ¶
func (s *ArtifactServiceImpl) Name() string
func (*ArtifactServiceImpl) QueryArtifact ¶
func (s *ArtifactServiceImpl) QueryArtifact(ctx context.Context, in *artifact.QueryArtifactRequest) (*types.Set[*artifact.Artifact], error)
QueryArtifact implements artifact.Service.
func (*ArtifactServiceImpl) ReportArtifact ¶
func (s *ArtifactServiceImpl) ReportArtifact(ctx context.Context, in *artifact.ReportArtifactRequest) (*artifact.Artifact, error)
ReportArtifact implements artifact.Service.
 Click to show internal directories. 
   Click to hide internal directories.