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

pull/8208/head
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
1 changed files with 1 additions and 0 deletions

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