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