Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 513 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 513 Bytes

vdsm-jsonrpc-go

Jsonrpc over stomp go binding which allows to talk to Vdsm

Features

TODO

  • Events

Usage Instructions

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