1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

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

This commit is contained in:
andres-portainer 2022-12-15 17:21:58 -03:00 committed by GitHub
parent a8ccd2b153
commit b917e12b62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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