We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3697ee commit 6a542b9Copy full SHA for 6a542b9
deps/rabbit_common/include/resource.hrl
@@ -11,9 +11,9 @@
11
-record(resource, {
12
%% '_'s come from rabbit_table:resource_match
13
%% 'undefined' is expected by import definitions module
14
- virtual_host :: rabbit_types:vhost() | undefined | '_',
+ virtual_host, %% :: rabbit_types:vhost() | undefined | '_',
15
%% exchange, queue, topic
16
- kind :: resource_kind() | '_',
+ kind, %% :: resource_kind() | '_',
17
%% name as a binary
18
- name :: resource_name() | '_'
+ name %% :: resource_name() | '_'
19
}).
0 commit comments