Skip to content
Snippets Groups Projects

Go client for the OCM service

This go package contains client for communication with the OCM service.

Installation

go get code.vereign.com/gaiax/tsa/golib/ocm@latest

###Usage

In order to use this package you must import it in your application and instantiate the client given the OCM service address like this:

import "code.vereign.com/gaiax/tsa/golib/ocm"

func main() {
    client := ocm.New(ocmAddress)
}

###License

See LICENSE for the full license.