blob: c052117b096b1ca7be13dcab2b1ba3da0e310e7d [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);
};