Registry / networking / hudl-fargo

hudl-fargo

JSON →
library1.4.0gogounverified

Fargo is a Go library for interacting with Netflix Eureka service discovery.

go get github.com/hudl/fargo
INSTALL
IMPORT
SIG · HUDL-FARGO
H
hudl-fargo
networkinggov1.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

fargo
github.com/hudl/fargo

Connects to a Eureka server and retrieves registered applications.

package main import ( "fmt" "github.com/hudl/fargo" ) func main() { conn := fargo.NewConn("http://localhost:8761/eureka") apps, err := conn.GetApps() if err != nil { panic(err) } fmt.Printf("Found %d apps\n", len(apps)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
hudl-fargo — go get hudl-fargo · libregistry