DS Service Registry Developer Guide
UML Component Diagram
The Service Registry is realised using LinkSmart Service Catalog (SC). The SC SDK offers utility libraries for service representation, registration over supported protocols, and discovery.
LinkSmart Service Catalog Source Code Repository
SC SDK in GO
Documentation
https://godoc.org/github.com/linksmart/service-catalog
Import
The libraries can be imported with go get. For example:
go get github.com/linksmart/service-catalog/client
Sample Code
Sample usage codes are available in the repository:
https://github.com/linksmart/service-catalog/tree/master/client/examples