blob: 282731ac2ad86d05bb2d3a7077ef644180117737 [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.
pub const TITLE_KEY: &str = "title";
pub const GRAPH_KEY: &str = "graph";
pub const STATE_KEY: &str = "state";
pub const TIME_KEY: &str = "time";