Registry / crypto / parallaxsecond-parsec-client-go

parallaxsecond-parsec-client-go

JSON →
library0.0.0-20221025095442-f0a77d263cf9gogounverified

Go client library for the Parsec security service, providing cryptographic operations and key management.

go get github.com/parallaxsecond/parsec-client-go
INSTALL
IMPORT
SIG · PARALLAXSECOND-PAR
P
parallaxsecond-parsec-client-go
cryptogov0.0.0-20221025095442-f0a77d263cf9
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

parsec
github.com/parallaxsecond/parsec-client-go

Connects to the Parsec security service.

package main import ( "fmt" "github.com/parallaxsecond/parsec-client-go/parsec" ) func main() { client, err := parsec.NewClient() if err != nil { fmt.Println(err) return } defer client.Close() fmt.Println("Connected to Parsec") }
Debug
Known issues
gotchaRequires the Parsec service to be running.
fix
Start the Parsec service before using this client.
affects: all
Upgrade
Version history
0.0.0-20221025095442-f0a77d263cf9latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
Amazon
1
Resources
parallaxsecond-parsec-client-go — go get parallaxsecond-parsec-client-go · libregistry