Home
last modified time | relevance | path

Searched defs:marathonClient (Results 1 – 2 of 2) sorted by relevance

/dports/net/traefik/traefik-2.6.1/vendor/github.com/gambol99/go-marathon/
H A Dclient.go219 type marathonClient struct { struct
220 sync.RWMutex
222 config Config
224 subscribedToSSE bool
226 ipAddress string
228 eventsHTTP *http.Server
230 hosts *cluster
232 listeners map[EventsChannel]EventsChannelContext
234 debugLog func(format string, v ...interface{})
236 client *httpClient
[all …]
/dports/net/traefik/traefik-2.6.1/pkg/provider/marathon/
H A Dmarathon.go65 marathonClient marathon.Marathon member