diff options
| author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-09-26 18:14:51 +0100 |
|---|---|---|
| committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-09-26 18:14:51 +0100 |
| commit | 7202c9d02f85ca8b0126ebbfb6ce457fbf87a064 (patch) | |
| tree | 078ef5bde30e225cdc942555baae63ae25a5022d | |
| parent | dc28dac13550b9ffc6a183d4499b57d4094f44fe (diff) | |
| download | rabbitmq-server-git-7202c9d02f85ca8b0126ebbfb6ce457fbf87a064.tar.gz | |
add specs
| -rw-r--r-- | src/rabbit_plugins.erl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/rabbit_plugins.erl b/src/rabbit_plugins.erl index 0bd055d8d7..4db345a1d8 100644 --- a/src/rabbit_plugins.erl +++ b/src/rabbit_plugins.erl @@ -30,6 +30,10 @@ -spec(start/0 :: () -> no_return()). -spec(stop/0 :: () -> 'ok'). +-spec(find_plugins/1 :: (file:filename()) -> [#plugin{}]). +-spec(read_enabled_plugins/1 :: (file:filename()) -> [atom()]). +-spec(lookup_plugins/2 :: ([atom()], [#plugin{}]) -> [#plugin{}]). +-spec(calculate_required_plugins/2 :: ([atom()], [#plugin{}]) -> [atom()]). -endif. |
