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