Registry / cloud / gambol99-go-marathon

gambol99-go-marathon

JSON →
library0.7.1gogounverified

A Go client library for the Marathon REST API.

go get github.com/gambol99/go-marathon
INSTALL
IMPORT
SIG · GAMBOL99-GO-MARATH
G
gambol99-go-marathon
cloudgov0.7.1
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.

marathon
✓ github.com/gambol99/go-marathon

Create a Marathon client and list applications.

package main import ( "github.com/gambol99/go-marathon" ) func main() { config := marathon.NewDefaultConfig() config.URL = "http://localhost:8080" client, _ := marathon.NewClient(config) apps, _ := client.Applications(nil) _ = apps }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
20
OpenAI (training)
1
Resources
gambol99-go-marathon — go get gambol99-go-marathon · libregistry