aboutsummaryrefslogblamecommitdiff
path: root/src/mod_delegation_opt.erl
blob: 90965007e69ad39415367f0309014f78f3f61fc1 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                                          
%% Generated automatically
%% DO NOT EDIT: run `make options` instead

-module(mod_delegation_opt).

-export([namespaces/1]).

-spec namespaces(gen_mod:opts() | global | binary()) -> [{binary(),[binary()],acl:acl()}].
namespaces(Opts) when is_map(Opts) ->
    gen_mod:get_opt(namespaces, Opts);
namespaces(Host) ->
    gen_mod:get_module_opt(Host, mod_delegation, namespaces).