Sign in
vanadium
/
release.go.x.ref
/
97d67a9685d7879caf9fe11b8d8d5b4785eaa7a9
/
.
/
security
/
agent
/
pingpong
/
wire.vdl
blob: 79a9a81d29acc441f1d052dc6e152076cfb0413c [
file
] [
log
] [
blame
]
package
main
// Simple service used in the agent tests.
type
PingPong
interface
{
Ping
(
message
string
)
(
string
|
error
)
}