blob: 79a9a81d29acc441f1d052dc6e152076cfb0413c [file] [log] [blame]
package main
// Simple service used in the agent tests.
type PingPong interface {
Ping(message string) (string | error)
}