CCF
Loading...
Searching...
No Matches
host_data.h
Go to the documentation of this file.
1// Copyright (c) Microsoft Corporation. All rights reserved.
2// Licensed under the Apache 2.0 License.
3#pragma once
4
6#include "ccf/service/map.h"
7
10 std::string; // Optional raw (i.e. not base64-encoded) policy
11
12namespace ccf
13{
15 namespace Tables
16 {
17 static constexpr auto HOST_DATA = "public:ccf.gov.nodes.snp.host_data";
18 }
19}
Definition sha256_hash.h:16
Definition map.h:30
std::string HostDataMetadata
Definition host_data.h:10
Definition app_interface.h:15
ServiceMap< HostData, HostDataMetadata > SnpHostDataMap
Definition host_data.h:14