mirror of https://github.com/portainer/portainer
fix(fileservice): add missing interface EE-3458 (#8207)
parent
a8ccd2b153
commit
b917e12b62
|
@ -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…
Reference in New Issue