Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶
type Node interface {
ProbeReady(ProbeReadyRequest) ProbeReadyResponse
}
type ProbeReadyRequest ¶
type ProbeReadyRequest struct { }
type ProbeReadyResponse ¶
type ProbeReadyResponse struct {
IsReady bool `json:"isReady"`
}
Click to show internal directories.
Click to hide internal directories.