Add certificate store

This commit is contained in:
世界
2025-01-08 10:34:45 +08:00
parent 207a40fbb5
commit f80e4ff91a
30 changed files with 4786 additions and 32 deletions

View File

@@ -19,6 +19,7 @@ type Interface interface {
IncludeAllNetworks() bool
ClearDNSCache()
ReadWIFIState() adapter.WIFIState
SystemCertificates() []string
process.Searcher
SendNotification(notification *Notification) error
}