summaryrefslogtreecommitdiff
path: root/test/feature_flags_SUITE_data/my_plugin/src/my_plugin.erl
blob: 687acdb5def10ab0b00581c3ef2f806eeaa48201 (plain)
1
2
3
4
5
6
7
8
9
10
%% This Source Code Form is subject to the terms of the Mozilla Public
%% License, v. 2.0. If a copy of the MPL was not distributed with this
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
%%
%%  Copyright (c) 2019-2020 VMware, Inc. or its affiliates.  All rights reserved.
%%

-module(my_plugin).

-rabbit_feature_flag({plugin_ff, #{desc => "Plugin's feature flag A"}}).