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.