Jsonrpc over stomp go binding which allows to talk to Vdsm
- Simple request/response based on stomp library
- Events
Download:
go get github.com/pkliczewski/vdsm-jsonrpc-go
Build and run example:
go build && go run example/main.go
Example configuration can be found here