MCPcopy Create free account
hub / github.com/docker/compose / PingResponse

Struct PingResponse

internal/desktop/client.go:107–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107type PingResponse struct {
108 ServerTime int64 `json:"serverTime"`
109}
110
111// Ping is a minimal API used to ensure that the server is available.
112func (c *Client) Ping(ctx context.Context) (*PingResponse, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected