blob: ecff40479ed195745c5765f5879f09cdb9f8670c [file] [log] [blame]
// Copyright 2016 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.
module examples;
[ServiceName="examples.Hello"]
interface Hello {
Say@0(string request) => (string response);
};