# helios-go **Repository Path**: mirrors_spotify/helios-go ## Basic Information - **Project Name**: helios-go - **Description**: Go client for Helios - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-05-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README helios-go [![Build Status](https://travis-ci.org/spotify/helios-go.svg?branch=master)](https://travis-ci.org/spotify/helios-go) ========= Go client for Helios Status --- This is very much a work in progress. Only a couple methods have been implemented. Example --- ```go 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() ```