blob: 0706ef17a4fdd5b8573173ca1af8006d3e37857e [file] [log] [blame]
// Copyright 2018 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
library fuchsia.overnet.examples.interfacepassing;
using fidl.examples.echo;
[Discoverable]
interface Example {
1: Request(request<fidl.examples.echo.Echo> iface);
// 2: Push(fidl.examples.echo.Echo iface) -> ();
};