Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions deps/rabbitmq_aws/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ define PROJECT_ENV
[]
endef

DEPS = gun
LOCAL_DEPS = crypto inets ssl xmerl public_key
BUILD_DEPS = rabbit_common
# We do not depend on rabbit therefore can't run the broker.
Expand Down
4 changes: 3 additions & 1 deletion deps/rabbitmq_aws/include/rabbitmq_aws.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@
security_token :: security_token() | undefined,
region :: region() | undefined,
imdsv2_token:: imdsv2token() | undefined,
error :: atom() | string() | undefined}).
error :: atom() | string() | undefined,
gun_connections = #{} :: #{string() => pid()} % host -> gun_pid mapping
}).
-type state() :: #state{}.

-type scheme() :: atom().
Expand Down
Loading
Loading