blob: 539231e7107313e006ed072d10e601acbbb341a1 [file] [log] [blame]
package pingpong
import "veyron.io/veyron/veyron2/security"
type PingPong interface {
Ping(message string) (string, error) {security.ReadLabel}
}