go-eliona
go-eliona is a Go library for accessing resources within an eliona environment.
The library contains handy functions to access database resources, Kafka topics and eliona API endpoints. Besides, the library offers useful tool like logging.
Installation
To get go-eliona you can use command line:
go get github.com/eliona-smart-building-assistant/go-eliona
or you define import in go files:
import "github.com/eliona-smart-building-assistant/go-eliona"
and run go get
without parameters.
Usage
Usage is explained within the packages.