CCF
Loading...
Searching...
No Matches
include
ccf
service
operator_feature.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
5
#include "
ccf/ds/json.h
"
6
7
namespace
ccf::endpoints
8
{
9
enum class
OperatorFeature
: uint8_t
10
{
11
SnapshotRead
,
12
};
13
14
DECLARE_JSON_ENUM
(
15
OperatorFeature
,
16
{
17
{
OperatorFeature::SnapshotRead
,
"SnapshotRead"
},
18
});
19
}
json.h
DECLARE_JSON_ENUM
#define DECLARE_JSON_ENUM(TYPE,...)
Definition
json.h:841
ccf::endpoints
Definition
endpoint.h:17
ccf::endpoints::OperatorFeature
OperatorFeature
Definition
operator_feature.h:10
ccf::endpoints::OperatorFeature::SnapshotRead
@ SnapshotRead
Generated by
1.9.8