blob: fca6c97b3c705621c244ca6aa8287db1139ef22d [file] [log] [blame]
// Copyright 2018 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 fidl.examples.heartbeat;
[Discoverable]
interface Heartbeat {
1: -> Heartbeat(bool shuttingDown);
};