Current section
Files
Jump to
Current section
Files
src/openfeature@domain.erl
-module(openfeature@domain).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]).
-export_type([domain/0]).
-type domain() :: global | {scoped, binary()}.