Sign in
vanadium
/
release.go.x.ref
/
a4b7c4aa1f8581abc4f49080cc9208ed297267ca
/
.
/
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
)
}