type crypto/x509/internal/macos.OSStatus
5 uses
crypto/x509/internal/macos (current package)
security.go#L39: type OSStatus struct {
security.go#L44: func (s OSStatus) Error() string {
security.go#L75: return 0, OSStatus{"SecTrustSettingsCopyCertificates", int32(ret)}
security.go#L90: return 0, OSStatus{"SecItemExport", int32(ret)}
security.go#L107: return 0, OSStatus{"SecTrustSettingsCopyTrustSettings", int32(ret)}
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |