MCPcopy
hub / github.com/irbis-sh/zen-desktop / CAStatusManager

Interface CAStatusManager

internal/certstore/diskcertstore.go:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33)
34
35type CAStatusManager interface {
36 GetCAInstalled() bool
37 SetCAInstalled(value bool)
38}
39
40// DiskCertStore is a disk-based certificate store.
41// It manages the creation, loading, and installation of the root CA.

Callers 4

InitMethod · 0.65
UninstallCAMethod · 0.65
InitMethod · 0.65
UninstallCAMethod · 0.65

Implementers 1

Configinternal/config/config.go

Calls

no outgoing calls

Tested by

no test coverage detected