blob: 8c8c9719de2be22eb6b346c4a33b949d3ac7d3c1 [file] [log] [blame]
// Copyright 2017 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.peridot.tests.queuepersistence;
// Cf. README.md for what this test does and how.
[Discoverable]
interface QueuePersistenceTestService {
1: GetMessageQueueToken() -> (string message_queue_token);
};