Sign in
vanadium
/
release.go.x.ref
/
ea157f4354ea8acac1ae5c2f84499b72bdf3b302
/
.
/
tools
/
playground
/
testdata
/
src
/
pingpong
/
wire.vdl
blob: 539231e7107313e006ed072d10e601acbbb341a1 [
file
] [
log
] [
blame
]
package
pingpong
import
"veyron.io/veyron/veyron2/security"
type
PingPong
interface
{
Ping
(
message
string
)
(
string
,
error
)
{
security
.
ReadLabel
}
}