Documentation ¶
Index ¶
Constants ¶
View Source
const ( // CheckServerHelp contains the short help text for the command. CheckServerHelp = "Checks if the server and its services are ready" // CheckServerHelpExtra contains the long help text for the command without // the headline. CheckServerHelpExtra = `At the moment this only checks the health route of the backendManage service.` )
Variables ¶
This section is empty.
Functions ¶
func CheckServer ¶
func CheckServer(ctx context.Context, in *proto.CheckServerRequest, ba backendAction) *proto.CheckServerResponse
CheckServer sends a health request to backend manage service.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.