mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00
varlink: Remove the Ping() method
There are other ways for developers to "ensure their varlink setup is working", for example by calling `GetVersion()` or any call on the org.varlink.service interface. Signed-off-by: Lars Karlitski <lars@karlitski.net>
This commit is contained in:
@ -25,14 +25,6 @@ func (i *LibpodAPI) GetVersion(call iopodman.VarlinkCall) error {
|
||||
})
|
||||
}
|
||||
|
||||
// Ping returns a simple string "OK" response for clients to make sure
|
||||
// the service is working.
|
||||
func (i *LibpodAPI) Ping(call iopodman.VarlinkCall) error {
|
||||
return call.ReplyPing(iopodman.StringResponse{
|
||||
Message: "OK",
|
||||
})
|
||||
}
|
||||
|
||||
// GetInfo returns details about the podman host and its stores
|
||||
func (i *LibpodAPI) GetInfo(call iopodman.VarlinkCall) error {
|
||||
versionInfo, err := libpod.GetVersion()
|
||||
|
Reference in New Issue
Block a user