Skip to content

Go client SDK for interacting with internal PubSub service.

License

Notifications You must be signed in to change notification settings

alphauslabs/pubsub-sdk-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go SDK for interacting with internal PubSub service. (WIP)

Installation

$ go get github.com/alphauslabs/pubsub-sdk-go@latest

Usage

Initialize a client

import "github.com/alphauslabs/pubsub-sdk-go"

func main() {
    client, err := pubsub.New()
    if err != nil {
        return
    }
    defer client.Close()
    // use the client
}

About

Go client SDK for interacting with internal PubSub service.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages