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:
parent
a8ccd2b153
commit
b917e12b62
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue