blob: a13a339fb9371eca73592950c45084a43514d762 [file] [log] [blame]
// Copyright 2020 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.pkg.thinger;
[Discoverable]
protocol Thinger {
DoThing() -> (vector<string:100>:100 entries);
};