Registry / networking / atomix-go-client

atomix-go-client

JSON →
library1.0.0gogounverified

A Go client library for interacting with Atomix, a distributed coordination framework for building fault-tolerant applications.

go get github.com/atomix/go-client
INSTALL
IMPORT
SIG · ATOMIX-GO-CLIENT
A
atomix-go-client
networkinggov1.0.0
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.

client
github.com/atomix/go-client

Connects to an Atomix cluster and prints a confirmation.

package main import ( "context" "fmt" "github.com/atomix/go-client/pkg/client" ) func main() { c, err := client.New(client.WithAddress("localhost:5678")) if err != nil { panic(err) } defer c.Close() fmt.Println("Connected to Atomix") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
18
Amazon
1
OpenAI (training)
1
Resources