Skip to content
This repository has been archived by the owner on Jul 17, 2019. It is now read-only.

spotify/helios-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

helios-go Build Status

Go client for Helios

Status

This is very much a work in progress. Only a couple methods have been implemented.

Example

import "github.com/spotify/helios-go/helios"

// Construct a Helios client. Uses SRV lookup to find masters in "example.net".
client, err := helios.NewClient("example.net", nil)

// List all available hosts.
hosts, err := client.Hosts.List()

Releases

No releases published

Packages

No packages published

Languages