MCPcopy
hub / github.com/lxc/incus / DeleteCertificate

Method DeleteCertificate

client/interfaces.go:96–96  ·  view source on GitHub ↗
(fingerprint string)

Source from the content-addressed store, hash-verified

94 CreateCertificate(certificate api.CertificatesPost) (err error)
95 UpdateCertificate(fingerprint string, certificate api.CertificatePut, ETag string) (err error)
96 DeleteCertificate(fingerprint string) (err error)
97 CreateCertificateToken(certificate api.CertificatesPost) (op Operation, err error)
98
99 // Instance functions.

Callers 5

serverSetupUserFunction · 0.65
certificateDeleteFunction · 0.65
runMethod · 0.65
runMethod · 0.65
connectTargetMethod · 0.65

Implementers 1

ProtocolIncusclient/incus.go

Calls

no outgoing calls

Tested by

no test coverage detected