fix(fileservice): add missing interface EE-3458 (#8207)

pull/8208/head
andres-portainer 2 years ago committed by GitHub
parent a8ccd2b153
commit b917e12b62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1338,6 +1338,7 @@ type (
CopySSLCertPair(certPath, keyPath string) (string, string, error)
CopySSLCACert(caCertPath string) (string, error)
StoreFDOProfileFileFromBytes(fdoProfileIdentifier string, data []byte) (string, error)
StoreMTLSCertificates(cert, caCert, key []byte) (string, string, string, error)
}
// GitService represents a service for managing Git

Loading…
Cancel
Save