This commit is contained in:
Fu Diwei
2025-06-09 20:44:48 +08:00
parent 24fe824757
commit 5e6d729631
4 changed files with 3 additions and 23 deletions

View File

@@ -50,7 +50,6 @@ func (n *nodeOutputer) GetOutputs() map[string]any {
type certificateRepository interface {
GetByWorkflowNodeId(ctx context.Context, workflowNodeId string) (*domain.Certificate, error)
GetByWorkflowRunId(ctx context.Context, workflowRunId string) (*domain.Certificate, error)
Save(ctx context.Context, certificate *domain.Certificate) (*domain.Certificate, error)
}