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