Versions in this module Expand all Collapse all v1 v1.0.1 Aug 15, 2024 Changes in this version + type Interface interface + Create func(req *pb.PipelineReportCreateRequest) (*pb.PipelineReport, error) + MakePBMeta func(meta interface{}) (*structpb.Struct, error) + type MockReport struct + func (m *MockReport) Create(req *pb.PipelineReportCreateRequest) (*pb.PipelineReport, error) + func (m *MockReport) MakePBMeta(meta interface{}) (*structpb.Struct, error) + func (m *MockReport) PagingPipelineReportSet(context.Context, *pb.PipelineReportSetPagingRequest) (*pb.PipelineReportSetPagingResponse, error) + func (m *MockReport) QueryPipelineReportSet(context.Context, *pb.PipelineReportSetQueryRequest) (*pb.PipelineReportSetQueryResponse, error)