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