mirror of
https://github.com/usual2970/certimate.git
synced 2025-07-28 21:24:28 +00:00
feat: rename input
to inputs
, output
to outputs
This commit is contained in:
@@ -88,7 +88,7 @@ func (a *applyNode) Run(ctx context.Context) error {
|
||||
NodeId: a.node.Id,
|
||||
Node: a.node,
|
||||
Succeeded: true,
|
||||
Outputs: a.node.Output,
|
||||
Outputs: a.node.Outputs,
|
||||
}
|
||||
|
||||
certX509, err := x509.ParseCertificateFromPEM(certificate.Certificate)
|
||||
|
Reference in New Issue
Block a user