persistence/
constants.rs

1// Copyright 2021 The Fuchsia Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5/// Base for the service name used by clients to connect to their specific persist protocol..
6/// The actual service name is defined by appending _<service name defined in config> to this constant.
7pub const PERSIST_SERVICE_NAME_PREFIX: &str = "fuchsia.diagnostics.persist.DataPersistence";