blob: d371edeafba7b4c9cb3b83b603241cd53608db10 [file] [log] [blame]
// Copyright 2019 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 test.inspect.validate;
[Discoverable]
protocol Validate {
EchoTheString(string:256? value) -> (string:256? response);
};