blob: 34396b26a58da391527c947c59985e303406b22c [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 fidl.examples.echo;
[Discoverable]
interface Echo {
1: EchoString(string? value) -> (string? response);
};