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